Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
masashiGMS committed Sep 25, 2018
1 parent e6cd087 commit 979eb8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
5 changes: 2 additions & 3 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,10 @@
<plugin name="cordova-plugin-ionic-keyboard" spec="^2.0.5" />
<plugin name="cordova-plugin-ionic-webview" spec="^2.0.2" />
<plugin name="cordova-plugin-statusbar" spec="^2.4.2" />
<engine name="ios" spec="^4.5.5" />
<engine name="browser" spec="^5.0.4" />
<plugin name="cordova-plugin-googlemaps" spec="^2.4.4">
<plugin name="cordova-plugin-googlemaps" spec="^2.4.6">
<variable name="API_KEY_FOR_ANDROID" value="(YOUR_API_KEY)" />
<variable name="API_KEY_FOR_IOS" value="(YOUR_IOS_KEY)" />
<variable name="API_KEY_FOR_IOS" value="(YOUR_API_KEY)" />
<variable name="LOCATION_WHEN_IN_USE_DESCRIPTION" value="This app wants to get your location while this app runs only." />
<variable name="LOCATION_ALWAYS_USAGE_DESCRIPTION" value="This app wants to get your location always, even this app runs in background." />
</plugin>
Expand Down
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
]
}
}
}

0 comments on commit 979eb8f

Please sign in to comment.