mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-01-14 11:44:29 +01:00
8 lines
400 B
Plaintext
8 lines
400 B
Plaintext
app_identifier(ENV["DEVELOPER_APP_IDENTIFIER"]) # The bundle identifier of your app
|
|
apple_id(ENV["FASTLANE_APPLE_ID"]) # Your Apple Developer Portal username
|
|
itc_team_id(ENV["APP_STORE_CONNECT_TEAM_ID"]) # App Store Connect Team ID
|
|
team_id(ENV["DEVELOPER_PORTAL_TEAM_ID"]) # Developer Portal Team ID
|
|
|
|
# For more information about the Appfile, see:
|
|
# https://docs.fastlane.tools/advanced/#appfile
|