Peter Slattery fc7bff4c68 | ||
---|---|---|
.. | ||
README.md | ||
codesign_macos.sh | ||
how_to_debug_in_xcode.md | ||
how_to_setup_for_macos_and_ios_development.md | ||
package_macos.jai | ||
package_macos_example | ||
package_macos_example.jai |
README.md
MacOS Development
This directory contains a few files I've pulled out of my working codebases that make working on MacOS easier.
Xcode Debugging
Start here if you want to get up and running quickly
This contains the barebones info you need to get running in Xcode.
Detailed Setup
This is an incredibly detailed write up on setting up for development, without relying heavily on Xcode for everything.
Utilities
- package_macos.jai - Modified source from jai modules MacOS_Bundler.jai that handles creating a .app
- codesign_macos.sh - bash file that will sign an executable for you.