1
0
Fork 0
jai-resources/macos_development
Peter Slattery fc7bff4c68 Updating Usage code section of package_macos.jai 2024-05-29 12:08:13 -07:00
..
README.md Adding README.md to macos_development 2024-04-22 15:19:49 -07:00
codesign_macos.sh Adding basic macos_development files 2024-04-22 15:16:37 -07:00
how_to_debug_in_xcode.md Adding instructions for setting breakpoints in Xcode in jai files 2024-05-29 12:07:58 -07:00
how_to_setup_for_macos_and_ios_development.md Adding basic macos_development files 2024-04-22 15:16:37 -07:00
package_macos.jai Updating Usage code section of package_macos.jai 2024-05-29 12:08:13 -07:00
package_macos_example Adding basic macos_development files 2024-04-22 15:16:37 -07:00
package_macos_example.jai Adding basic macos_development files 2024-04-22 15:16:37 -07:00

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