https://github.com/hajimehoshi/cocoa_in_go
Cocoa application written in Go
https://github.com/hajimehoshi/cocoa_in_go
Last synced: 7 months ago
JSON representation
Cocoa application written in Go
- Host: GitHub
- URL: https://github.com/hajimehoshi/cocoa_in_go
- Owner: hajimehoshi
- Created: 2013-06-12T13:07:20.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-28T16:27:45.000Z (almost 12 years ago)
- Last Synced: 2025-02-28T07:53:12.575Z (7 months ago)
- Language: Go
- Size: 195 KB
- Stars: 17
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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?
1. Build a dynamic library instead of an executable (see the build setting).
2. Execute post_build.sh after building to build go files with the dynaic library.
3. Use the generated binary as the executable file (see the plist setting).