From 56f71165e38d3927009c42d644426654a9660514 Mon Sep 17 00:00:00 2001 From: Michal Checinski Date: Wed, 18 Sep 2024 15:37:00 +0200 Subject: [PATCH] Setup two profiles: for extension and app --- .github/workflows/build-desktop.yml | 15 +++++---------- apps/desktop/macos/production.xcconfig | 2 +- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build-desktop.yml b/.github/workflows/build-desktop.yml index 76cbb2b7fd6..ad295142764 100644 --- a/.github/workflows/build-desktop.yml +++ b/.github/workflows/build-desktop.yml @@ -1094,19 +1094,14 @@ jobs: --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_autofill_app_store_2024.provisionprofile \ + --file $HOME/secrets/bitwarden_desktop_autofill_app_store_2024.provisionprofile \ + --output none - name: Set up provisioning profiles run: | - AUTOFILL_PROFILE_PATH=$HOME/secrets/bitwarden_desktop_appstore.provisionprofile + 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" diff --git a/apps/desktop/macos/production.xcconfig b/apps/desktop/macos/production.xcconfig index 8ac32132055..f06f2bf736e 100644 --- a/apps/desktop/macos/production.xcconfig +++ b/apps/desktop/macos/production.xcconfig @@ -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 2021 +PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*] = Bitwarden Desktop Autofill App Store 2024