From 6b4da96e902d64bcddf090d6a3453adaaa88c389 Mon Sep 17 00:00:00 2001 From: schneefux Date: Wed, 30 Apr 2014 16:23:27 +0200 Subject: füge .gitignore und Buildanweisungen hinzu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BUILDING | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 BUILDING (limited to 'BUILDING') diff --git a/BUILDING b/BUILDING new file mode 100644 index 0000000..028db1f --- /dev/null +++ b/BUILDING @@ -0,0 +1,9 @@ +npm -g install cordova #(https://cordova.apache.org/) +cordova create WvSVPlan +cordova platform add android # und mehr +cordova plugin add https://github.com/Wizcorp/phonegap-plugin-localNotifications #jp.wizcorp.phonegap.plugin.localNotificationPlugin +cordova plugin add https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin #nl.x-services.plugins.socialsharing +cordova plugin add org.apache.cordova.device +cordova plugin add org.apache.cordova.file +cordova plugin add org.apache.cordova.file-transfer +cordova build -- cgit v1.3.1