verify_build¶
Able to verify various settings in ipa file
Verifies that the built app was built using the expected build resources. This is relevant for people who build on machines that are used to build apps with different profiles, certificates and/or bundle identifiers to guard against configuration mistakes.
verify_build | |
---|---|
Supported platforms | ios |
Author | @CodeReaper |
1 Example¶
verify_build(
provisioning_type: "distribution",
bundle_identifier: "com.example.myapp"
)
Parameters¶
Key | Description | Default |
---|---|---|
provisioning_type |
Required type of provisioning | |
provisioning_uuid |
Required UUID of provisioning profile | |
team_identifier |
Required team identifier | |
team_name |
Required team name | |
app_name |
Required app name | |
bundle_identifier |
Required bundle identifier | |
ipa_path |
Explicitly set the ipa path | |
build_path |
Explicitly set the ipa, app or xcarchive path |
* = default value is dependent on the user's system
To show the documentation in your terminal, run
fastlane action verify_build