Skip to content

Commit

Permalink
update matchfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sonohoshi committed May 20, 2024
1 parent be9c0af commit 0561a27
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 @@ -2,5 +2,5 @@ git_url(ENV["GIT_REPO_CERT"])
git_basic_authorization(Base64.strict_encode64("#{ENV['MATCH_REPOSITORY_ACCOUNT']}:#{ENV['MATCH_PERSONAL_ACCESS_TOKEN']}"))
storage_mode("git")
type("appstore")
app_identifier([ENV["IOS_APP_ID"]])
app_identifier(["com.planetariumlabs.ninechroniclesmobile","com.planetariumlabs.ninechroniclesmobilek"])
username(ENV["APPLE_DEVELOPER_EMAIL"])

0 comments on commit 0561a27

Please sign in to comment.