picoe / Eto

Cross platform GUI framework for desktop and mobile applications in .NET
Other
3.53k stars 318 forks source link

Mac: Use notarytool for notarization #2567

Closed cwensley closed 8 months ago

cwensley commented 8 months ago

Since altool is deprecated we need to use notarytool instead, which has the added benefit of having a built-in wait function instead of having to poll the status until complete.

Fixes #2502