Pass signing keychain to Xcode resolver
Some checks failed
TestFlight / testflight (push) Failing after 28s

This commit is contained in:
2026-06-25 23:37:24 -07:00
parent c84ef8c242
commit 0be2442ad0

View File

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