Mercurial > sdlxcode4templates
comparison 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 |
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>com.apple.dt.unit.bundleBase</string> | |
8 <string>com.apple.dt.unit.objectiveCApplication</string> | |
9 </array> | |
10 <key>Identifier</key> | |
11 <string>org.libsdl.SDLApplicationBase</string> | |
12 <key>Kind</key> | |
13 <string>Xcode.Xcode3.ProjectTemplateUnitKind</string> | |
14 <key>Targets</key> | |
15 <array> | |
16 <dict> | |
17 <key>ProductType</key> | |
18 <string>com.apple.product-type.application</string> | |
19 <key>SharedSettings</key> | |
20 <dict> | |
21 <key>GCC_PRECOMPILE_PREFIX_HEADER</key> | |
22 <string>YES</string> | |
23 <key>GCC_PREFIX_HEADER</key> | |
24 <string>___PACKAGENAME___/Prefix.pch</string> | |
25 </dict> | |
26 </dict> | |
27 </array> | |
28 <key>Definitions</key> | |
29 <dict> | |
30 <key>main.c</key> | |
31 <dict> | |
32 <key>Group</key> | |
33 <string>Supporting Files</string> | |
34 <key>Path</key> | |
35 <string>main.c</string> | |
36 </dict> | |
37 <key>Prefix.pch</key> | |
38 <dict> | |
39 <key>Group</key> | |
40 <string>Supporting Files</string> | |
41 <key>Path</key> | |
42 <string>Prefix.pch</string> | |
43 <key>TargetIndices</key> | |
44 <array/> | |
45 </dict> | |
46 <key>main.m</key> | |
47 <dict> | |
48 <key>Group</key> | |
49 <string>Useless Files</string> | |
50 <key>Path</key> | |
51 <string>main.m</string> | |
52 </dict> | |
53 </dict> | |
54 <key>Nodes</key> | |
55 <array> | |
56 <string>main.c</string> | |
57 <string>Prefix.pch</string> | |
58 <string>main.m</string> | |
59 </array> | |
60 </dict> | |
61 </plist> |