Skip to content

Commit 9e07a36

Browse files
committed
(fix): update IOS_APP_ID env in Matchfile
1 parent 4fb7434 commit 9e07a36

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["APP_ID"])
7+
app_identifier(ENV["IOS_APP_ID"])
88

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

0 commit comments

Comments
 (0)