diff --git a/macos_development/README.md b/macos_development/README.md new file mode 100644 index 0000000..b9d07f4 --- /dev/null +++ b/macos_development/README.md @@ -0,0 +1,17 @@ +# 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. \ No newline at end of file