Skip to content

Commit

Permalink
Try another way to import certs
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers committed Oct 4, 2024
1 parent 4c4a9f2 commit 6fed08c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ios-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,8 @@ jobs:

- name: Import self-signed certificate
run: |
security import codesign/MapLibre.cer
security import MapLibre.pem
security import codesign/MapLibre.p12 -P '' -A
security import codesign/MapLibre.cer -k ~/Library/Keychains/login.keychain -T /usr/bin/codesign -T /usr/bin/security
security import codesign/MapLibre.p12 -k ~/Library/Keychains/login.keychain -A -P '' -T /usr/bin/codesign -T /usr/bin/security
- name: Create Bazel config
working-directory: platform/darwin
Expand Down
9 changes: 0 additions & 9 deletions platform/ios/codesign/MapLibre.pem

This file was deleted.

0 comments on commit 6fed08c

Please sign in to comment.