Initial commit.

This commit is contained in:
2015-08-15 20:04:20 +02:00
commit b3581d255c
17 changed files with 683 additions and 0 deletions

39
appinfo.in.json Normal file
View File

@@ -0,0 +1,39 @@
{
"uuid": null,
"shortName": null,
"longName": null,
"companyName": null,
"versionLabel": null,
"sdkVersion": "3",
"targetPlatforms": ["basalt"],
"watchapp": {
"watchface": true
},
"resources": {
"media": [
{
"type": "png",
"name": "IMG_BACKGROUND",
"file": "background.png"
},
{
"type": "png",
"name": "IMG_BATTERY",
"file": "battery.png"
},
{
"type": "font",
"name": "FONT_TOPAZ_16",
"file": "topaz1200.ttf"
}
]
},
"capabilities": [
"configurable"
],
"appKeys": {
"KEY_SECONDS_HAND": 0,
"KEY_BATTERY_INDICATOR": 1,
"KEY_DATE_FORMAT": 2
}
}