diff options
| author | Rene Ae <aehtyb@gmail.com> | 2015-12-11 03:05:10 -0600 |
|---|---|---|
| committer | Rene Ae <aehtyb@gmail.com> | 2015-12-11 03:05:10 -0600 |
| commit | b1775dd32d1e0113eba81cfdb9a5626295eebc4e (patch) | |
| tree | 19a2f4ea004d11037e494e863a39ac834d364429 /StoneIsland/platforms/ios/ios.json | |
| parent | 3442b2821d30dd1ca6c6db1ba089ae3f5c95a758 (diff) | |
| parent | 053473394e6e0990c68a924adbb7c7d75f35973d (diff) | |
Merge branch 'android' of https://github.com/okfocus/stone-island into android
Diffstat (limited to 'StoneIsland/platforms/ios/ios.json')
| -rwxr-xr-x | StoneIsland/platforms/ios/ios.json | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/StoneIsland/platforms/ios/ios.json b/StoneIsland/platforms/ios/ios.json index 774d6f81..08b0488c 100755 --- a/StoneIsland/platforms/ios/ios.json +++ b/StoneIsland/platforms/ios/ios.json @@ -47,6 +47,10 @@ { "xml": "<feature name=\"InAppBrowser\"><param name=\"ios-package\" value=\"CDVInAppBrowser\" /></feature>", "count": 1 + }, + { + "xml": "<feature name=\"ParsePlugin\"><param name=\"ios-package\" value=\"CDVParsePlugin\" /></feature>", + "count": 1 } ] } @@ -112,6 +116,9 @@ }, "cordova-plugin-inappbrowser": { "PACKAGE_NAME": "us.okfoc.stoneisland" + }, + "com.parse.cordova.core.pushplugin": { + "PACKAGE_NAME": "us.okfoc.stoneisland" } }, "dependent_plugins": {}, @@ -245,6 +252,14 @@ "cordova.InAppBrowser.open", "window.open" ] + }, + { + "file": "plugins/com.parse.cordova.core.pushplugin/www/cdv-plugin-parse.js", + "id": "com.parse.cordova.core.pushplugin.ParsePlugin", + "pluginId": "com.parse.cordova.core.pushplugin", + "clobbers": [ + "window.parsePlugin" + ] } ], "plugin_metadata": { @@ -259,6 +274,7 @@ "cordova-plugin-whitelist": "1.0.0", "cordova-plugin-x-socialsharing": "5.0.7", "phonegap-plugin-push": "1.4.4", - "cordova-plugin-inappbrowser": "1.1.0" + "cordova-plugin-inappbrowser": "1.1.0", + "com.parse.cordova.core.pushplugin": "0.1.0" } }
\ No newline at end of file |
