-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathperry.toml
More file actions
68 lines (57 loc) · 1.63 KB
/
perry.toml
File metadata and controls
68 lines (57 loc) · 1.63 KB
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
67
68
[project]
build_number = 25
entry = "src/app.ts"
name = "Mango"
version = "1.1.28"
[project.icons]
source = "assets/icon.png"
[build]
opt_level = 2
out_dir = "dist"
[publish]
exclude = ["assets/screenshots", "test-screenshots", "tests", "logo"]
[i18n]
default_locale = "en"
locales = ["en", "de", "ja", "zh-Hans", "es-MX", "fr", "pt", "ko", "it", "tr", "th", "id", "vi"]
[audit]
ignore = [
"hardcoded-secret",
"sql-injection",
]
[macos]
bundle_id = "com.skelpo.mango"
category = "public.app-category.developer-tools"
distribute = "both"
encryption_exempt = true
entitlements = [
"com.apple.security.app-sandbox",
"com.apple.security.network.client",
]
notarize_signing_identity = "Developer ID Application: Skelpo GmbH"
signing_identity = "3rd Party Mac Developer Application: Skelpo GmbH (K6UW5YV9F7)"
[ios]
bundle_id = "com.skelpo.mango"
distribute = "testflight"
encryption_exempt = true
signing_identity = "Apple Distribution: Skelpo GmbH (K6UW5YV9F7)"
[android]
distribute = "playstore"
key_alias = "key0"
[linux]
format = "tarball"
[windows]
gcloud_kms_key = "projects/skelpo/locations/europe-west3/keyRings/code-signing-eu/cryptoKeys/skelpo-codesign/cryptoKeyVersions/1"
[release_notes]
en = "Bug fixes and improvements"
de = "Bug fixes and improvements"
ja = "Bug fixes and improvements"
zh-Hans = "Bug fixes and improvements"
es-MX = "Bug fixes and improvements"
fr = "Bug fixes and improvements"
pt = "Bug fixes and improvements"
ko = "Bug fixes and improvements"
it = "Bug fixes and improvements"
tr = "Bug fixes and improvements"
th = "Bug fixes and improvements"
id = "Bug fixes and improvements"
vi = "Bug fixes and improvements"