1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 21:50:15 +00:00

Updates the provisioning profile used for the autofill extension

This commit is contained in:
Nathan Ansel
2025-02-06 16:16:18 -06:00
parent cdb2d4c6b7
commit ff2a23d502

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_autofill_app_store_2024.provisionprofile",
"CODE_SIGN_IDENTITY=4B9662CAB74E8E4F4ECBDD9EDEF2543659D95E3C",
]);
stdOutProc(proc);
await new Promise((resolve, reject) =>