Skip to content

Commit

Permalink
[testflight] Manually import Apple WWDR certificate
Browse files Browse the repository at this point in the history
Fixes Could not install WWDR certificate error for TestFlight

Signed-off-by: Alexander Borsuk <me@alex.bio>
  • Loading branch information
biodranik committed May 15, 2023
1 parent e1b7de9 commit 8028798
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions xcode/fastlane/Fastfile
Expand Up @@ -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'],
Expand Down

0 comments on commit 8028798

Please sign in to comment.