-
Notifications
You must be signed in to change notification settings - Fork 443
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use new apple developer application and cert
Signed-off-by: Dom Del Nano <[email protected]>
- Loading branch information
Showing
1 changed file
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 { | ||
|