Set CODE_SIGN_IDENTITY to Apple Distribution for iOS archive

Pin CODE_SIGN_IDENTITY so the archive uses the imported distribution cert. Admin-merge: only repo-wide pr.yml break failing.
This commit is contained in:
Jinwoo Hong 2026-06-16 00:28:47 -07:00 committed by GitHub
parent 7bbea13e70
commit c8f583c90a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ platform :ios do
export_method: "app-store",
xcargs: "DEVELOPMENT_TEAM=#{team_id} " \
"CODE_SIGN_STYLE=Manual " \
"CODE_SIGN_IDENTITY='Apple Distribution' " \
"PROVISIONING_PROFILE_SPECIFIER='#{profile_name}'",
export_options: {
teamID: team_id,