1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 05:53:42 +00:00

Revert "experiment with entitlements and signing the framework"

This reverts commit 41e304f431.
This commit is contained in:
Anders Åberg
2025-01-23 21:36:54 +01:00
parent 41e304f431
commit bac18243b1
2 changed files with 12 additions and 11 deletions

View File

@@ -1441,9 +1441,12 @@ jobs:
- name: Resign
run: |
# Resign the Electron Framework
codesign --force --deep --options=runtime --sign "Developer ID Application: 8bit Solutions LLC (LTZ2PFU5D6)" --timestamp --generate-entitlement-der --preserve-metadata=identifier,flags Bitwarden.app/Contents/Frameworks/Electron\ Framework.framework
# Resign the bundle
codesign -dvvv "./dist/mas-dev-universal/Bitwarden.app" 2>&1 | grep -iE "TeamIdentifier|flags|Format|Identifier|Authority"
codesign -dvvv "./dist/mas-dev-universal/Bitwarden.app/Contents/PlugIns/autofill-extension.appex" 2>&1 | grep -iE "TeamIdentifier|flags|Format|Identifier|Authority"
security find-identity -v -p codesigning
codesign --entitlements resources/entitlements.mas.plist --deep --verbose --options runtime --force --sign "Developer ID Application: 8bit Solutions LLC (LTZ2PFU5D6)" dist/mas-dev-universal/Bitwarden.app
- name: Zip masdev asset