diff options
Diffstat (limited to 'StoneIsland/plugins')
| -rwxr-xr-x | StoneIsland/plugins/android.json | 5 | ||||
| -rwxr-xr-x | StoneIsland/plugins/fetch.json | 12 | ||||
| -rwxr-xr-x | StoneIsland/plugins/ios.json | 3 |
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": {} |
