Verifies the toolchain: builds and runs on fenix7 simulator and Forerunner 265 hardware. No features yet — empty view rendering "Einsatzprotokoll" on black background. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
18 lines
655 B
XML
18 lines
655 B
XML
<iq:manifest xmlns:iq="http://www.garmin.com/xml/connectiq" version="3">
|
|
<iq:application entry="EinsatzprotokollApp"
|
|
id="1a4e06bd8e5b484f96c291bde9937b3a"
|
|
launcherIcon="@Drawables.LauncherIcon"
|
|
minApiLevel="3.2.0"
|
|
name="@Strings.AppName"
|
|
type="watch-app">
|
|
<iq:products>
|
|
<iq:product id="fenix7"/>
|
|
<iq:product id="fr265"/>
|
|
</iq:products>
|
|
<iq:permissions/>
|
|
<iq:languages>
|
|
<iq:language>deu</iq:language>
|
|
</iq:languages>
|
|
<iq:barrels/>
|
|
</iq:application>
|
|
</iq:manifest>
|