summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-06-26 16:49:09 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-08-15 20:02:45 +0200
commit4edf0f4ebb6b267d58bbf256d0875a9ab207b894 (patch)
tree88960fd004200b37ae82beb5b8eb1ac6625e68f6
parent4af2fdbec22e8254245d59a8179063e18bd3d3d8 (diff)
downloadwvs-vplan-4edf0f4ebb6b267d58bbf256d0875a9ab207b894.tar.gz
wvs-vplan-4edf0f4ebb6b267d58bbf256d0875a9ab207b894.zip
Update-Skript für Plugins
-rwxr-xr-xUPDATE15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATE b/UPDATE
new file mode 100755
index 0000000..26ba8b0
--- /dev/null
+++ b/UPDATE
@@ -0,0 +1,15 @@
+cordova plugin rm \
+de.appplant.cordova.plugin.local-notification \
+nl.x-services.plugins.socialsharing \
+org.apache.cordova.file-transfer \
+org.apache.cordova.file \
+org.apache.cordova.network-information \
+org.apache.cordova.device
+
+cordova plugin add \
+https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git \
+https://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information.git \
+https://git-wip-us.apache.org/repos/asf/cordova-plugin-file.git \
+https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer.git \
+https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin \
+https://github.com/katzer/cordova-plugin-local-notifications.git