From c8f583c90a482fbc27bbbf817f047bdc798d7171 Mon Sep 17 00:00:00 2001 From: Jinwoo Hong <73622457+Jinwoo-H@users.noreply.github.com> Date: Tue, 16 Jun 2026 00:28:47 -0700 Subject: [PATCH] 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. --- mobile/fastlane/Fastfile | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile/fastlane/Fastfile b/mobile/fastlane/Fastfile index 148f2e1c9..c3170f0e8 100644 --- a/mobile/fastlane/Fastfile +++ b/mobile/fastlane/Fastfile @@ -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,