Browse code

removed build files from repo

Louis authored on02/10/2022 21:33:35
Showing1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,45 +0,0 @@
1
-{
2
-    "targetPlatforms": [
3
-        "aplite"
4
-    ], 
5
-    "displayName": "bike_companion", 
6
-    "name": "bike_companion", 
7
-    "messageKeys": {
8
-        "status": 10007, 
9
-        "JSReady": 10008, 
10
-        "latitude": 10000, 
11
-        "timestamp": 10006, 
12
-        "altitude": 10003, 
13
-        "accuracy": 10002, 
14
-        "speed": 10005, 
15
-        "longitude": 10001, 
16
-        "altitude_accuracy": 10004
17
-    }, 
18
-    "companyName": "ljonget@gmail.com", 
19
-    "enableMultiJS": true, 
20
-    "versionLabel": "1.0", 
21
-    "capabilities": [
22
-        "configurable"
23
-    ], 
24
-    "sdkVersion": "3", 
25
-    "appKeys": {
26
-        "status": 10007, 
27
-        "JSReady": 10008, 
28
-        "latitude": 10000, 
29
-        "timestamp": 10006, 
30
-        "altitude": 10003, 
31
-        "accuracy": 10002, 
32
-        "speed": 10005, 
33
-        "longitude": 10001, 
34
-        "altitude_accuracy": 10004
35
-    }, 
36
-    "longName": "bike_companion", 
37
-    "shortName": "bike_companion", 
38
-    "watchapp": {
39
-        "watchface": false
40
-    }, 
41
-    "resources": {
42
-        "media": []
43
-    }, 
44
-    "uuid": "2553210f-7472-4ca8-8c28-5bc5f0c89610"
45
-}
46 0
\ No newline at end of file
Browse code

init commit

louis.jonget authored on30/09/2022 18:58:18
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,45 @@
1
+{
2
+    "targetPlatforms": [
3
+        "aplite"
4
+    ], 
5
+    "displayName": "bike_companion", 
6
+    "name": "bike_companion", 
7
+    "messageKeys": {
8
+        "status": 10007, 
9
+        "JSReady": 10008, 
10
+        "latitude": 10000, 
11
+        "timestamp": 10006, 
12
+        "altitude": 10003, 
13
+        "accuracy": 10002, 
14
+        "speed": 10005, 
15
+        "longitude": 10001, 
16
+        "altitude_accuracy": 10004
17
+    }, 
18
+    "companyName": "ljonget@gmail.com", 
19
+    "enableMultiJS": true, 
20
+    "versionLabel": "1.0", 
21
+    "capabilities": [
22
+        "configurable"
23
+    ], 
24
+    "sdkVersion": "3", 
25
+    "appKeys": {
26
+        "status": 10007, 
27
+        "JSReady": 10008, 
28
+        "latitude": 10000, 
29
+        "timestamp": 10006, 
30
+        "altitude": 10003, 
31
+        "accuracy": 10002, 
32
+        "speed": 10005, 
33
+        "longitude": 10001, 
34
+        "altitude_accuracy": 10004
35
+    }, 
36
+    "longName": "bike_companion", 
37
+    "shortName": "bike_companion", 
38
+    "watchapp": {
39
+        "watchface": false
40
+    }, 
41
+    "resources": {
42
+        "media": []
43
+    }, 
44
+    "uuid": "2553210f-7472-4ca8-8c28-5bc5f0c89610"
45
+}
0 46
\ No newline at end of file