Get building with latest SDK
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user