From 8273ae66e1785deb8cec6c5120ac930a3c1a675e Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Tue, 13 Sep 2022 09:36:35 -0400 Subject: [PATCH] Update Developer Certificates (#242) * Update Developer Certificates Now the signature will state `Cirrus Labs, Inc.` and not `Fedor Korotkov`. * Updated identity --- .cirrus.yml | 2 +- gon.hcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 5095c7d..6162c83 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -22,7 +22,7 @@ task: macos_instance: image: ghcr.io/cirruslabs/macos-ventura-xcode:latest env: - MACOS_CERTIFICATE: ENCRYPTED[8a6930a8c1286e7e536ea41b7647ea40e99174ad15e9cfcc753754fea55a619b355415629dff515b54a8921643e314e5] + MACOS_CERTIFICATE: ENCRYPTED[552b9d275d1c2bdbc1bff778b104a8f9a53cbd0d59344d4b7f6d0ca3c811a5cefb97bef9ba0ef31c219cb07bdacdd2c2] AC_PASSWORD: ENCRYPTED[4a761023e7e06fe2eb350c8b6e8e7ca961af193cb9ba47605f25f1d353abc3142606f412e405be48fd897a78787ea8c2] GITHUB_TOKEN: ENCRYPTED[!98ace8259c6024da912c14d5a3c5c6aac186890a8d4819fad78f3e0c41a4e0cd3a2537dd6e91493952fb056fa434be7c!] GORELEASER_KEY: ENCRYPTED[!9b80b6ef684ceaf40edd4c7af93014ee156c8aba7e6e5795f41c482729887b5c31f36b651491d790f1f668670888d9fd!] diff --git a/gon.hcl b/gon.hcl index a4e866d..aa8c9cb 100644 --- a/gon.hcl +++ b/gon.hcl @@ -7,6 +7,6 @@ apple_id { } sign { - application_identity = "Developer ID Application: Fedor Korotkov" + application_identity = "Developer ID Application: Cirrus Labs, Inc." entitlements_file = "Resources/tart.entitlements" }