1
0
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:
Nathan Ansel
2025-02-04 16:25:50 -06:00
parent bdf7547115
commit c4fc97f21c

View File

@@ -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) =>