mirror of
https://github.com/bitwarden/browser
synced 2026-02-11 14:04:03 +00:00
Revert "experiment with entitlements and signing the framework"
This reverts commit 41e304f431.
This commit is contained in:
9
.github/workflows/build-desktop.yml
vendored
9
.github/workflows/build-desktop.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user