diff --git a/.github/workflows/build-browser.yml b/.github/workflows/build-browser.yml index 1d703da6d50..610769859fe 100644 --- a/.github/workflows/build-browser.yml +++ b/.github/workflows/build-browser.yml @@ -280,24 +280,11 @@ 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_autofill_app_store_2024.provisionprofile \ - --file $HOME/secrets/bitwarden_desktop_autofill_app_store_2024.provisionprofile \ + --name bitwarden_desktop_appstore.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: Get certificates run: | mkdir -p $HOME/certificates diff --git a/apps/browser/src/safari/desktop/desktop.entitlements b/apps/browser/src/safari/desktop/desktop.entitlements index ca226eab160..6d968edb4f8 100644 --- a/apps/browser/src/safari/desktop/desktop.entitlements +++ b/apps/browser/src/safari/desktop/desktop.entitlements @@ -2,8 +2,6 @@ - com.apple.developer.authentication-services.autofill-credential-provider - com.apple.security.app-sandbox com.apple.security.files.user-selected.read-write diff --git a/apps/browser/src/safari/safari/safari.entitlements b/apps/browser/src/safari/safari/safari.entitlements index 24bf9778aca..85c03d7b48a 100644 --- a/apps/browser/src/safari/safari/safari.entitlements +++ b/apps/browser/src/safari/safari/safari.entitlements @@ -10,7 +10,5 @@ com.apple.security.network.server - com.apple.developer.authentication-services.autofill-credential-provider -