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

@@ -35,8 +35,8 @@ targets:
configs: configs:
Release: Release:
CODE_SIGN_STYLE: Manual CODE_SIGN_STYLE: Manual
CODE_SIGN_IDENTITY: 6B74B268C4761720FB2051D01D8BB3E47B55D9F5 CODE_SIGN_IDENTITY: Apple Distribution
"CODE_SIGN_IDENTITY[sdk=iphoneos*]": 6B74B268C4761720FB2051D01D8BB3E47B55D9F5 "CODE_SIGN_IDENTITY[sdk=iphoneos*]": Apple Distribution
PROVISIONING_PROFILE_SPECIFIER: Sybil AppStore CI PROVISIONING_PROFILE_SPECIFIER: Sybil AppStore CI
schemes: schemes:

View File

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