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
2
3
4
Parameters
Key | Description |
---|---|
app_identifier | The bundle identifier of your app |
apple_id | Your Apple email address |
team_id | Developer 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 runfastlane pilot list