mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-02 06:46:34 +01:00
Remove tasks.notarize
This commit is contained in:
parent
a04c4e6912
commit
c020847800
1 changed files with 0 additions and 10 deletions
|
@ -3,16 +3,6 @@
|
|||
enabled = true
|
||||
ver = "8.2.3"
|
||||
|
||||
[tasks.notarize] # required if matching task is enabled
|
||||
enabled = false
|
||||
priorities = { post_build = 10 } # the priority that determines the orders tasks will run in, defaults to 10
|
||||
on_builds = ["mac"] # builds this task should run for, defaults to "mac"
|
||||
bundle_identifier = "com.my-game" # the bundle ID of your came, typically in reverse domain notation
|
||||
key_file = "certificates/private-key.pem" # the path to the private key file generated during the provisioning process
|
||||
cert_file = "certificates/developerID_application.cer" # the path to the Apple-generated certificate file generated during the provisioning process
|
||||
app_store_key_file = "certificates/app-store-key.json" # the path to the combined App Store key file generated during the provisioning process
|
||||
json_bundle_file = "certificates/renotize.json" # the path to the combined certificate file. replaces the key, cert and app store files above
|
||||
|
||||
[tasks.keystore] # required if matching task is enabled
|
||||
enabled = false
|
||||
priorities = { pre_build = 0 } # the priority that determines the orders tasks will run in, defaults to 0
|
||||
|
|
Loading…
Reference in a new issue