mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
try to see apple providers
This commit is contained in:
parent
166dac5958
commit
4e95ebfc78
@ -235,6 +235,14 @@ packageTask('mac', [], []) {
|
||||
// TODO: codesign --sign Example --options runtime --entitlements test/test.entitlements --force build/Release/test.app
|
||||
// TODO: https://developer.apple.com/documentation/xcode/notarizing_macos_software_before_distribution/customizing_the_notarization_workflow
|
||||
println("Sending zip file to Apple for notarization")
|
||||
ant.exec(executable: "xcrun") {
|
||||
ant.arg(value: "altool")
|
||||
ant.arg(value: "--list-providers")
|
||||
ant.arg(value: "--username")
|
||||
ant.arg(value: System.getenv("APPLE_USER"))
|
||||
ant.arg(value: "--password")
|
||||
ant.arg(value: System.getenv("APPLE_PASSWORD"))
|
||||
}
|
||||
ant.exec(executable: "xcrun") {
|
||||
ant.arg(value: "altool")
|
||||
ant.arg(value: "--notarize-app")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user