Let Xcode select Apple Distribution identity
Some checks failed
TestFlight / testflight (push) Failing after 25s
Some checks failed
TestFlight / testflight (push) Failing after 25s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user