From 840fe6742f54cf18a37fb9a0c9a300e6db8ff54a Mon Sep 17 00:00:00 2001 From: Dom Del Nano Date: Tue, 3 Sep 2024 20:55:27 +0000 Subject: [PATCH] Use new apple developer application and cert Signed-off-by: Dom Del Nano --- ci/gon.hcl | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/ci/gon.hcl b/ci/gon.hcl index 7ffee3f6729..a21fadf48b0 100644 --- a/ci/gon.hcl +++ b/ci/gon.hcl @@ -2,19 +2,16 @@ // using Gon. source = ["./cli_darwin_amd64", "./cli_darwin_arm64", "cli_darwin_universal"] -bundle_id = "ai.pixielabs.px" +bundle_id = "ai.getcosmic.px" -// TODO(zasgar): Update this to the orders@pixielabs.ai account. It has access to the certs, -// but does not have access to application passwords. apple_id { - username = "zasgar@gmail.com" + username = "apple-dev@getcosmic.ai" password = "@env:AC_PASSWD" - # Unfortunately gon's HCL doesn't allow declaring variables so this literal is specified twice - provider = "SZCNTABEXY" + provider = "769M9XJDG6" } sign { - application_identity = "Developer ID Application: Pixie Labs Inc. (SZCNTABEXY)" + application_identity = "Developer ID Application: Cosmic Observe, Inc." } zip {