Page 1 of 1

XCode Project template

Posted: Sat Oct 20, 2007 11:16 pm
by amellors
I made an XCode Project template out of the default Makefiles for devkitARM and libnds.

If your path + everything is setup correctly then this Project template should work just fine.

To get this to work :
Make the directory: ~/Library/Application Support/Apple/Developer Tools/Project Templates/Homebrew
Then extract the tar.gz file to this directory

The next time you open XCode and create a new project you should see:
Image

Create that project and you should be all set.

Be sure to make your directory name be the name of the project that you want to work on.

Re: XCode Project template

Posted: Sun Oct 21, 2007 12:14 am
by WinterMute
That looks great although I'd like to see the standard arm9 code template as well as the combined one.

How difficult would it be to add to the devkitARM OSX install package?

Re: XCode Project template

Posted: Sun Oct 21, 2007 12:26 am
by amellors
I'm not sure I don't think it would be too difficult, but I'm not too familiar with how it's installed, but I don't think it would be too hard.

The only thing is that I would make it an option to install it if possible, since you could install it in the System level Library directory, and some people are squeamish about that, but then again if they are installing a home-brew kit for their DS, then they probably would be ok with it.

Also where can I find the standard arm9 code template, I can easily make that up.

Re: XCode Project template

Posted: Sun Mar 09, 2008 3:37 pm
by WinterMute
What we're doing with the VS wizards being worked on is to read the templates from their installed location ( <path/to/devkitPro/examples/<platform>) to avoid having to update the wizard when we update the templates. You can find them in the SF downloads @ http://sourceforge.net/project/showfile ... _id=159894

Is there somewhere to download this template of yours? You seem to have neglected a link

Re: XCode Project template

Posted: Mon Jan 11, 2010 11:38 am
by a128
funny I did not saw this ...I did a template using the combined template for Xcode 3.2
it's here
http://a128.wordpress.com/downloads/

Re: XCode Project template

Posted: Sun Jul 18, 2010 9:43 am
by LeoI
a128 wrote:funny I did not saw this ...I did a template using the combined template for Xcode 3.2
it's here
http://a128.wordpress.com/downloads/
Why all those link above aren't working?
As a mac user, I'd like do have a try with that template...