mirror of https://github.com/cirruslabs/tart.git
13 lines
311 B
HCL
13 lines
311 B
HCL
source = [".build/arm64-apple-macosx/debug/tart"]
|
|
bundle_id = "com.github.cirruslabs.tart"
|
|
|
|
apple_id {
|
|
username = "hello@cirruslabs.org"
|
|
password = "@env:AC_PASSWORD"
|
|
}
|
|
|
|
sign {
|
|
application_identity = "Developer ID Application: Cirrus Labs, Inc."
|
|
entitlements_file = "Resources/tart-prod.entitlements"
|
|
}
|