Initial minimal Connect IQ scaffold
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>
This commit is contained in:
commit
6f56c337f7
9 changed files with 266 additions and 0 deletions
18
manifest.xml
Normal file
18
manifest.xml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue