Apple Legacy Code Signing Tools to be disabled 1st of November

So November 1st code signing is being turned off?

No, code signing is not being turned off. Neither is notarization.

What happens on November 1st is that Apple’s notarization service will stop accepting uploads from the old altool utility, forcing users to use the new notarytool.

3 Likes

It would be nice if the title of this post were edited - now it is straight click-baiting

1 Like

Agreed, and done…

1 Like

Thanks for clarifying. I knew they moved to new commands in the terminal. However, I didn’t know if they were moving again to some new loops to jump through and a whole new name for the process.

Here is the tech note from Apple: https://developer.apple.com/documentation/technotes/tn3147-
migrating-to-the-latest-notarization-tool?changes=_3_3

notarytool is included with Xcode 13 but will run on OSes as old as 10.15. If your build machine is still running an older version of Xcode, install Xcode 13+ on a new machine and then copy notarytool on to the older machine.

1 Like

The notarytool is a way better tool for this. If you add the --wait flag it will block until the notarization has finished, so no more periodic polling of the status and therefore much easier to automate. It also seems to be a lot faster in general. I have some fairly big plugin installers, up to about 500MB, and it’s notably faster to notarize them now.

3 Likes