rename app

so it can be installed alongside the other apps
ios
Norwin 5 years ago
parent 24e18b7a3d
commit 77202069ae

@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="io.ionic.starter" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>openSenseApp</name>
<description>Apps utilizing the openSenseMap and senseBox.</description>
<widget id="de.sensebox.blockly" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>openSenseApp Blockly</name>
<description>graphical programming &amp; OTA upload for senseBox MCU</description>
<author email="kontakt@reedu.de" href="https://reedu.de/">re:edu</author>
<content src="index.html" />
<access origin="*" />

@ -10,7 +10,7 @@
"build": "ionic-app-scripts build",
"android:build": "ionic cordova build android",
"android:deploy": "adb install -r platforms/android/app/build/outputs/apk/debug/app-debug.apk",
"android:start": "adb shell am force-stop io.ionic.starter; adb shell am start -n io.ionic.starter/io.ionic.starter.MainActivity; sleep 1; adb logcat | grep -F \"`adb shell ps | grep io.ionic.starter | cut -c15-18`\"",
"android:start": "adb shell am force-stop de.sensebox.blockly; adb shell am start -n de.sensebox.blockly/de.sensebox.blockly.MainActivity; sleep 1; adb logcat | grep -F \"`adb shell ps | grep de.sensebox.blockly | cut -c15-18`\"",
"lint": "ionic-app-scripts lint"
},
"dependencies": {
@ -67,4 +67,4 @@
"browser"
]
}
}
}

Loading…
Cancel
Save