Skip to content

Commit

Permalink
checking all t he things
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredly committed Jan 13, 2018
1 parent b12640d commit 133ba27
Show file tree
Hide file tree
Showing 10 changed files with 53 additions and 25 deletions.
7 changes: 7 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.jaredforsyth.gravitron">

<!-- NOTE these are only needed for hot reloading to work -->
<!-- <uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WAKE_LOCK" /> -->

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
Expand Down
Binary file modified android/app/src/main/jniLibs/armeabi-v7a/libreasongl.so
Binary file not shown.
Binary file modified android/app/src/main/jniLibs/x86/libreasongl.so
Binary file not shown.
5 changes: 1 addition & 4 deletions android/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
include ':app'
include ':reasongl-android'
project(':reasongl-android').projectDir = new File(rootProject.projectDir, '../reasongl-android/android')



project(':reasongl-android').projectDir = new File(rootProject.projectDir, '.././node_modules/@jaredly/reasongl-android/android') // GENERATED
4 changes: 4 additions & 0 deletions bsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@
"main-module": "Dev"
}],
"refmt": 3,
"icon": "./icons/icon.png",
"appName": "Gravitron",
"iosPathName": "Gravitron",
"androidPackage": "com.jaredforsyth.gravitron",
}
Binary file modified ios/libreasongl.a
Binary file not shown.
1 change: 1 addition & 0 deletions ios/reprocessing
55 changes: 36 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"license": "",
"devDependencies": {
"bs-platform": "bsansouci/bsb-native#fast",
"reprocessing-scripts": "1.3.1"
"reprocessing-scripts": "1.3.2"
},
"dependencies": {
"@jaredly/reprocessing": "1.1.2"
"@jaredly/reprocessing": "1.1.4"
}
}
2 changes: 2 additions & 0 deletions src/androidhot.re
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

Reprocessing.hotreload("./src/android.re")

0 comments on commit 133ba27

Please sign in to comment.