-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (22 loc) · 839 Bytes
/
.env.example
File metadata and controls
28 lines (22 loc) · 839 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
# App Store Connect API Configuration
# Copy this file to .env and fill in your values
# DO NOT commit .env to version control
# App Store Connect API Key
# Get from: https://appstoreconnect.apple.com/access/api
APP_STORE_CONNECT_API_KEY_ID=your_key_id_here
APP_STORE_CONNECT_ISSUER_ID=your_issuer_id_here
# Path to your .p8 key file
APP_STORE_CONNECT_KEY_PATH=/path/to/AuthKey_XXXXXXXXXX.p8
# Apple Developer Account
APPLE_ID=griffinradcliffe@gmail.com
APP_SPECIFIC_PASSWORD=xxxx-xxxx-xxxx-xxxx
# Team Configuration
DEVELOPMENT_TEAM=2VXBQV4XC9
BUNDLE_ID=com.homeinventory.app
# Build Configuration
CONFIGURATION=Release
SCHEME=HomeInventoryModular
# Fastlane Configuration (if using Fastlane)
FASTLANE_USER=griffinradcliffe@gmail.com
FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD=xxxx-xxxx-xxxx-xxxx
FASTLANE_ITC_TEAM_ID=2VXBQV4XC9