XCode templates

I’ve got the latest trunk (4898) from SVN, but I’m not seeing any of the
Xcode templates except the ones in the TemplatesForXcodeTiger/
directory. The TemplatesForXcodeLeopard/ and
TemplatesForXcodeSnowLeopard/ directories are empty.

Do I need to pull a specific tag to get these? And are the templates
the same for 1.2 and 1.3?

Thanks!–
Chris Herborth (@Chris_Herborth) – http://www.pobox.com/~chrish/
Marooned, the survival game! – http://marooned-game.livejournal.com/
Never send a monster to do the work of an evil scientist.

-------------- next part --------------
A non-text attachment was scrubbed…
Name: chrish.vcf
Type: text/x-vcard
Size: 386 bytes
Desc: not available
URL: http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20091001/78e1bf1c/attachment.vcf

I just added these to subversion. You can get them in the latest snapshot:
http://www.libsdl.org/tmp/SDL-1.3.zip

The templates are different between SDL 1.2 and 1.3. :)On Thu, Oct 1, 2009 at 8:20 AM, Chris Herborth wrote:

I’ve got the latest trunk (4898) from SVN, but I’m not seeing any of the
Xcode templates except the ones in the TemplatesForXcodeTiger/ directory.
?The TemplatesForXcodeLeopard/ and TemplatesForXcodeSnowLeopard/ directories
are empty.

Do I need to pull a specific tag to get these? ?And are the templates the
same for 1.2 and 1.3?

Thanks!


Chris Herborth (chrish at pobox.com) – http://www.pobox.com/~chrish/
Marooned, the survival game! – http://marooned-game.livejournal.com/
Never send a monster to do the work of an evil scientist.


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


-Sam Lantinga, Founder and President, Galaxy Gameworks LLC

Sam,

Would you mind looking at SDL 1.3 Xcode project, every time I build
SDL.framework it misses Headers/SDL_revision.h even it is generated
here on the working repo.
I have to copy it manually after each build. Probably you could put
SDL_revision.h generation is case it is missing somewhere in Xcode’s
pre/post build script too.

Great respect for the work you do here,

Cheers,–
Adam Strzelecki | nanoant.com

I know what the problem is. It’s an easy fix. I’ll try to get it submitted soon.

-EricOn 10/2/09, Adam Strzelecki wrote:

Sam,

Would you mind looking at SDL 1.3 Xcode project, every time I build
SDL.framework it misses Headers/SDL_revision.h even it is generated
here on the working repo.
I have to copy it manually after each build. Probably you could put
SDL_revision.h generation is case it is missing somewhere in Xcode’s
pre/post build script too.

I know what the problem is. It’s an easy fix. I’ll try to get it submitted
soon.

I believe it is now committed.

-Eric