17 lines
728 B
Markdown
17 lines
728 B
Markdown
# MacOS Development
|
|
|
|
This directory contains a few files I've pulled out of my working codebases that make working on MacOS easier.
|
|
|
|
## [Xcode Debugging](./how_to_debug_in_xcode.md)
|
|
_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](./how_to_setup_for_macos_and_ios_development.md)
|
|
|
|
This is an incredibly detailed write up on setting up for development, without relying heavily on Xcode for everything.
|
|
|
|
## Utilities
|
|
|
|
- [package_macos.jai](./package_macos.jai) - Modified source from jai modules MacOS_Bundler.jai that handles creating a .app
|
|
- [codesign_macos.sh](./codesign_macos.sh) - bash file that will sign an executable for you. |