eclipse-cbi / macos-notarization-service

REST Service to notarize macOS application bundles and DMG
Eclipse Public License 2.0
5 stars 2 forks source link

Use rcodesign for notarization without requiring xcode #278

Open netomi opened 8 months ago

netomi commented 8 months ago

This fixes #264 .

This PR uses the macos independent reimplementation of various tools available at: https://github.com/indygreg/apple-platform-rs to perform notarization of files.

It's not yet complete but functional.