1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 22:13:32 +00:00

Remove xcode version output

This commit is contained in:
Michal Checinski
2024-09-02 13:54:34 +02:00
parent a4bce1375f
commit 72fc8da256

View File

@@ -283,9 +283,6 @@ jobs:
--file $HOME/secrets/bitwarden_desktop_autofill_app_store_2024.provisionprofile \
--output none
- name: Get xcode version
run: /usr/bin/xcodebuild -version
- name: Set up provisioning profiles
run: |
AUTOFILL_PROFILE_PATH=$HOME/secrets/bitwarden_desktop_autofill_app_store_2024.provisionprofile
@@ -294,7 +291,7 @@ jobs:
mkdir -p "$PROFILES_DIR_PATH"
AUTOFILL_UUID=$(grep UUID -A1 -a $AUTOFILL_PROFILE_PATH | grep -io "[-A-F0-9]\{36\}")
cp $AUTOFILL_PROFILE_PATH "$PROFILES_DIR_PATH/$AUTOFILL_UUID.provisionprofile"
cp $AUTOFILL_PROFILE_PATH "$PROFILES_DIR_PATH/safari.provisionprofile"
- name: Get certificates
run: |