Appfile

Description

The Appfileopen in new window stores useful information that are used across all fastlane toolsopen in new window like your Apple ID or the application Bundle Identifier, to deploy your lanes faster and tailored on your project needs.

The Appfile has to be inside your fastlane directory.

Example

app_identifier "com.fitcheckapp.ios"
apple_id "ios.dev@themindstudios.com"

team_id "82BQ7LUV44"
1
2
3
4

Parameters

KeyDescription
app_identifierThe bundle identifier of your app
apple_idYour Apple email address
team_idDeveloper Portal Team ID

Notes

  • You can even provide different app identifiers, Apple IDs and team names per lane
  • More information you can get hereopen in new window
  • You can get list with team_id value by run fastlane pilot list