Browse code

gitignore implemented

Louis authored on12/12/2022 18:39:44
Showing1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,51 +0,0 @@
1
-{
2
-    "targetPlatforms": [
3
-        "diorite", 
4
-        "aplite"
5
-    ], 
6
-    "projectType": "native", 
7
-    "name": "day-night-bt", 
8
-    "messageKeys": {}, 
9
-    "companyName": "Louis Jonget", 
10
-    "enableMultiJS": true, 
11
-    "versionLabel": "2.1", 
12
-    "capabilities": [], 
13
-    "sdkVersion": "3", 
14
-    "appKeys": {}, 
15
-    "longName": "Day and Night Earth improved Watchface", 
16
-    "displayName": "Day and Night Earth improved Watchface", 
17
-    "shortName": "Day and Night Earth improved Watchface", 
18
-    "watchapp": {
19
-        "watchface": true
20
-    }, 
21
-    "resources": {
22
-        "media": [
23
-            {
24
-                "menuIcon": true, 
25
-                "type": "png", 
26
-                "targetPlatforms": null, 
27
-                "file": "images/menu_icon.png", 
28
-                "name": "IMAGE_MENU_ICON"
29
-            }, 
30
-            {
31
-                "targetPlatforms": null, 
32
-                "type": "pbi", 
33
-                "name": "WORLD_MONO", 
34
-                "file": "images/WORLD_MONO"
35
-            }, 
36
-            {
37
-                "targetPlatforms": null, 
38
-                "type": "bitmap", 
39
-                "name": "BT_ko_icon", 
40
-                "file": "images/BT_ko_icon.png"
41
-            }, 
42
-            {
43
-                "targetPlatforms": null, 
44
-                "type": "bitmap", 
45
-                "name": "BATTERY", 
46
-                "file": "images/BATTERY"
47
-            }
48
-        ]
49
-    }, 
50
-    "uuid": "892e12bc-7a3e-411c-ba97-daa492f91088"
51
-}
52 0
\ No newline at end of file
Browse code

add aplite as pebble hardware

Louis authored on17/10/2021 20:57:00
Showing1 changed files
... ...
@@ -1,6 +1,7 @@
1 1
 {
2 2
     "targetPlatforms": [
3
-        "diorite"
3
+        "diorite", 
4
+        "aplite"
4 5
     ], 
5 6
     "projectType": "native", 
6 7
     "name": "day-night-bt", 
Louis authored on17/10/2018 20:31:52
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,50 @@
1
+{
2
+    "targetPlatforms": [
3
+        "diorite"
4
+    ], 
5
+    "projectType": "native", 
6
+    "name": "day-night-bt", 
7
+    "messageKeys": {}, 
8
+    "companyName": "Louis Jonget", 
9
+    "enableMultiJS": true, 
10
+    "versionLabel": "2.1", 
11
+    "capabilities": [], 
12
+    "sdkVersion": "3", 
13
+    "appKeys": {}, 
14
+    "longName": "Day and Night Earth improved Watchface", 
15
+    "displayName": "Day and Night Earth improved Watchface", 
16
+    "shortName": "Day and Night Earth improved Watchface", 
17
+    "watchapp": {
18
+        "watchface": true
19
+    }, 
20
+    "resources": {
21
+        "media": [
22
+            {
23
+                "menuIcon": true, 
24
+                "type": "png", 
25
+                "targetPlatforms": null, 
26
+                "file": "images/menu_icon.png", 
27
+                "name": "IMAGE_MENU_ICON"
28
+            }, 
29
+            {
30
+                "targetPlatforms": null, 
31
+                "type": "pbi", 
32
+                "name": "WORLD_MONO", 
33
+                "file": "images/WORLD_MONO"
34
+            }, 
35
+            {
36
+                "targetPlatforms": null, 
37
+                "type": "bitmap", 
38
+                "name": "BT_ko_icon", 
39
+                "file": "images/BT_ko_icon.png"
40
+            }, 
41
+            {
42
+                "targetPlatforms": null, 
43
+                "type": "bitmap", 
44
+                "name": "BATTERY", 
45
+                "file": "images/BATTERY"
46
+            }
47
+        ]
48
+    }, 
49
+    "uuid": "892e12bc-7a3e-411c-ba97-daa492f91088"
50
+}
0 51
\ No newline at end of file