- Removed Apple ID from Appfile for security reasons. - Added precheck option in Deliverfile to disable pre-submit checks. - Enhanced Fastfile with a new release lane for App Store Connect API key integration.
8 lines
278 B
Plaintext
8 lines
278 B
Plaintext
app_identifier("app.cogwheel.conduit") # The bundle identifier of your app
|
|
|
|
itc_team_id("128030454") # App Store Connect Team ID
|
|
team_id("X2662V5DT2") # Developer Portal Team ID
|
|
|
|
# For more information about the Appfile, see:
|
|
# https://docs.fastlane.tools/advanced/#appfile
|