Signing on MacOS
Prerequisites
- Apple Developer account (
https://developer.apple.com) - Xcode installed
- Developer Team ID
zipbinary file (ordmg/appformat)
Prepare
login Apple Account in Xcode
security find-identity -v
xcrun notarytool store-credentials
Sign and submit your binary
codesign -s XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX -o runtime -v YOUR_BIN.zip
xcrun notarytool submit --keychain-profile "myTool" YOUR_BIN.zip
Verify
xcrun notarytool history --keychain-profile "myTool"
Some of the content is generated by AI, please be cautious in identifying it.