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:
5
.github/workflows/build-browser.yml
vendored
5
.github/workflows/build-browser.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user