This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.env
48 lines (32 loc) · 1.66 KB
/
example.env
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
# Api Key Issuer ID (found on https://appstoreconnect.apple.com/access/api)
APP_STORE_CONNECT_API_KEY_ISSUER_ID=
# Api Key ID (found on https://appstoreconnect.apple.com/access/api)
APP_STORE_CONNECT_API_KEY_KEY_ID=
# The bundle identifier of your app (e.g. com.example.myApp)
APP_IDENTIFIER=works.hbg.MittHelsingborg
# Content of the App Store Connect API Key file (replace newlines with \n)
CONNECT_API_KEY_CONTENT=
# Can be used to force the version number string to use
#FORCED_VERSION_NUMBER_STRING=1.0
# Main scheme to build
GYM_SCHEME=MittHelsingborg
# Path to main project file (e.g. MyApp.xcodeproj, relative to /ios)
MAIN_PROJECT="MittHelsingborg.xcodeproj"
# Path to main workspace (e.g. MyApp.xcworkspace, relative to /ios)
MAIN_WORKSPACE=MittHelsingborg.xcworkspace
# Omit to use short upload (will update changelog but skip waiting for distribution which can take 10+ minutes)
PERFORM_LONG_UPLOAD=
# Developer Portal Team ID (e.g. ABCDE1FGH2, found on https://developer.apple.com/account/#!/membership/)
TEAM_ID=
FASTLANE_SKIP_UPDATE_CHECK=true
# The following env variables are used for CI systems
# Base64-encoded data which will be decoded and put into .env at root
# DOTENV_CONTENTS_BASE64=
# Base64-encoded contents of production certificate .p12 file (https://docs.github.com/en/actions/guides/installing-an-apple-certificate-on-macos-runners-for-xcode-development)
# BUILD_CERTIFICATE_BASE64=
# User-generated password to use for temp keychain
# CERT_KEYCHAIN_PASSWORD=
# Password to decode BUILD_CERTIFICATE_BASE64
# P12_PASSWORD=
# User-generated random string; changing it forces a rebuild of the pods derived data cache on the next build
# PODS_DD_PREFIX=