From 65491396c1d258144e9e5f0a7bb6a1f41e43a079 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Tue, 2 Oct 2018 14:54:36 -0400 Subject: nits --- build_ios.sh | 8 ++++---- config.xml | 6 +++--- package.json | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/build_ios.sh b/build_ios.sh index 11a9e996..cbd66b34 100755 --- a/build_ios.sh +++ b/build_ios.sh @@ -1,11 +1,11 @@ echo "*** Using old build system due to XCode 10 issues ** " echo "see https://forum.ionicframework.com/t/how-to-build-ionic-cordova-with-xcode-10/142044" -ionic cordova plugin add cordova-plugin-ionic-webview@latest +#ionic cordova plugin add cordova-plugin-ionic-webview@latest -echo "--- readding certificate plugin to make sure... ---" -ionic cordova plugin remove cordova-plugin-certificates -ionic cordova plugin add cordova-plugin-certificates +#echo "--- readding certificate plugin to make sure... ---" +#ionic cordova plugin remove cordova-plugin-certificates +#ionic cordova plugin add cordova-plugin-certificates echo "-- building --" ionic cordova build ios --release --buildConfig="./build-auto.json" diff --git a/config.xml b/config.xml index 9f40b220..5e66e095 100644 --- a/config.xml +++ b/config.xml @@ -153,9 +153,6 @@ - - - @@ -164,6 +161,9 @@ + + + diff --git a/package.json b/package.json index b3641d94..98803b58 100644 --- a/package.json +++ b/package.json @@ -46,9 +46,6 @@ "cordova-plugin-cloud-settings": { "ANDROID_BACKUP_SERVICE_KEY": "AEdPqrEAAAAIqF-OaHdwIzZhx2L1WOfAGTagBxm5a1R4wBW_Uw" }, - "phonegap-plugin-push": { - "FCM_VERSION": "11.6.2" - }, "cordova-plugin-ionic-keyboard": {}, "cordova-plugin-photo-library": { "PHOTO_LIBRARY_USAGE_DESCRIPTION": "Save image alarms todisk" @@ -56,7 +53,10 @@ "cordova-plugin-ionic-webview": { "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" }, - "cordova-plugin-advanced-http": {} + "cordova-plugin-advanced-http": {}, + "phonegap-plugin-push": { + "FCM_VERSION": "11.6.2" + } } }, "dependencies": { @@ -103,7 +103,7 @@ "minimist": "^1.2.0", "mkdirp": "^0.5.1", "phonegap-plugin-mobile-accessibility": "^1.0.5", - "phonegap-plugin-push": "^2.1.3" + "phonegap-plugin-push": "~2.1.3" }, "devDependencies": { "bower": "^1.8.4", -- cgit v1.2.3