cd Build
xcodebuild -scheme SURubyDebugger -configuration Release -derivedDataPath output
The binary will be located under: Build/output/Build/Products/Release/SURubyDebugger.dylib
TODO:
- Update binary versions. (VS Resource Editor)
- Build binaries for each platform.
- Tag commit it was built from.
- Upload binaries to GitHub Releases.
- Update README.md to refer to new download URL and versions.
TODO: Setup action to publish release no GitHub when creating new tag. https://trstringer.com/github-actions-create-release-upload-artifacts/