diff options
| author | = <=> | 2019-03-11 07:15:52 -0400 |
|---|---|---|
| committer | = <=> | 2019-03-11 07:15:52 -0400 |
| commit | a952d593a5ef5041b774dcfd4f36a2b3fdcf7005 (patch) | |
| tree | a22cffcb1747aa2f79cf36068f094788109b3982 | |
| parent | 033d0ff35744e498bb2e02d9f41492318d37724d (diff) | |
nits
| -rw-r--r-- | config.xml | 6 | ||||
| -rw-r--r-- | docs/remote extension.txt | 5 | ||||
| -rw-r--r-- | package.json | 4 |
3 files changed, 9 insertions, 6 deletions
@@ -173,10 +173,10 @@ </plugin> <plugin name="cordova-custom-config" spec="5.0.2" /> <plugin name="cordova-plugin-advanced-http" spec="https://github.com/silkimen/cordova-plugin-advanced-http.git" /> - <plugin name="cordova-plugin-media-pp-fork" spec="^1.0.2-dev" /> - <engine name="android" spec="7.1.4" /> - <engine name="ios" spec="5.0.0" /> <plugin name="cordova-plugin-ionic-webview" spec="https://github.com/pliablepixels/cordova-plugin-ionic-webview.git"> <variable name="ANDROID_SUPPORT_ANNOTATIONS_VERSION" value="27.+" /> </plugin> + <plugin name="cordova-plugin-media-pp-fork" spec="^1.0.2-dev" /> + <engine name="android" spec="7.1.4" /> + <engine name="ios" spec="5.0.0" /> </widget> diff --git a/docs/remote extension.txt b/docs/remote extension.txt index 6b8be257..289f175b 100644 --- a/docs/remote extension.txt +++ b/docs/remote extension.txt @@ -24,4 +24,7 @@ Change Deployment target to 10.1 (same as zmNinja target) - +You can now build using ./build_ios +Every time you build: +1. Sync notification version with app version +2. Change notification bundle ID back to com.pliablepixels.zmninja-pro.zmNinjaNotification (cordova removes the last word) diff --git a/package.json b/package.json index f0ac4afe..d98e6314 100644 --- a/package.json +++ b/package.json @@ -57,10 +57,10 @@ "FCM_VERSION": "11.6.2" }, "cordova-custom-config": {}, - "cordova-plugin-media-pp-fork": {}, "cordova-plugin-ionic-webview": { "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" - } + }, + "cordova-plugin-media-pp-fork": {} } }, "dependencies": { |
