From 979eb8ff2ae0e1e5b6597e014cb1e657c84ed0fb Mon Sep 17 00:00:00 2001 From: masashiGMS Date: Tue, 25 Sep 2018 14:02:16 -0700 Subject: [PATCH] update package.json --- config.xml | 5 ++--- package.json | 9 +++------ 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/config.xml b/config.xml index 24acd7f..ba1df39 100644 --- a/config.xml +++ b/config.xml @@ -82,11 +82,10 @@ - - + - + diff --git a/package.json b/package.json index ff813a1..682b2bf 100644 --- a/package.json +++ b/package.json @@ -30,10 +30,8 @@ "@ionic/ng-toolkit": "1.0.0", "@ionic/schematics-angular": "1.0.1", "cordova-browser": "^5.0.4", - "cordova-ios": "^4.5.5", "cordova-plugin-device": "^2.0.2", - "cordova-plugin-googlemaps": "^2.4.4", - "cordova-plugin-googlemaps-sdk": "https://github.com/mapsplugin/cordova-plugin-googlemaps-sdk/tarball/2.7.0", + "cordova-plugin-googlemaps": "^2.4.6", "cordova-plugin-ionic-keyboard": "^2.1.2", "cordova-plugin-ionic-webview": "^2.0.2", "cordova-plugin-splashscreen": "^5.0.2", @@ -83,14 +81,13 @@ "cordova-plugin-statusbar": {}, "cordova-plugin-googlemaps": { "API_KEY_FOR_ANDROID": "(YOUR_API_KEY)", - "API_KEY_FOR_IOS": "(YOUR_IOS_KEY)", + "API_KEY_FOR_IOS": "(YOUR_API_KEY)", "LOCATION_WHEN_IN_USE_DESCRIPTION": "This app wants to get your location while this app runs only.", "LOCATION_ALWAYS_USAGE_DESCRIPTION": "This app wants to get your location always, even this app runs in background." } }, "platforms": [ - "ios", "browser" ] } -} \ No newline at end of file +}