1
0
Fork 0
jai-resources/macos_development
Peter Slattery 427953c5f8 Formatting for how_to_debug_in_xcode.md 2024-04-22 15:29:37 -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 Formatting for how_to_debug_in_xcode.md 2024-04-22 15:29:37 -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 Adding basic macos_development files 2024-04-22 15:16:37 -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