2007-10-19
XCode PALib Template
Following on from the previous post about getting PALib and devKitARM set up in OSX, here’s some instructions for creating a PALib template project:
- Download the PALib XCode Template
- Unzip the archive
- Drag the resultant folder to “/Library/Application Support/Apple/Developer Tools/Project Templates”
All done! To create a project using the template:
- Fire up XCode
- Choose “File/New Project” from the top menu
- Select “PAlib” from the template list
- Click “Next”
- Choose a project name and a location for the project
- Click “Finish”
You’ve now created a basic PALib project that will compile (ROMs are put in the “release” folder) and run in an emulator.