Update Fastfile

This commit is contained in:
Feng 2021-06-23 20:05:50 +08:00 committed by GitHub
parent 5bf950298f
commit a6df217353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ platform :ios do
apple_intermediate_certificate_path = "/tmp/AppleWWDRCAG3.cer"
`curl https://www.apple.com/certificateauthority/AppleWWDRCAG3.cer --output #{apple_intermediate_certificate_path}`
other_action.import_certificate(
import_certificate(
certificate_path: apple_intermediate_certificate_path,
keychain_name: "login.keychain",
keychain_password: "bark"