Mercurial > sdlxcode4templates
comparison SDL 1.3 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:b0b91cadc484 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
3 <plist version="1.0"> | |
4 <dict> | |
5 <key>Ancestors</key> | |
6 <array> | |
7 <string>org.libsdl.SDLApplicationBase</string> | |
8 <string>com.apple.dt.unit.macBase</string> | |
9 </array> | |
10 <key>Identifier</key> | |
11 <string>org.libsdl.SDL13ApplicationMac</string> | |
12 <key>Kind</key> | |
13 <string>Xcode.Xcode3.ProjectTemplateUnitKind</string> | |
14 <key>Targets</key> | |
15 <array> | |
16 <dict> | |
17 <key>Frameworks</key> | |
18 <array> | |
19 <string>AppKit</string> | |
20 <string>Foundation</string> | |
21 <string>SDL</string> | |
22 </array> | |
23 <key>BuildPhases</key> | |
24 <array> | |
25 <dict> | |
26 <key>Class</key> | |
27 <string>Sources</string> | |
28 </dict> | |
29 <dict> | |
30 <key>Class</key> | |
31 <string>Frameworks</string> | |
32 </dict> | |
33 <dict> | |
34 <key>Class</key> | |
35 <string>Resources</string> | |
36 </dict> | |
37 </array> | |
38 <key>Configurations</key> | |
39 <dict> | |
40 <key>Debug</key> | |
41 <dict> | |
42 <key>COPY_PHASE_STRIP</key> | |
43 <string>NO</string> | |
44 <key>GCC_DYNAMIC_NO_PIC</key> | |
45 <string>NO</string> | |
46 </dict> | |
47 <key>Release</key> | |
48 <dict> | |
49 <key>COPY_PHASE_STRIP</key> | |
50 <string>YES</string> | |
51 </dict> | |
52 </dict> | |
53 <key>ProductType</key> | |
54 <string>com.apple.product-type.application</string> | |
55 <key>SharedSettings</key> | |
56 <dict> | |
57 <key>FRAMEWORK_SEARCH_PATHS</key> | |
58 <string>/Library/Frameworks</string> | |
59 <key>USER_HEADER_SEARCH_PATHS</key> | |
60 <string>/Library/Frameworks/SDL.framework/Headers</string> | |
61 <key>MACOSX_DEPLOYMENT_TARGET</key> | |
62 <string>10.5</string> | |
63 <key>ARCHS</key> | |
64 <string>x86_64 i386</string> | |
65 </dict> | |
66 </dict> | |
67 </array> | |
68 <key>Concrete</key> | |
69 <true/> | |
70 <key>Definitions</key> | |
71 <dict/> | |
72 <key>Nodes</key> | |
73 <array/> | |
74 <key>Description</key> | |
75 <string>This template provides a starting point for an application that uses SDL 1.3 for Mac.</string> | |
76 </dict> | |
77 </plist> |