The sign_app function is throwing the following error since altool has been decommissioned and replaced by notarytool:
2024-08-15 14:38:58.971 *** Error: Unable to upload your app for notarization.
2024-08-15 14:38:58.974 *** Error: Notarization of MacOS applications using altool has been decommissioned. Please use notarytool. See: https://developer.apple.com/documentation/technotes/tn3147-migrating-to-the-latest-notarization-tool (-1031)
It would be great to update mac-notarization to use the new notarytool.
I don't have experience with these tools, but I can try to get things working based on the migration documentation.
Please let me know if this has already been investigated or if you have any other suggestions. Thanks!
The
sign_appfunction is throwing the following error sincealtoolhas been decommissioned and replaced bynotarytool:It would be great to update
mac-notarizationto use the newnotarytool.I don't have experience with these tools, but I can try to get things working based on the migration documentation.
Please let me know if this has already been investigated or if you have any other suggestions. Thanks!