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:
@@ -52,7 +52,7 @@ foreach ($subBuildPath in $subBuildPaths) {
|
||||
"--verbose",
|
||||
"--force",
|
||||
"--sign",
|
||||
"588E3F1724AE018EBA762E42279DAE85B313E3ED",
|
||||
"A579B6AE496B360642D05B8AB1B650C1B143B770",
|
||||
"--entitlements",
|
||||
$entitlementsPath
|
||||
)
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user