summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/android/res
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2017-02-19 04:22:43 +0100
committerJules Laplace <jules@okfoc.us>2017-02-19 04:22:43 +0100
commit8f03316d04ba3a51ce16d90ffe94d7611c013652 (patch)
tree1e1282bafc0cf5ec1f9df8f79323fb3ad7388637 /StoneIsland/platforms/android/res
parented12781e91bb9df05d9b0f927f867d5d3c658f6d (diff)
get rid of old parse plugin
Diffstat (limited to 'StoneIsland/platforms/android/res')
-rwxr-xr-xStoneIsland/platforms/android/res/values/parseplugin.xml5
-rw-r--r--StoneIsland/platforms/android/res/xml/config.xml3
2 files changed, 0 insertions, 8 deletions
diff --git a/StoneIsland/platforms/android/res/values/parseplugin.xml b/StoneIsland/platforms/android/res/values/parseplugin.xml
deleted file mode 100755
index 771d375e..00000000
--- a/StoneIsland/platforms/android/res/values/parseplugin.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version='1.0' encoding='utf-8'?>
-<resources>
- <string name="parse_app_id">GS82ZxpN8Mecpc53rsyu6aLLGK0W4CKi42J25DLB</string>
- <string name="parse_client_key">hQRtQfsgimYnX5PMivtcdXCG9eZhESeyTr0Rd8Sv</string>
-</resources>
diff --git a/StoneIsland/platforms/android/res/xml/config.xml b/StoneIsland/platforms/android/res/xml/config.xml
index 00961deb..95df2f20 100644
--- a/StoneIsland/platforms/android/res/xml/config.xml
+++ b/StoneIsland/platforms/android/res/xml/config.xml
@@ -1,8 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="us.okfoc.stoneisland" version="0.8.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
- <feature name="ParsePlugin">
- <param name="android-package" value="org.apache.cordova.core.ParsePlugin" />
- </feature>
<feature name="InAppBrowser">
<param name="android-package" value="org.apache.cordova.inappbrowser.InAppBrowser" />
</feature>