We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb7434 commit 9e07a36Copy full SHA for 9e07a36
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["APP_ID"])
+app_identifier(ENV["IOS_APP_ID"])
8
9
keychain_name('ios-build.keychain')
10
keychain_password('12345678')
0 commit comments