mirror of
https://github.com/bitwarden/browser
synced 2026-02-11 05:53:42 +00:00
Adds profile to extension building
This commit is contained in:
@@ -31,6 +31,8 @@ async function buildMacOs() {
|
||||
// Uncomment when signing is fixed
|
||||
// "-xcconfig",
|
||||
// paths.macOsConfig,
|
||||
"PROVISIONING_PROFILE=$HOME/secrets/bitwarden_desktop_appstore.provisionprofile",
|
||||
"CODE_SIGN_IDENTITY=4B9662CAB74E8E4F4ECBDD9EDEF2543659D95E3C",
|
||||
]);
|
||||
stdOutProc(proc);
|
||||
await new Promise((resolve, reject) =>
|
||||
|
||||
Reference in New Issue
Block a user