-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.toml
66 lines (63 loc) · 1.13 KB
/
package.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Manifest compatible with kumitateru 0.4.0
[package]
name_res = "@Strings.AppName"
icon_resource = "@Drawables.LauncherIcon"
main_class = "DarknessBot"
app_type = "watch-app"
package_type = "app"
min_sdk = "1.2.0"
target_sdk = "4.0.6"
[package_meta]
name = "DarknessBot"
version = "1.0.0"
id = "328F3A1F-7C15-4455-8A1A-DDF87BC0C179"
devices = [
"enduro",
"fr645",
"fr645m",
"fr735xt",
"fr745",
"fr935",
"fr945",
"fenix3",
"fenix3_hr",
"fenix5",
"fenix5plus",
"fenix5s",
"fenix5splus",
"fenix5x",
"fenix6",
"fenix6pro",
"fenix6s",
"fenix6spro",
"fenix6xpro",
"fenixchronos",
"vivoactive3",
"vivoactive3d",
"vivoactive3m",
"vivoactive3mlte",
"vivoactive4",
"vivoactive4s",
"approachs60",
"approachs62",
"marqadventurer",
"marqathlete",
"marqaviator",
"marqcommander",
"marqdriver",
"marqexpedition",
"marqgolfer",
]
permissions = [
"Communications"
]
languages = [
"eng",
"rus",
]
[build]
signing_key = "id_rsa_garmin.der"
type_check_level = 0
compiler_args = ""
[dependencies]
# It is here just for future