summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmobile.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/mobile.sh b/mobile.sh
index bd003a1..c192e7d 100755
--- a/mobile.sh
+++ b/mobile.sh
@@ -45,12 +45,12 @@ sed -i '/link rel="shortcut icon"/a\
echo "Adding cordova plugins"
# add everything needed and build for $device
cordova platform add "$1" > /dev/null
-cordova plugin add org.apache.cordova.plugin.softkeyboard \
- org.apache.cordova.vibration \
- org.apache.cordova.device-motion \
- org.apache.cordova.device-orientation \
- org.apache.cordova.geolocation \
- de.appplant.cordova.plugin.local-notification 2> /dev/null
+cordova plugin add \ #org.apache.cordova.plugin.softkeyboard \
+ #org.apache.cordova.vibration \
+ #org.apache.cordova.device-motion \
+ #org.apache.cordova.device-orientation \
+ org.apache.cordova.geolocation 2> /dev/null
+ #de.appplant.cordova.plugin.local-notification 2> /dev/null
if [[ $1 == "android" ]]
then