From dbc463c70ad7bbd43b907ec0345bd0965698c0cf Mon Sep 17 00:00:00 2001 From: Gubolin Date: Sun, 7 Sep 2014 12:34:55 +0200 Subject: cherry-pick compass and acceleration blocks --- mobile.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mobile.sh') 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" ]] -- cgit v1.3.1