From 4edf0f4ebb6b267d58bbf256d0875a9ab207b894 Mon Sep 17 00:00:00 2001 From: schneefux Date: Thu, 26 Jun 2014 16:49:09 +0200 Subject: Update-Skript für Plugins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- UPDATE | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 UPDATE (limited to 'UPDATE') 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 -- cgit v1.3.1