mirror of
https://github.com/bitwarden/browser
synced 2026-02-17 18:09:17 +00:00
Use Bitwarden Desktop App Store 2021 to sign desktop and autofill extension
This commit is contained in:
20
.github/workflows/build-desktop.yml
vendored
20
.github/workflows/build-desktop.yml
vendored
@@ -1089,24 +1089,24 @@ 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 \
|
||||
--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
|
||||
# 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_App_Store_2024_w_autofill.provisionprofile
|
||||
AUTOFILL_PROFILE_PATH=$HOME/secrets/bitwarden_desktop_appstore.provisionprofile
|
||||
PROFILES_DIR_PATH=$HOME/Library/MobileDevice/Provisioning\ Profiles
|
||||
|
||||
mkdir -p "$PROFILES_DIR_PATH"
|
||||
@@ -1116,7 +1116,7 @@ jobs:
|
||||
|
||||
- name: Set up provisioning profiles
|
||||
run: |
|
||||
cp $HOME/secrets/Bitwarden_Desktop_App_Store_2024_w_autofill.provisionprofile \
|
||||
cp $HOME/secrets/bitwarden_desktop_appstore.provisionprofile \
|
||||
$GITHUB_WORKSPACE/apps/desktop/bitwarden_desktop_appstore.provisionprofile
|
||||
|
||||
- name: Get certificates
|
||||
|
||||
@@ -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 App Store 2024 w autofill
|
||||
PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*] = Bitwarden Desktop App Store 2021
|
||||
|
||||
Reference in New Issue
Block a user