Get building with latest SDK

This commit is contained in:
2026-06-12 16:46:18 -04:00
parent 81311cc9d9
commit dce5b2e249
11 changed files with 139 additions and 78 deletions
+62
View File
@@ -0,0 +1,62 @@
{
"name": "recounter",
"author": "RandyTheSilly",
"version": "1.0.0",
"keywords": [
"counter",
"touch",
"simple"
],
"private": true,
"dependencies": {},
"pebble": {
"displayName": "REcounter",
"uuid": "36bab645-70c5-472b-b99f-afc9f8656c71",
"sdkVersion": "3",
"enableMultiJS": false,
"targetPlatforms": [
"aplite",
"basalt",
"diorite",
"flint",
"emery"
],
"watchapp": {
"watchface": false
},
"messageKeys": [],
"resources": {
"media": [
{
"file": "action_icon_minus.png",
"memoryFormat": "Smallest",
"name": "MINUS",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "action_icon_plus.png",
"memoryFormat": "Smallest",
"name": "PLUS",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "reset.png",
"memoryFormat": "Smallest",
"name": "RESET",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "icon.png",
"memoryFormat": "Smallest",
"name": "ICON",
"spaceOptimization": "storage",
"type": "bitmap",
"menuIcon": true
}
]
}
}
}