We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 496e8af + d27b819 commit be021d9Copy full SHA for be021d9
fastlane/Matchfile
@@ -4,7 +4,7 @@ storage_mode("git")
4
5
type(ENV["MATCH_BUILD_TYPE"]) # The default type, can be: appstore, adhoc, enterprise or development
6
7
-app_identifier(ENV["IOS_APP_ID"])
+app_identifier(ENV["IOS_APP_ID"]) if ENV["IOS_APP_ID"]
8
9
keychain_name('ios-build.keychain')
10
keychain_password('12345678')
0 commit comments