You've already forked intuiclock
Closes #2
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"shortName": null,
|
||||
"longName": null,
|
||||
"companyName": null,
|
||||
"versionLabel": null,
|
||||
"versionLabel": "1.2",
|
||||
"sdkVersion": "3",
|
||||
"targetPlatforms": ["basalt"],
|
||||
"watchapp": {
|
||||
@@ -13,8 +13,23 @@
|
||||
"media": [
|
||||
{
|
||||
"type": "png",
|
||||
"name": "IMG_BACKGROUND",
|
||||
"file": "background.png"
|
||||
"name": "IMG_BKG_CLASSIC_NARROW",
|
||||
"file": "bkg_classic_narrow.png"
|
||||
},
|
||||
{
|
||||
"type": "png",
|
||||
"name": "IMG_BKG_CLASSIC_WIDE",
|
||||
"file": "bkg_classic_wide.png"
|
||||
},
|
||||
{
|
||||
"type": "png",
|
||||
"name": "IMG_BKG_XEN_NARROW",
|
||||
"file": "bkg_xen_narrow.png"
|
||||
},
|
||||
{
|
||||
"type": "png",
|
||||
"name": "IMG_BKG_XEN_WIDE",
|
||||
"file": "bkg_xen_wide.png"
|
||||
},
|
||||
{
|
||||
"type": "png",
|
||||
@@ -40,6 +55,7 @@
|
||||
"KEY_SECONDS_HAND": 0,
|
||||
"KEY_BATTERY_INDICATOR": 1,
|
||||
"KEY_DATE_FORMAT": 2,
|
||||
"KEY_WIDE_LAYOUT": 3
|
||||
"KEY_WIDE_LAYOUT": 3,
|
||||
"KEY_XEN_STYLE": 4
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user