Skip to content

Commit

Permalink
Add package target. Update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsiwiec committed May 11, 2016
1 parent 88d2a7d commit 1dac3bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ run: build

deploy: build
cp bin/$(APPNAME).prg /Volumes/GARMIN/GARMIN/APPS/

package:
monkeyc --warn --output bin/$(APPNAME).iq -m manifest.xml \
-z $(resources) -d $(DEVICE)_sim -u $(SDK_HOME)/bin/devices.xml \
-p $(SDK_HOME)/bin/projectInfo.xml $(sources) -e -r
5 changes: 0 additions & 5 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
<iq:application entry="TabataTimerApp" id="66D797415AC44A21A66B3B1745414DAF" launcherIcon="@Drawables.LauncherIcon" name="@Strings.AppName" type="watch-app">

<iq:products>
<iq:product id="square_watch"/>
<iq:product id="round_watch"/>
<iq:product id="semi_round_watch"/>
<iq:product id="fr630"/>
<iq:product id="fr235"/>
<iq:product id="fr230"/>
Expand All @@ -13,8 +10,6 @@
<iq:product id="d2bravo"/>
<iq:product id="fr920xt"/>
<iq:product id="epix"/>
<iq:product id="edge_1000"/>
<iq:product id="edge_520"/>
</iq:products>

<iq:permissions>
Expand Down

0 comments on commit 1dac3bd

Please sign in to comment.