summaryrefslogtreecommitdiff
path: root/mobile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mobile.sh')
-rwxr-xr-xmobile.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/mobile.sh b/mobile.sh
index 42c015b..bfb412c 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.geolocation 2> /dev/null
+cordova plugin add org.apache.cordova.geolocation \
+ org.apache.cordova.vibration 2> /dev/null
#org.apache.cordova.plugin.softkeyboard \
- #org.apache.cordova.vibration \
#org.apache.cordova.device-motion \
#org.apache.cordova.device-orientation \
- #de.appplant.cordova.plugin.local-notification 2> /dev/null
+ #de.appplant.cordova.plugin.local-notification
if [[ $1 == "android" ]]
then