comparison 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
comparison
equal deleted inserted replaced
0:b0b91cadc484 1:545ef7038418
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.iPhoneBase</string>
9 </array>
10 <key>Identifier</key>
11 <string>org.libsdl.SDL13ApplicationiOS</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>UIKit</string>
20 <string>Foundation</string>
21 <string>AudioToolbox</string>
22 <string>QuartzCore</string>
23 <string>OpenGLES</string>
24 <string>CoreGraphics</string>
25 </array>
26 <key>BuildPhases</key>
27 <array>
28 <dict>
29 <key>Class</key>
30 <string>Sources</string>
31 </dict>
32 <dict>
33 <key>Class</key>
34 <string>Frameworks</string>
35 </dict>
36 <dict>
37 <key>Class</key>
38 <string>Resources</string>
39 </dict>
40 </array>
41 <key>Configurations</key>
42 <dict>
43 <key>Debug</key>
44 <dict>
45 <key>COPY_PHASE_STRIP</key>
46 <string>NO</string>
47 <key>GCC_DYNAMIC_NO_PIC</key>
48 <string>NO</string>
49 </dict>
50 <key>Release</key>
51 <dict>
52 <key>COPY_PHASE_STRIP</key>
53 <string>YES</string>
54 </dict>
55 </dict>
56 <key>ProductType</key>
57 <string>com.apple.product-type.application</string>
58 <key>SharedSettings</key>
59 <dict/>
60 </dict>
61 </array>
62 <key>Concrete</key>
63 <true/>
64 <key>Definitions</key>
65 <dict>
66 <key>main.c</key>
67 <dict>
68 <key>Group</key>
69 <string>Supporting Files</string>
70 <key>Path</key>
71 <string>main.c</string>
72 </dict>
73 <key>Default.png</key>
74 <dict>
75 <key>Group</key>
76 <string>Resources</string>
77 <key>Path</key>
78 <string>Default.png</string>
79 </dict>
80 </dict>
81 <key>Nodes</key>
82 <array>
83 <string>main.c</string>
84 <string>Default.png</string>
85 </array>
86 <key>Description</key>
87 <string>This template provides a starting point for an application that uses SDL 1.3 for iOS.</string>
88 </dict>
89 </plist>