summaryrefslogtreecommitdiff
path: root/mobile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mobile.sh')
-rwxr-xr-xmobile.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile.sh b/mobile.sh
index bfb412c..6c109a3 100755
--- a/mobile.sh
+++ b/mobile.sh
@@ -46,10 +46,10 @@ echo "Adding cordova plugins"
# add everything needed and build for $device
cordova platform add "$1" > /dev/null
cordova plugin add org.apache.cordova.geolocation \
+ org.apache.cordova.device-motion \
+ org.apache.cordova.device-orientation \
org.apache.cordova.vibration 2> /dev/null
#org.apache.cordova.plugin.softkeyboard \
- #org.apache.cordova.device-motion \
- #org.apache.cordova.device-orientation \
#de.appplant.cordova.plugin.local-notification
if [[ $1 == "android" ]]