Pass signing keychain to Xcode resolver
Some checks failed
TestFlight / testflight (push) Failing after 28s
Some checks failed
TestFlight / testflight (push) Failing after 28s
This commit is contained in:
@@ -175,6 +175,7 @@ platform :ios do
|
|||||||
|
|
||||||
if ENV["CI"]
|
if ENV["CI"]
|
||||||
build_options[:xcargs] = [
|
build_options[:xcargs] = [
|
||||||
|
"CODE_SIGN_KEYCHAIN=#{ENV.fetch("MATCH_KEYCHAIN_NAME").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
|
||||||
|
|||||||
Reference in New Issue
Block a user