mirror of https://github.com/cirruslabs/tart.git
13 lines
306 B
HCL
13 lines
306 B
HCL
source = [ "dist/tart_darwin_all/tart.app" ]
|
|
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"
|
|
}
|