Skip to content

Commit

Permalink
Merge pull request #22 from sparkfabrik/feature/missing_app_id_env
Browse files Browse the repository at this point in the history
Update IOS_APP_ID env in Matchfile
  • Loading branch information
edodusi authored Sep 8, 2023
2 parents 4fb7434 + 9e07a36 commit 496e8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Matchfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ storage_mode("git")

type(ENV["MATCH_BUILD_TYPE"]) # The default type, can be: appstore, adhoc, enterprise or development

app_identifier(ENV["APP_ID"])
app_identifier(ENV["IOS_APP_ID"])

keychain_name('ios-build.keychain')
keychain_password('12345678')
Expand Down

0 comments on commit 496e8af

Please sign in to comment.