summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/ios.json
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/platforms/ios/ios.json')
-rwxr-xr-xStoneIsland/platforms/ios/ios.json18
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