Page 1 of 1

macOS Notarization helper for Levure

Posted: Wed Oct 09, 2019 5:37 pm
by trevordevore
Hi all,

After reading the article by Matthias on notarization I put together a helper for Levure that will notarize a DMG image when you package your Levure application. Here is the link:

https://github.com/trevordevore/levureh ... cos_notary

To use it you will need to update to version 0.9.2 of Levure which I released today. Here are the release notes:

https://github.com/trevordevore/levure/ ... g/v0.9.2.0

If you need help creating a DMG of your app then the dropDMG helper can take care of that if you have dropDMG:

https://github.com/trevordevore/levurehelper-dropDMG

Of course, someone could write a helper that uses Apple's command line tools to create a DMG as well.