cocoa_in_go
cocoa_in_go copied to clipboard
Cocoa application written in Go
Cocoa application written in Go
Just launch Xcode and you can run this application on Xcode!
Go version
1.2
License
MIT
What did I do?
- Build a dynamic library instead of an executable (see the build setting).
- Execute post_build.sh after building to build go files with the dynaic library.
- Use the generated binary as the executable file (see the plist setting).