forked from ch1bo/garmin-otp-authenticator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
monkey.jungle
21 lines (16 loc) · 826 Bytes
/
monkey.jungle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
project.manifest = manifest.xml
base.sourcePath = src;test
# Exclude connectiq 2.x and black-and-white display code by default
base.excludeAnnotations = connectiq2;isBlackAndWhite
# Exclude connectiq 3.x code for some devices
vivoactive_hr.excludeAnnotations = connectiq3;isBlackAndWhite
fr735xt.excludeAnnotations = connectiq3;isBlackAndWhite
# Re-use resources-vivoactive3 for the 40x33 icon
vivoactive_hr.resourcePath = $(vivoactive3.resourcePath)
vivoactive3m.resourcePath = $(vivoactive3.resourcePath)
vivoactive3mlte.resourcePath = $(vivoactive3.resourcePath)
# Re-use resources-instinct2 for the 62x62 bw icon
instinct2x.resourcePath = $(instinct2.resourcePath)
instinct2.excludeAnnotations = connectiq2;isColor
instinct2x.excludeAnnotations = connectiq2;isColor
instinct2s.excludeAnnotations = connectiq2;isColor