diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-11-08 11:18:58 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-11-08 11:18:58 -0500 |
| commit | f0f43ac073226da65475560c05964c6993540c54 (patch) | |
| tree | dfb4c2f913ba5a65c602e832548c8783d95ffd84 /StoneIsland/plugins | |
| parent | 8b0d192d82bf12f3d82be6e9447918521e99d5ca (diff) | |
| parent | a3b4833243672f75e747db8f2a94695ff87cf83b (diff) | |
merge
Diffstat (limited to 'StoneIsland/plugins')
| -rw-r--r--[-rwxr-xr-x] | StoneIsland/plugins/ios.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/StoneIsland/plugins/ios.json b/StoneIsland/plugins/ios.json index 7bb9ef16..fdcc6cfc 100755..100644 --- a/StoneIsland/plugins/ios.json +++ b/StoneIsland/plugins/ios.json @@ -10,6 +10,9 @@ "com.ionic.keyboard": { "PACKAGE_NAME": "us.okfoc.stoneisland" }, + "com.parse.cordova.core.pushplugin": { + "PACKAGE_NAME": "us.okfoc.stoneisland" + }, "cordova-plugin-console": { "PACKAGE_NAME": "us.okfoc.stoneisland" }, @@ -26,6 +29,9 @@ "cordova-plugin-geolocation": { "PACKAGE_NAME": "us.okfoc.stoneisland" }, + "cordova-plugin-inappbrowser": { + "PACKAGE_NAME": "us.okfoc.stoneisland" + }, "cordova-plugin-network-information": { "PACKAGE_NAME": "us.okfoc.stoneisland" }, @@ -40,12 +46,6 @@ }, "phonegap-plugin-push": { "PACKAGE_NAME": "us.okfoc.stoneisland" - }, - "cordova-plugin-inappbrowser": { - "PACKAGE_NAME": "us.okfoc.stoneisland" - }, - "com.parse.cordova.core.pushplugin": { - "PACKAGE_NAME": "us.okfoc.stoneisland" } }, "dependent_plugins": {} |
