Skip to content

Commit

Permalink
Use new apple developer application and cert
Browse files Browse the repository at this point in the history
Signed-off-by: Dom Del Nano <[email protected]>
  • Loading branch information
ddelnano committed Sep 3, 2024
1 parent 9f783c4 commit 840fe67
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions ci/gon.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected] account. It has access to the certs,
// but does not have access to application passwords.
apple_id {
username = "[email protected]"
username = "[email protected]"
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 {
Expand Down

0 comments on commit 840fe67

Please sign in to comment.