aboutsummaryrefslogtreecommitdiff
path: root/appinfo.json
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2015-02-26 21:55:13 +0100
committerVictor Häggqvist <[email protected]>2015-05-29 13:04:37 +0200
commite88500c8afe2fe6f6875ef4dc5ad6ccd143ddc21 (patch)
treec3dae614d82e89e0fe1cef714ec792c520dbac78 /appinfo.json
parentea25d51c71950d8a908899e52c836d880f990293 (diff)
sdk 3 convertion
Diffstat (limited to 'appinfo.json')
-rw-r--r--appinfo.json21
1 files changed, 13 insertions, 8 deletions
diff --git a/appinfo.json b/appinfo.json
index 510b60a..32a272f 100644
--- a/appinfo.json
+++ b/appinfo.json
@@ -11,12 +11,17 @@
"appKeys": {},
"resources": {
"media": [
- {
- "type": "png",
- "file": "icon.png",
- "menuIcon": true,
- "name": "ICON"
- }
+ {
+ "type": "png",
+ "file": "icon.png",
+ "menuIcon": true,
+ "name": "ICON"
+ }
]
- }
-}
+ },
+ "targetPlatforms": [
+ "aplite",
+ "basalt"
+ ],
+ "sdkVersion": "3"
+} \ No newline at end of file