-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.xml
108 lines (81 loc) · 4.78 KB
/
manifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!-- This is a generated file. It is highly recommended that you DO NOT edit this file. -->
<iq:manifest xmlns:iq="http://www.garmin.com/xml/connectiq" version="1">
<iq:application entry="NathosWatch" id="3105fd68-f6b3-4c04-998c-4cc3da43002f" launcherIcon="@Drawables.LauncherIcon" minSdkVersion="1.2.0" name="@Strings.AppName" type="watchface">
<iq:products>
<!--to be supported: 218x218 (done), 240x240(done), 260x260 (done), 280x280 (done, but might need to make the font bigger), venu (almost done !), -->
<!-- fenix 5 series -->
<iq:product id="fenix5s"/> <!-- tested in sim -->
<iq:product id="fenix5"/> <!-- tested in sim -->
<iq:product id="fenix5x"/> <!-- tested in sim -->
<iq:product id="fenix5splus"/> <!-- tested in sim -->
<iq:product id="fenix5plus"/> <!-- tested in sim --> <!-- tested irl (by me) -->
<iq:product id="fenix5xplus"/> <!-- tested in sim -->
<!-- fenix 3 series-->
<iq:product id="fenix3_hr"/> <!-- tested in sim -->
<iq:product id="fenix3"/> <!-- tested in sim -->
<!-- descent series -->
<iq:product id="descentmk1"/>
<!-- fenix 6 series -->
<iq:product id="fenix6s"/> <!-- tested in sim -->
<iq:product id="fenix6"/> <!-- tested in sim -->
<iq:product id="fenix6spro"/> <!-- tested in sim -->
<iq:product id="fenix6pro"/> <!-- tested in sim -->
<iq:product id="fenix6xpro"/> <!-- tested in sim, might need a bigger font though -->
<!-- vivoactive 4s and derivals -->
<iq:product id="vivoactive4s"/> <!-- tested in sim -->
<iq:product id="legacysagarey"/> <!-- tested in sim -->
<iq:product id="legacyherocaptainmarvel"/> <!-- tested in sim -->
<!-- vivoactive 4 and derivals -->
<iq:product id="vivoactive4"/> <!-- tested in sim -->
<iq:product id="legacyherofirstavenger"/> <!-- tested in sim -->
<iq:product id="legacysagadarthvader"/> <!-- tested in sim -->
<!-- tatctix series -->
<iq:product id="d2charlie"/> <!-- tested in sim -->
<iq:product id="d2delta"/> <!-- tested in sim -->
<iq:product id="d2bravo"/> <!-- tested in sim -->
<iq:product id="d2bravo_titanium"/> <!-- tested in sim -->
<iq:product id="d2deltapx"/> <!-- tested in sim -->
<iq:product id="d2deltas"/> <!-- tested in sim -->
<!-- vivoactive 3 series -->
<iq:product id="vivoactive3"/> <!-- tested in sim -->
<iq:product id="vivoactive3m"/> <!-- tested in sim -->
<iq:product id="vivoactive3mlte"/> <!-- tested in sim -->
<!-- forerunner series -->
<iq:product id="fr945"/> <!-- tested in sim -->
<iq:product id="fr735xt"/> <!-- tested in sim -->
<iq:product id="fr935"/> <!-- tested in sim -->
<iq:product id="fr645m"/> <!-- tested in sim -->
<iq:product id="fr645"/> <!-- tested in sim -->
<iq:product id="fr630"/> <!-- tested in sim -->
<iq:product id="fr245m"/> <!-- tested in sim -->
<iq:product id="fr245"/> <!-- tested in sim -->
<iq:product id="fr235"/> <!-- tested in sim -->
<iq:product id="fr230"/> <!-- tested in sim -->
<iq:product id="fr45"/> <!-- tested in sim -->
<!-- MARQ series -->
<iq:product id="marqadventurer"/> <!-- tested in sim -->
<iq:product id="marqcommander"/> <!-- tested in sim -->
<iq:product id="marqathlete"/> <!-- tested in sim -->
<iq:product id="marqaviator"/> <!-- tested in sim -->
<iq:product id="marqcaptain"/> <!-- tested in sim -->
<iq:product id="marqdriver"/> <!-- tested in sim -->
<iq:product id="marqexpedition"/> <!-- tested in sim -->
<!-- non sport watches (read: golf watches XD )-->
<iq:product id="approachs62"/>
<iq:product id="approachs60"/>
<!-- misc-->
<iq:product id="fenixchronos"/> <!-- tested in sim -->
<iq:product id="venu"/> <!-- tested in sim -->
<iq:product id="garminswim2"/> <!-- tested in sim -->
</iq:products>
<iq:permissions>
<iq:uses-permission id="SensorHistory"/>
<iq:uses-permission id="Background"/>
<iq:uses-permission id="Communications"/>
<iq:uses-permission id="Positioning"/>
</iq:permissions>
<iq:languages>
<iq:language>eng</iq:language>
</iq:languages>
</iq:application>
</iq:manifest>