1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-13 15:03:26 +00:00

Enables the autofill production config

This commit is contained in:
Nathan Ansel
2025-02-06 09:37:23 -06:00
parent 81fa7d17b9
commit d96970eccf

View File

@@ -29,10 +29,10 @@ async function buildMacOs() {
"-configuration",
"Release",
// Uncomment when signing is fixed
// "-xcconfig",
// paths.macOsConfig,
"PROVISIONING_PROFILE=$HOME/secrets/bitwarden_desktop_appstore.provisionprofile",
"CODE_SIGN_IDENTITY=4B9662CAB74E8E4F4ECBDD9EDEF2543659D95E3C",
"-xcconfig",
paths.macOsConfig,
// "PROVISIONING_PROFILE=$HOME/secrets/bitwarden_desktop_appstore.provisionprofile",
// "CODE_SIGN_IDENTITY=4B9662CAB74E8E4F4ECBDD9EDEF2543659D95E3C",
]);
stdOutProc(proc);
await new Promise((resolve, reject) =>