Update manifest.xml

Indentation confusion resolved. Whitespace changes only.
This commit is contained in:
Philip Abbey
2025-11-12 11:22:53 +00:00
parent f24d95d739
commit 065a0e47cf

View File

@@ -1,37 +1,37 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!-- <!--
Distributed under MIT Licence Distributed under MIT Licence
See https://github.com/house-of-abbey/GarminHomeAssistant/blob/main/LICENSE. See https://github.com/house-of-abbey/GarminHomeAssistant/blob/main/LICENSE.
GarminHomeAssistant is a Garmin IQ application written in Monkey C and routinely GarminHomeAssistant is a Garmin IQ application written in Monkey C and routinely
tested on a Venu 2 device. The source code is provided at: tested on a Venu 2 device. The source code is provided at:
https://github.com/house-of-abbey/GarminHomeAssistant. https://github.com/house-of-abbey/GarminHomeAssistant.
P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023 P A Abbey & J D Abbey & Someone0nEarth, 31 October 2023
Device Information & References: Device Information & References:
* https://developer.garmin.com/connect-iq/compatible-devices/ * https://developer.garmin.com/connect-iq/compatible-devices/
* https://developer.garmin.com/connect-iq/device-reference/ * https://developer.garmin.com/connect-iq/device-reference/
philipabbey's Test App id="98c36259-498a-4458-9cef-74a273ad2bc3" type="watch-app" philipabbey's Test App id="98c36259-498a-4458-9cef-74a273ad2bc3" type="watch-app"
Live Application id="40131e87-31ff-454b-a8e2-92276ee399d6" type="watch-app" Live Application id="40131e87-31ff-454b-a8e2-92276ee399d6" type="watch-app"
--> -->
<iq:manifest version="3" xmlns:iq="http://www.garmin.com/xml/connectiq"> <iq:manifest version="3" xmlns:iq="http://www.garmin.com/xml/connectiq">
<!-- <!--
Use "Monkey C: Edit Application" from the Visual Studio Code command palette Use "Monkey C: Edit Application" from the Visual Studio Code command palette
to update the application attributes. to update the application attributes.
--> -->
<iq:application id="98c36259-498a-4458-9cef-74a273ad2bc3" type="watch-app" name="@Strings.AppName" entry="HomeAssistantApp" launcherIcon="@Drawables.LauncherIcon" minApiLevel="3.1.0"> <iq:application id="98c36259-498a-4458-9cef-74a273ad2bc3" type="watch-app" name="@Strings.AppName" entry="HomeAssistantApp" launcherIcon="@Drawables.LauncherIcon" minApiLevel="3.1.0">
<!-- <!--
Use the following from the Visual Studio Code command palette to edit Use the following from the Visual Studio Code command palette to edit
the build targets: the build targets:
"Monkey C: Set Products by Product Category" - Lets you add all products "Monkey C: Set Products by Product Category" - Lets you add all products
that belong to the same product category that belong to the same product category
"Monkey C: Edit Products" - Lets you add or remove any product "Monkey C: Edit Products" - Lets you add or remove any product
--> -->
<iq:products> <iq:products>
<iq:product id="approachs50"/> <iq:product id="approachs50"/>
<iq:product id="approachs7042mm"/> <iq:product id="approachs7042mm"/>
@@ -170,9 +170,9 @@
<iq:product id="vivoactive6"/> <iq:product id="vivoactive6"/>
</iq:products> </iq:products>
<!-- <!--
Use "Monkey C: Edit Permissions" from the Visual Studio Code command Use "Monkey C: Edit Permissions" from the Visual Studio Code command
palette to update permissions. palette to update permissions.
--> -->
<iq:permissions> <iq:permissions>
<iq:uses-permission id="Background"/> <iq:uses-permission id="Background"/>
<iq:uses-permission id="BluetoothLowEnergy"/> <iq:uses-permission id="BluetoothLowEnergy"/>
@@ -180,9 +180,9 @@
<iq:uses-permission id="Positioning"/> <iq:uses-permission id="Positioning"/>
</iq:permissions> </iq:permissions>
<!-- <!--
Use "Monkey C: Edit Languages" from the Visual Studio Code command Use "Monkey C: Edit Languages" from the Visual Studio Code command
palette to edit your compatible language list. palette to edit your compatible language list.
--> -->
<iq:languages> <iq:languages>
<iq:language>ara</iq:language> <iq:language>ara</iq:language>
<iq:language>bul</iq:language> <iq:language>bul</iq:language>
@@ -222,9 +222,9 @@
<iq:language>zsm</iq:language> <iq:language>zsm</iq:language>
</iq:languages> </iq:languages>
<!-- <!--
Use "Monkey C: Configure Monkey Barrel" from the Visual Studio Code Use "Monkey C: Configure Monkey Barrel" from the Visual Studio Code
command palette to edit the included barrels. command palette to edit the included barrels.
--> -->
<iq:barrels/> <iq:barrels/>
</iq:application> </iq:application>
</iq:manifest> </iq:manifest>