1
0
Fork 0
jai-resources/macos_development/README.md

17 lines
728 B
Markdown
Raw Normal View History

2024-04-22 22:19:49 +00:00
# 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.