-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.env.example
More file actions
35 lines (26 loc) · 996 Bytes
/
.env.example
File metadata and controls
35 lines (26 loc) · 996 Bytes
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
# Copy to .env for local-only App Store Connect settings.
# Optional asc profile created with `asc auth login --name ...`
ASC_PROFILE=
# Required. App Store Connect app ID for in.fourplex.Inspect.
ASC_APP_ID=
# Required for xcodebuild signing and asc uploads.
APP_STORE_CONNECT_KEY_NAME=Inspect
APP_STORE_CONNECT_KEY_ID=
APP_STORE_CONNECT_ISSUER_ID=
APP_STORE_CONNECT_KEY_PATH=
# Optional. When set, the uploaded build is also distributed to this beta group name or ID.
TESTFLIGHT_GROUP=
# Optional release notes / What to Test text.
TESTFLIGHT_NOTES=
TESTFLIGHT_LOCALE=en-US
# Wait for App Store Connect build processing before finishing.
TESTFLIGHT_WAIT=true
# Notify testers when TESTFLIGHT_GROUP is set.
TESTFLIGHT_NOTIFY=false
# xcodebuild archive/export settings.
TESTFLIGHT_ALLOW_PROVISIONING_UPDATES=true
TESTFLIGHT_TIMEOUT=30m
TESTFLIGHT_BUILD_NUMBER=
# Override only if you need a different scheme, version, or destination.
# TESTFLIGHT_SCHEME=Inspect
# TESTFLIGHT_VERSION=2.1