diff --git a/xcode/fastlane/Fastfile b/xcode/fastlane/Fastfile index 781e81b89c..2d73eff776 100644 --- a/xcode/fastlane/Fastfile +++ b/xcode/fastlane/Fastfile @@ -8,6 +8,11 @@ platform :ios do ensure_env_vars( env_vars: ['APPSTORE_CERTIFICATE_PASSWORD'] ) + import_certificate( + certificate_path: 'keys/AppleWDRCA.cer', + keychain_name: ENV['MATCH_KEYCHAIN_NAME'], + keychain_password: ENV['MATCH_KEYCHAIN_PASSWORD'] + ) import_certificate( certificate_path: 'keys/CertificatesDev.p12', certificate_password: ENV['APPSTORE_CERTIFICATE_PASSWORD'],