Adding README.md to macos_development
This commit is contained in:
parent
fa0b7cbc2c
commit
e3d29fbf7c
|
@ -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.
|
Loading…
Reference in New Issue