mitchellh / gon

Sign, notarize, and package macOS CLI tools and applications written in any language. Available as both a CLI and a Go library.
MIT License
1.47k stars 96 forks source link

Update README.md to clarify MacOS requirements #71

Closed jwatte closed 11 months ago

jwatte commented 1 year ago

People who want to ship software for MacOS but aren't used to the Apple developer ecosystem need this breadcrumb.

jwatte commented 1 year ago

See https://github.com/mitchellh/gon/issues/63

mitchellh commented 11 months ago

Technically Apple itself doesn't require proprietary binaries, you could reverse engineer them and reimplement them for other systems (as some projects have already done). I think this PR history will remain a good enough search result for people to realize this in the future.