Skip to content

Commit be021d9

Browse files
authored
Merge pull request #23 from sparkfabrik/hotfix/optional_env_matchfile
Conditional app_identifier
2 parents 496e8af + d27b819 commit be021d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Matchfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ storage_mode("git")
44

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

7-
app_identifier(ENV["IOS_APP_ID"])
7+
app_identifier(ENV["IOS_APP_ID"]) if ENV["IOS_APP_ID"]
88

99
keychain_name('ios-build.keychain')
1010
keychain_password('12345678')

0 commit comments

Comments
 (0)