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

Try to fix

This commit is contained in:
Michal Checinski
2024-09-18 15:02:32 +02:00
parent 312a189c68
commit dc83b7f689
2 changed files with 24 additions and 14 deletions

View File

@@ -1089,25 +1089,35 @@ jobs:
run: |
mkdir -p $HOME/secrets
az storage blob download --account-name $ACCOUNT_NAME --container-name $CONTAINER_NAME \
--name bitwarden_desktop_appstore.provisionprofile \
--file $HOME/secrets/bitwarden_desktop_appstore.provisionprofile \
--output none
# az storage blob download --account-name $ACCOUNT_NAME --container-name $CONTAINER_NAME \
# --name bitwarden_desktop_appstore.provisionprofile \
# --file $HOME/secrets/bitwarden_desktop_appstore.provisionprofile \
# --name bitwarden_desktop_autofill_app_store_2024.provisionprofile \
# --file $HOME/secrets/bitwarden_desktop_autofill_app_store_2024.provisionprofile \
# --output none
az storage blob download --account-name $ACCOUNT_NAME --container-name $CONTAINER_NAME \
--name bitwarden_desktop_autofill_app_store_2024.provisionprofile \
--file $HOME/secrets/bitwarden_desktop_autofill_app_store_2024.provisionprofile \
--output none
# az storage blob download --account-name $ACCOUNT_NAME --container-name $CONTAINER_NAME \
# --name Bitwarden_Desktop_App_Store_2024_w_autofill.provisionprofile \
# --file $HOME/secrets/bitwarden_desktop_appstore.provisionprofile \
# --output none
# - name: Set up provisioning profiles
# run: |
# AUTOFILL_PROFILE_PATH=$HOME/secrets/bitwarden_desktop_autofill_app_store_2024.provisionprofile
# PROFILES_DIR_PATH=$HOME/Library/MobileDevice/Provisioning\ Profiles
# 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"
- name: Set up provisioning profiles
run: |
AUTOFILL_PROFILE_PATH=$HOME/secrets/bitwarden_desktop_autofill_app_store_2024.provisionprofile
PROFILES_DIR_PATH=$HOME/Library/MobileDevice/Provisioning\ Profiles
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 $HOME/secrets/bitwarden_desktop_appstore.provisionprofile \
$GITHUB_WORKSPACE/apps/desktop/bitwarden_desktop_appstore.provisionprofile
- name: Get certificates
run: |

View File

@@ -8,4 +8,4 @@
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974
CODE_SIGN_IDENTITY[sdk=macosx*] = 3rd Party Mac Developer Application
PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*] = Bitwarden Desktop Autofill App Store 2024
PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*] = Bitwarden Desktop App Store 2021