Mercurial > sdlxcode4templates
annotate SDL 1.3 iOS Application.xctemplate/TemplateInfo.plist @ 1:545ef7038418 tip
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
For Mac, embedding the framework in the template might be a good idea too, but I don't know how to embed that either. And I don't know how to access the copy bundle phase to copy the framework into the app bundle.
author | Eric Wing <ewing . public |-at-| gmail . com> |
---|---|
date | Sun, 02 Oct 2011 21:41:39 -0700 |
parents | |
children |
rev | line source |
---|---|
1
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8"?> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
3 <plist version="1.0"> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
4 <dict> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
5 <key>Ancestors</key> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
6 <array> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
7 <string>org.libsdl.SDLApplicationBase</string> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
8 <string>com.apple.dt.unit.iPhoneBase</string> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
9 </array> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
10 <key>Identifier</key> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
11 <string>org.libsdl.SDL13ApplicationiOS</string> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
12 <key>Kind</key> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
13 <string>Xcode.Xcode3.ProjectTemplateUnitKind</string> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
14 <key>Targets</key> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
15 <array> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
16 <dict> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
17 <key>Frameworks</key> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
18 <array> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
19 <string>UIKit</string> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
20 <string>Foundation</string> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
21 <string>AudioToolbox</string> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
22 <string>QuartzCore</string> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
23 <string>OpenGLES</string> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
24 <string>CoreGraphics</string> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
25 </array> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
26 <key>BuildPhases</key> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
27 <array> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
28 <dict> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
29 <key>Class</key> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
30 <string>Sources</string> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
31 </dict> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
32 <dict> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
33 <key>Class</key> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
34 <string>Frameworks</string> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
35 </dict> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
36 <dict> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
37 <key>Class</key> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
38 <string>Resources</string> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
39 </dict> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
40 </array> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
41 <key>Configurations</key> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
42 <dict> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
43 <key>Debug</key> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
44 <dict> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
45 <key>COPY_PHASE_STRIP</key> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
46 <string>NO</string> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
47 <key>GCC_DYNAMIC_NO_PIC</key> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
48 <string>NO</string> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
49 </dict> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
50 <key>Release</key> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
51 <dict> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
52 <key>COPY_PHASE_STRIP</key> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
53 <string>YES</string> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
54 </dict> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
55 </dict> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
56 <key>ProductType</key> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
57 <string>com.apple.product-type.application</string> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
58 <key>SharedSettings</key> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
59 <dict/> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
60 </dict> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
61 </array> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
62 <key>Concrete</key> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
63 <true/> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
64 <key>Definitions</key> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
65 <dict> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
66 <key>main.c</key> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
67 <dict> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
68 <key>Group</key> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
69 <string>Supporting Files</string> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
70 <key>Path</key> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
71 <string>main.c</string> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
72 </dict> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
73 <key>Default.png</key> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
74 <dict> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
75 <key>Group</key> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
76 <string>Resources</string> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
77 <key>Path</key> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
78 <string>Default.png</string> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
79 </dict> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
80 </dict> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
81 <key>Nodes</key> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
82 <array> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
83 <string>main.c</string> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
84 <string>Default.png</string> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
85 </array> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
86 <key>Description</key> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
87 <string>This template provides a starting point for an application that uses SDL 1.3 for iOS.</string> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
88 </dict> |
545ef7038418
Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
89 </plist> |