Mercurial > sdlxcode4templates
diff SDL 1.2 Mac Application.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/SDL 1.2 Mac Application.xctemplate/TemplateInfo.plist Sun Oct 02 21:14:53 2011 -0700 @@ -0,0 +1,95 @@ +<?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>org.libsdl.SDLApplicationBase</string> + <string>com.apple.dt.unit.macBase</string> + </array> + <key>Identifier</key> + <string>org.libsdl.SDL12ApplicationMac</string> + <key>Kind</key> + <string>Xcode.Xcode3.ProjectTemplateUnitKind</string> + <key>Targets</key> + <array> + <dict> + <key>Frameworks</key> + <array> + <string>AppKit</string> + <string>Foundation</string> + <string>SDL</string> + </array> + <key>BuildPhases</key> + <array> + <dict> + <key>Class</key> + <string>Sources</string> + </dict> + <dict> + <key>Class</key> + <string>Frameworks</string> + </dict> + <dict> + <key>Class</key> + <string>Resources</string> + </dict> + </array> + <key>Configurations</key> + <dict> + <key>Debug</key> + <dict> + <key>COPY_PHASE_STRIP</key> + <string>NO</string> + <key>GCC_DYNAMIC_NO_PIC</key> + <string>NO</string> + </dict> + <key>Release</key> + <dict> + <key>COPY_PHASE_STRIP</key> + <string>YES</string> + </dict> + </dict> + <key>ProductType</key> + <string>com.apple.product-type.application</string> + <key>SharedSettings</key> + <dict> + <key>FRAMEWORK_SEARCH_PATHS</key> + <string>/Library/Frameworks</string> + <key>USER_HEADER_SEARCH_PATHS</key> + <string>/Library/Frameworks/SDL.framework/Headers</string> + <key>MACOSX_DEPLOYMENT_TARGET</key> + <string>10.5</string> + <key>ARCHS</key> + <string>x86_64 i386</string> + </dict> + </dict> + </array> + <key>Concrete</key> + <true/> + <key>Definitions</key> + <dict> + <key>SDLMain.m</key> + <dict> + <key>Group</key> + <string>Supporting Files</string> + <key>Path</key> + <string>SDLMain.m</string> + </dict> + <key>SDLMain.h</key> + <dict> + <key>Group</key> + <string>Supporting Files</string> + <key>Path</key> + <string>SDLMain.h</string> + </dict> + </dict> + <key>Nodes</key> + <array> + <string>SDLMain.m</string> + <string>SDLMain.h</string> + </array> + <key>Description</key> + <string>This template provides a starting point for an application that uses SDL 1.2 for Mac.</string> +</dict> +</plist>