diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-08-22 08:55:52 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-08-22 08:55:52 -0400 |
| commit | e9b723da4a7034a838b28f2f77e000768292074e (patch) | |
| tree | ae650fcfeb48f1fd24668ae0ffc4687af04ff41f | |
| parent | 3b7d776345654d470e509f66606d41654cfed6ba (diff) | |
update packages, cordova version
| -rw-r--r-- | config.xml | 3 | ||||
| -rw-r--r-- | docs/guides/source.rst | 35 | ||||
| -rw-r--r-- | package.json | 6 | ||||
| -rw-r--r-- | www/js/NVR.js | 2 |
4 files changed, 22 insertions, 24 deletions
@@ -178,7 +178,4 @@ <plugin name="cordova-plugin-advanced-http" spec="^2.5.1"> <variable name="OKHTTP_VERSION" value="3.10.0" /> </plugin> - <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> </widget> diff --git a/docs/guides/source.rst b/docs/guides/source.rst index 1eb67b32..cb2499d2 100644 --- a/docs/guides/source.rst +++ b/docs/guides/source.rst @@ -24,28 +24,33 @@ Output of ``ionic info`` :: + Ionic: - ionic (Ionic CLI) : 4.5.0 (/usr/local/lib/node_modules/ionic) - Ionic Framework : ionic1 1.3.5 - @ionic/v1-toolkit : 1.0.19 + Ionic CLI : 6.9.3 (/Users/pp/.nvm/versions/node/v12.17.0/lib/node_modules/@ionic/cli) + Ionic Framework : unknown + @ionic/v1-toolkit : 1.0.22 Cordova: - cordova (Cordova CLI) : 8.1.2 (cordova-lib@8.1.1) - Cordova Platforms : android 7.1.4, ios 5.0.0 - Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 2.2.0, - (and 30 other plugins) + Cordova CLI : 9.0.0 (cordova-lib@9.0.1) + Cordova Platforms : android 8.1.0, ios 5.1.1 + Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0, (and 29 other plugins) + + Utility: + + cordova-res : not installed + native-run : not installed System: - Android SDK Tools : 26.1.1 (/Users/pp/Library/Android/sdk/) - ios-deploy : 2.0.0 - ios-sim : 7.0.0 - NodeJS : v8.11.2 (/usr/local/bin/node) - npm : 5.6.0 - OS : macOS Mojave - Xcode : Xcode 10.1 Build version 10B61 + Android SDK Tools : 26.1.1 (/Users/pp/Library/Android/sdk) + ios-deploy : 1.10.0 + ios-sim : 8.0.2 + NodeJS : v12.17.0 (/Users/pp/.nvm/versions/node/v12.17.0/bin/node) + npm : 6.14.4 + OS : macOS Catalina + Xcode : Xcode 11.6 Build version 11E708 Install Dependencies - needed for all platforms ----------------------------------------------- @@ -120,7 +125,7 @@ this) (Harder) If you need picture notification support in push ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -As of Mar 2019, cordova-ios does not support multiple targets, nor does +As of Aug 2020, cordova-ios does not support multiple targets, nor does it support automatic building of notification extensions. So there is manual work to be done: - Open up ``platforms/ios/zmNinja.xcworkspace`` in XCode diff --git a/package.json b/package.json index 5ea5699d..0972933c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zmninjapro", "description": "Home security mobile app for ZoneMinder", - "version": "1.4.009", + "version": "1.4.010", "displayName": "zmNinja", "author": "Pliable Pixels", "license": "custom see LICENSE.md", @@ -53,9 +53,6 @@ "cordova-plugin-advanced-http": { "OKHTTP_VERSION": "3.10.0" }, - "cordova-plugin-ionic-webview": { - "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" - }, "cordova-sqlite-storage": {}, "cordova-plugin-add-swift-support": {}, "cordova-plugin-statusbar": {}, @@ -88,7 +85,6 @@ "cordova-plugin-ignore-lint-translation": "0.0.1", "cordova-plugin-insomnia": "^4.3.0", "cordova-plugin-ionic-keyboard": "^2.2.0", - "cordova-plugin-ionic-webview": "git+https://github.com/pliablepixels/cordova-plugin-ionic-webview.git", "cordova-plugin-media-pp-fork": "^1.0.2-dev", "cordova-plugin-multi-window": "0.0.3", "cordova-plugin-network-information": "^2.0.2", diff --git a/www/js/NVR.js b/www/js/NVR.js index 65a18dbc..bc33af07 100644 --- a/www/js/NVR.js +++ b/www/js/NVR.js @@ -21,7 +21,7 @@ angular.module('zmApp.controllers') DO NOT TOUCH zmAppVersion It is changed by sync_version.sh */ - var zmAppVersion = "1.4.009"; + var zmAppVersion = "1.4.010"; var isBackground = false; var justResumed = false; |
