Browse Source

[DEVOPS-1719] Update Desktop certificates and provisioning profiles (#7777)

* Update provision SHA1

* Update certificates and profiles

* fix linting

* testing upload to test flight

* Add missing key

* Revert "testing upload to test flight"

This reverts commit aa461fa481.
pull/7687/head
MtnBurrit0 2 years ago committed by GitHub
parent
commit
e847244817
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. BIN
      .github/secrets/appstore-app-cert.p12.gpg
  2. BIN
      .github/secrets/appstore-installer-cert.p12.gpg
  3. BIN
      .github/secrets/bitwarden-desktop-key.p12.gpg
  4. BIN
      .github/secrets/bitwarden_desktop_appstore.provisionprofile.gpg
  5. 2
      apps/browser/gulpfile.js

BIN
.github/secrets/appstore-app-cert.p12.gpg

Binary file not shown.

BIN
.github/secrets/appstore-installer-cert.p12.gpg

Binary file not shown.

BIN
.github/secrets/bitwarden-desktop-key.p12.gpg

Binary file not shown.

BIN
.github/secrets/bitwarden_desktop_appstore.provisionprofile.gpg

Binary file not shown.

2
apps/browser/gulpfile.js

@ -128,7 +128,7 @@ function distSafariApp(cb, subBuildPath) { @@ -128,7 +128,7 @@ function distSafariApp(cb, subBuildPath) {
"--sign",
subBuildPath === "mas"
? "3rd Party Mac Developer Application: Bitwarden Inc"
: "E661AB6249AEB60B0F47ABBD7326B2877D2575B0",
: "E7C9978F6FBCE0553429185C405E61F5380BE8EB",
"--entitlements",
entitlementsPath,
];

Loading…
Cancel
Save