Skip to content

Commit

Permalink
Merge pull request #23 from sparkfabrik/hotfix/optional_env_matchfile
Browse files Browse the repository at this point in the history
Conditional app_identifier
  • Loading branch information
edodusi authored Sep 8, 2023
2 parents 496e8af + d27b819 commit be021d9
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["IOS_APP_ID"])
app_identifier(ENV["IOS_APP_ID"]) if ENV["IOS_APP_ID"]

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

0 comments on commit be021d9

Please sign in to comment.