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

[BRE-1527] Renewing Apple app certs (#18668)

This commit is contained in:
Andy Pixley
2026-01-30 04:14:22 -05:00
committed by GitHub
parent 50427beba6
commit c3c6346f06
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ foreach ($subBuildPath in $subBuildPaths) {
"--verbose",
"--force",
"--sign",
"588E3F1724AE018EBA762E42279DAE85B313E3ED",
"A579B6AE496B360642D05B8AB1B650C1B143B770",
"--entitlements",
$entitlementsPath
)

View File

@@ -45,7 +45,7 @@ async function run(context) {
if (process.env.GITHUB_ACTIONS === "true") {
if (is_mas) {
id = is_mas_dev
? "588E3F1724AE018EBA762E42279DAE85B313E3ED"
? "A579B6AE496B360642D05B8AB1B650C1B143B770"
: "3rd Party Mac Developer Application: Bitwarden Inc";
} else {
id = "Developer ID Application: 8bit Solutions LLC";