Mercurial > sdlxcode4templates
diff SDLApplicationBase.xctemplate/TemplateInfo.plist @ 0:b0b91cadc484
Initial Xcode 4 templates for SDL/Mac 1.2 and 1.3. The major difference between
the two is SDLMain.
Copy all templates to
~/Library/Developer/Xcode/Templates/SDL
or
/Library/Developer/Xcode/Templates/SDL
Templates based off information documented here:
http://blog.boreal-kiss.net/2011/03/11/a-minimal-project-template-for-xcode-4/
author | Eric Wing <ewing . public |-at-| gmail . com> |
---|---|
date | Sun, 02 Oct 2011 21:14:53 -0700 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/SDLApplicationBase.xctemplate/TemplateInfo.plist Sun Oct 02 21:14:53 2011 -0700 @@ -0,0 +1,61 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>Ancestors</key> + <array> + <string>com.apple.dt.unit.bundleBase</string> + <string>com.apple.dt.unit.objectiveCApplication</string> + </array> + <key>Identifier</key> + <string>org.libsdl.SDLApplicationBase</string> + <key>Kind</key> + <string>Xcode.Xcode3.ProjectTemplateUnitKind</string> + <key>Targets</key> + <array> + <dict> + <key>ProductType</key> + <string>com.apple.product-type.application</string> + <key>SharedSettings</key> + <dict> + <key>GCC_PRECOMPILE_PREFIX_HEADER</key> + <string>YES</string> + <key>GCC_PREFIX_HEADER</key> + <string>___PACKAGENAME___/Prefix.pch</string> + </dict> + </dict> + </array> + <key>Definitions</key> + <dict> + <key>main.c</key> + <dict> + <key>Group</key> + <string>Supporting Files</string> + <key>Path</key> + <string>main.c</string> + </dict> + <key>Prefix.pch</key> + <dict> + <key>Group</key> + <string>Supporting Files</string> + <key>Path</key> + <string>Prefix.pch</string> + <key>TargetIndices</key> + <array/> + </dict> + <key>main.m</key> + <dict> + <key>Group</key> + <string>Useless Files</string> + <key>Path</key> + <string>main.m</string> + </dict> + </dict> + <key>Nodes</key> + <array> + <string>main.c</string> + <string>Prefix.pch</string> + <string>main.m</string> + </array> +</dict> +</plist>