mirror of
https://github.com/sensebox/blockly-app
synced 2025-04-08 13:30:28 +02:00
rename app
so it can be installed alongside the other apps
This commit is contained in:
parent
24e18b7a3d
commit
77202069ae
2 changed files with 5 additions and 5 deletions
|
@ -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 & 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…
Add table
Reference in a new issue