From 24f54c580a6196f68ab4a3863a45e1e2df30fd2f Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Thu, 7 Apr 2022 22:12:41 +0200 Subject: [PATCH] Revert "Update signing certificate" (#2495) --- gulpfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 349828df8b..87fb086ca6 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -133,8 +133,8 @@ function distSafariApp(cb, subBuildPath) { "--force", "--sign", subBuildPath === "mas" - ? "Apple Distribution: Bitwarden Inc" - : "804423200FF8ED2D5198919ED1831AAF83380226", + ? "3rd Party Mac Developer Application: 8bit Solutions LLC" + : "6B287DD81FF922D86FD836128B0F62F358B38726", "--entitlements", entitlementsPath, ];