From 442be953f220e441b2359c5012c399217ea3c9bb Mon Sep 17 00:00:00 2001 From: Micaiah Martin <77340197+mimartin12@users.noreply.github.com> Date: Tue, 5 Apr 2022 14:47:17 +0000 Subject: [PATCH] Merge pull request #2493 from bitwarden/certs/update-signing-cert (cherry picked from commit 4a2e1588e859863efef781f8f18469ce28845687) --- gulpfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 87fb086ca6..349828df8b 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -133,8 +133,8 @@ function distSafariApp(cb, subBuildPath) { "--force", "--sign", subBuildPath === "mas" - ? "3rd Party Mac Developer Application: 8bit Solutions LLC" - : "6B287DD81FF922D86FD836128B0F62F358B38726", + ? "Apple Distribution: Bitwarden Inc" + : "804423200FF8ED2D5198919ED1831AAF83380226", "--entitlements", entitlementsPath, ];