summaryrefslogtreecommitdiff
path: root/StoneIsland/plugins
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-12-11 02:06:50 -0600
committerJules Laplace <jules@okfoc.us>2015-12-11 02:06:50 -0600
commitfb691ed5fbe0122efa1b8eda05c40f2f1272b1b0 (patch)
treef6c9da3ed67b1c9fe1576e3d9febaf8bd2587ced /StoneIsland/plugins
parent20739f5f572e043aec1a4b25de63231c4c176ffe (diff)
rebuild
Diffstat (limited to 'StoneIsland/plugins')
-rwxr-xr-xStoneIsland/plugins/android.json5
-rwxr-xr-xStoneIsland/plugins/fetch.json12
-rwxr-xr-xStoneIsland/plugins/ios.json3
3 files changed, 20 insertions, 0 deletions
diff --git a/StoneIsland/plugins/android.json b/StoneIsland/plugins/android.json
index 2583c782..e9e9ecdb 100755
--- a/StoneIsland/plugins/android.json
+++ b/StoneIsland/plugins/android.json
@@ -43,6 +43,11 @@
},
"phonegap-plugin-push": {
"PACKAGE_NAME": "us.okfoc.stoneisland"
+ },
+ "com.parse.cordova.core.pushplugin": {
+ "APP_ID": "GS82ZxpN8Mecpc53rsyu6aLLGK0W4CKi42J25DLB",
+ "CLIENT_KEY": "hQRtQfsgimYnX5PMivtcdXCG9eZhESeyTr0Rd8Sv",
+ "PACKAGE_NAME": "us.okfoc.stoneisland"
}
},
"dependent_plugins": {}
diff --git a/StoneIsland/plugins/fetch.json b/StoneIsland/plugins/fetch.json
index 108c8360..cb0dbc6f 100755
--- a/StoneIsland/plugins/fetch.json
+++ b/StoneIsland/plugins/fetch.json
@@ -96,5 +96,17 @@
},
"is_top_level": true,
"variables": {}
+ },
+ "com.parse.cordova.core.pushplugin": {
+ "source": {
+ "type": "git",
+ "url": "https://github.com/grrrian/phonegap-parse-plugin",
+ "subdir": "."
+ },
+ "is_top_level": true,
+ "variables": {
+ "APP_ID": "GS82ZxpN8Mecpc53rsyu6aLLGK0W4CKi42J25DLB",
+ "CLIENT_KEY": "hQRtQfsgimYnX5PMivtcdXCG9eZhESeyTr0Rd8Sv"
+ }
}
} \ No newline at end of file
diff --git a/StoneIsland/plugins/ios.json b/StoneIsland/plugins/ios.json
index 5cb40d7a..7bb9ef16 100755
--- a/StoneIsland/plugins/ios.json
+++ b/StoneIsland/plugins/ios.json
@@ -43,6 +43,9 @@
},
"cordova-plugin-inappbrowser": {
"PACKAGE_NAME": "us.okfoc.stoneisland"
+ },
+ "com.parse.cordova.core.pushplugin": {
+ "PACKAGE_NAME": "us.okfoc.stoneisland"
}
},
"dependent_plugins": {}