Let Xcode select Apple Distribution identity
Some checks failed
TestFlight / testflight (push) Failing after 25s

This commit is contained in:
2026-06-25 23:32:38 -07:00
parent 3904457c21
commit 98f96eda45
2 changed files with 2 additions and 3 deletions

View File

@@ -172,7 +172,6 @@ platform :ios do
if ENV["CI"]
build_options[:xcargs] = [
"CODE_SIGN_IDENTITY=#{SIGNING_IDENTITY_SHA1.shellescape}",
"OTHER_CODE_SIGN_FLAGS=#{("--keychain #{ENV.fetch("MATCH_KEYCHAIN_NAME")}").shellescape}"
].join(" ")
end