Fix UUID
This commit is contained in:
parent
68b211ae5e
commit
782e89d2e2
20
appinfo.json
20
appinfo.json
|
@ -4,41 +4,27 @@
|
||||||
""
|
""
|
||||||
],
|
],
|
||||||
"companyName": "dartcatcher@gmail.com",
|
"companyName": "dartcatcher@gmail.com",
|
||||||
"longName": "Twatch Rings",
|
"longName": "Twatch Popcorn",
|
||||||
"projectType": "native",
|
"projectType": "native",
|
||||||
"resources": {
|
"resources": {
|
||||||
"media": [
|
"media": [
|
||||||
{
|
|
||||||
"characterRegex": "[0-9]",
|
|
||||||
"file": "fonts/Helvetica-Regular.ttf",
|
|
||||||
"name": "FONT_24",
|
|
||||||
"targetPlatforms": null,
|
|
||||||
"type": "font"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"file": "images/menu.png",
|
"file": "images/menu.png",
|
||||||
"menuIcon": true,
|
"menuIcon": true,
|
||||||
"name": "MENU_IMAGE",
|
"name": "MENU_IMAGE",
|
||||||
"targetPlatforms": null,
|
"targetPlatforms": null,
|
||||||
"type": "png"
|
"type": "png"
|
||||||
},
|
|
||||||
{
|
|
||||||
"characterRegex": "[0-9]",
|
|
||||||
"file": "fonts/Helvetica-Bold.ttf",
|
|
||||||
"name": "FONT_36",
|
|
||||||
"targetPlatforms": null,
|
|
||||||
"type": "font"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"sdkVersion": "3",
|
"sdkVersion": "3",
|
||||||
"shortName": "Twatch Rings",
|
"shortName": "Twatch Popcorn",
|
||||||
"targetPlatforms": [
|
"targetPlatforms": [
|
||||||
"aplite",
|
"aplite",
|
||||||
"basalt",
|
"basalt",
|
||||||
"chalk"
|
"chalk"
|
||||||
],
|
],
|
||||||
"uuid": "029c47c0-f364-4d8f-bf66-abd35a9008f8",
|
"uuid": "e7872ba0-6697-41f3-9e18-43effc3b6dfe",
|
||||||
"versionLabel": "1.0",
|
"versionLabel": "1.0",
|
||||||
"watchapp": {
|
"watchapp": {
|
||||||
"watchface": true
|
"watchface": true
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue