mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
fix(mobile): use production profiles for PR builds (dev profiles not yet in match repo)
This commit is contained in:
@@ -252,10 +252,10 @@ jobs:
|
||||
security default-keychain -s build.keychain
|
||||
security unlock-keychain -p "$KEYCHAIN_PASSWORD" build.keychain
|
||||
security set-keychain-settings -t 3600 -l -u build.keychain
|
||||
|
||||
|
||||
# Add keychain to search list (required for codesign to find certificates)
|
||||
security list-keychains -d user -s build.keychain login.keychain
|
||||
|
||||
|
||||
# Download and install Apple WWDR certificates (required for code signing)
|
||||
curl -sL https://developer.apple.com/certificationauthority/AppleWWDRCA.cer -o AppleWWDRCA.cer
|
||||
curl -sL https://www.apple.com/certificateauthority/AppleWWDRCAG3.cer -o AppleWWDRCAG3.cer
|
||||
|
||||
Reference in New Issue
Block a user