Bruno Blazinc
05/19/2021, 1:39 PMnotarizeDmg task), but I keep getting this error:
Your Apple ID account is attached to other providers. You will need to specify which provider you intend to submit content to. Please contact us if you have questions or need help. (1627)
I have asked the account holder to create the Developer ID certificate, but I have finished the rest of the steps(create App ID, create app-specific password) with my own account. Anyone know what could be the issue?Bruno Blazinc
05/19/2021, 2:03 PM--asc-provider argument to the xcrun altool command that is being called from the gradle task. Does anyone know how that could be achieved?olonho
05/20/2021, 5:42 AMalexey.tsvetkov
05/20/2021, 5:43 AMalexey.tsvetkov
05/20/2021, 6:04 AMxrun altool directly.
xcrun altool --notarize-app
             --primary-bundle-id <compose.desktop.application.macOS.bundleID>
             --username <compose.desktop.application.macOS.notarization.appleID>
             --password <compose.desktop.application.macOS.notarization.password>
             --asc-provider <ProviderShortname>
             --file <PathToSignedDmgOrPkg>alexey.tsvetkov
05/20/2021, 6:04 AM<compose.desktop.application.*>  refers to the corresponding DSL properties from the tutorial https://github.com/JetBrains/compose-jb/tree/master/tutorials/Signing_and_notarization_on_macOSalexey.tsvetkov
05/20/2021, 6:06 AMalexey.tsvetkov
05/20/2021, 6:06 AMBruno Blazinc
05/20/2021, 8:46 AMxcrun altool from the Terminal, and I also opened a ticket.Bruno Blazinc
05/20/2021, 8:46 AM