- Added
--no-precheck
option for help troubleshooting some code signing scenarios - Notarization service output is now fetched even in the succcess case, following Apple documentation guidance: "Always check the log file, even if notarization succeeds, because it might contain warnings that you can fix prior to your next submission."
- Added support for .dmg file notarization. #3
- Handle "Unnotarized Developer ID" spctl response for new Developer accounts. #4
- New
--provider
flag to support for account associated with more than one developer team. #2
- Added support for .pkg file notarization. #1
- Revised command line interface for additional flexibility, breaking backward-compatibility from 0.1.0. Command argument now needs to be specified, i.e.
xcnotary precheck
orxcnotary notarize
. - Code signing checks are now tested using generated bundles and packages of various levels of code signing correctness.
Initial release.