Skip to content

Commit

Permalink
Support additional devices
Browse files Browse the repository at this point in the history
  • Loading branch information
KWottrich committed Sep 12, 2024
1 parent 80557ca commit d38a347
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions manifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<!-- 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="3">
<iq:application entry="TimelyFenixApp" id="c74c383270a741aaab135183d2e60d19" launcherIcon="@Drawables.LauncherIcon" minApiLevel="3.3.0" name="@Strings.AppName" type="watchface" version="1.2.1">
<?xml version="1.0"?>
<!-- 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="3">
<iq:application entry="TimelyFenixApp" id="c74c383270a741aaab135183d2e60d19" launcherIcon="@Drawables.LauncherIcon" minApiLevel="3.3.0" name="@Strings.AppName" type="watchface" version="1.2.3">
<iq:products>
<iq:product id="descentmk2"/>
<iq:product id="descentmk2s"/>
Expand All @@ -10,8 +12,13 @@
<iq:product id="fenix6spro"/>
<iq:product id="fenix6xpro"/>
<iq:product id="fenix7"/>
<iq:product id="fenix7pro"/>
<iq:product id="fenix7pronowifi"/>
<iq:product id="fenix7s"/>
<iq:product id="fenix7spro"/>
<iq:product id="fenix7x"/>
<iq:product id="fenix7xpro"/>
<iq:product id="fenix7xpronowifi"/>
<iq:product id="fr245"/>
<iq:product id="fr245m"/>
<iq:product id="fr745"/>
Expand All @@ -27,4 +34,4 @@
</iq:languages>
<iq:barrels/>
</iq:application>
</iq:manifest>
</iq:manifest>

0 comments on commit d38a347

Please sign in to comment.