Mercurial > sdl-ios-xcode
comparison XCodeiPhoneOS/Template/SDL Application/___PROJECTNAME___.xcodeproj/project.pbxproj @ 2396:71edb7a747d7 gsoc2008_iphone
XCode template for iPhone SDL projects
author | Holmes Futrell <hfutrell@umail.ucsb.edu> |
---|---|
date | Fri, 18 Jul 2008 21:37:46 +0000 |
parents | |
children | cd448b5a1a8f |
comparison
equal
deleted
inserted
replaced
2395:ec8828881456 | 2396:71edb7a747d7 |
---|---|
1 // !$*UTF8*$! | |
2 { | |
3 archiveVersion = 1; | |
4 classes = { | |
5 }; | |
6 objectVersion = 45; | |
7 objects = { | |
8 | |
9 /* Begin PBXBuildFile section */ | |
10 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; }; | |
11 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; }; | |
12 28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD14FF0DC6FC520079059D /* OpenGLES.framework */; }; | |
13 28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD15070DC6FC5B0079059D /* QuartzCore.framework */; }; | |
14 FD779ED20E26B9B000F39101 /* libSDLSimulator.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FD779ED00E26B9B000F39101 /* libSDLSimulator.a */; }; | |
15 FD779ED30E26B9B000F39101 /* libSDLiPhoneOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FD779ED10E26B9B000F39101 /* libSDLiPhoneOS.a */; }; | |
16 FD779EDE0E26BA1200F39101 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD779EDD0E26BA1200F39101 /* CoreAudio.framework */; }; | |
17 FD77A07D0E26BD8C00F39101 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = FD77A07C0E26BD8C00F39101 /* Icon.png */; }; | |
18 FD77A07F0E26BDA900F39101 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = FD77A07E0E26BDA900F39101 /* Default.png */; }; | |
19 FD77A0850E26BDB800F39101 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD77A0840E26BDB800F39101 /* AudioToolbox.framework */; }; | |
20 FD77A09D0E26BDE500F39101 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = FD77A09C0E26BDE500F39101 /* main.c */; }; | |
21 /* End PBXBuildFile section */ | |
22 | |
23 /* Begin PBXFileReference section */ | |
24 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; | |
25 1D6058910D05DD3D006BFB54 /* ___PROJECTNAME___.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "___PROJECTNAME___.app"; sourceTree = BUILT_PRODUCTS_DIR; }; | |
26 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; | |
27 28FD14FF0DC6FC520079059D /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; | |
28 28FD15070DC6FC5B0079059D /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; | |
29 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | |
30 FD779ED00E26B9B000F39101 /* libSDLSimulator.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libSDLSimulator.a; path = lib/libSDLSimulator.a; sourceTree = "<group>"; }; | |
31 FD779ED10E26B9B000F39101 /* libSDLiPhoneOS.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libSDLiPhoneOS.a; path = lib/libSDLiPhoneOS.a; sourceTree = "<group>"; }; | |
32 FD779EDD0E26BA1200F39101 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; }; | |
33 FD77A07C0E26BD8C00F39101 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; }; | |
34 FD77A07E0E26BDA900F39101 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; }; | |
35 FD77A0840E26BDB800F39101 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; | |
36 FD77A09C0E26BDE500F39101 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; }; | |
37 /* End PBXFileReference section */ | |
38 | |
39 /* Begin PBXFrameworksBuildPhase section */ | |
40 1D60588F0D05DD3D006BFB54 /* Frameworks */ = { | |
41 isa = PBXFrameworksBuildPhase; | |
42 buildActionMask = 2147483647; | |
43 files = ( | |
44 FD779ED20E26B9B000F39101 /* libSDLSimulator.a in Frameworks */, | |
45 FD779ED30E26B9B000F39101 /* libSDLiPhoneOS.a in Frameworks */, | |
46 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */, | |
47 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */, | |
48 28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */, | |
49 28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */, | |
50 FD779EDE0E26BA1200F39101 /* CoreAudio.framework in Frameworks */, | |
51 FD77A0850E26BDB800F39101 /* AudioToolbox.framework in Frameworks */, | |
52 ); | |
53 runOnlyForDeploymentPostprocessing = 0; | |
54 }; | |
55 /* End PBXFrameworksBuildPhase section */ | |
56 | |
57 /* Begin PBXGroup section */ | |
58 19C28FACFE9D520D11CA2CBB /* Products */ = { | |
59 isa = PBXGroup; | |
60 children = ( | |
61 1D6058910D05DD3D006BFB54 /* ___PROJECTNAME___.app */, | |
62 ); | |
63 name = Products; | |
64 sourceTree = "<group>"; | |
65 }; | |
66 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = { | |
67 isa = PBXGroup; | |
68 children = ( | |
69 29B97315FDCFA39411CA2CEA /* Sources */, | |
70 29B97317FDCFA39411CA2CEA /* Resources */, | |
71 FD779EC50E26B99E00F39101 /* Libraries */, | |
72 29B97323FDCFA39411CA2CEA /* Frameworks */, | |
73 19C28FACFE9D520D11CA2CBB /* Products */, | |
74 ); | |
75 name = CustomTemplate; | |
76 sourceTree = "<group>"; | |
77 }; | |
78 29B97315FDCFA39411CA2CEA /* Sources */ = { | |
79 isa = PBXGroup; | |
80 children = ( | |
81 FD77A09C0E26BDE500F39101 /* main.c */, | |
82 ); | |
83 name = Sources; | |
84 sourceTree = "<group>"; | |
85 }; | |
86 29B97317FDCFA39411CA2CEA /* Resources */ = { | |
87 isa = PBXGroup; | |
88 children = ( | |
89 FD77A07E0E26BDA900F39101 /* Default.png */, | |
90 FD77A07C0E26BD8C00F39101 /* Icon.png */, | |
91 8D1107310486CEB800E47090 /* Info.plist */, | |
92 ); | |
93 name = Resources; | |
94 sourceTree = "<group>"; | |
95 }; | |
96 29B97323FDCFA39411CA2CEA /* Frameworks */ = { | |
97 isa = PBXGroup; | |
98 children = ( | |
99 FD77A0840E26BDB800F39101 /* AudioToolbox.framework */, | |
100 FD779EDD0E26BA1200F39101 /* CoreAudio.framework */, | |
101 28FD15070DC6FC5B0079059D /* QuartzCore.framework */, | |
102 28FD14FF0DC6FC520079059D /* OpenGLES.framework */, | |
103 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */, | |
104 1D30AB110D05D00D00671497 /* Foundation.framework */, | |
105 ); | |
106 name = Frameworks; | |
107 sourceTree = "<group>"; | |
108 }; | |
109 FD779EC50E26B99E00F39101 /* Libraries */ = { | |
110 isa = PBXGroup; | |
111 children = ( | |
112 FD779ED00E26B9B000F39101 /* libSDLSimulator.a */, | |
113 FD779ED10E26B9B000F39101 /* libSDLiPhoneOS.a */, | |
114 ); | |
115 name = Libraries; | |
116 sourceTree = "<group>"; | |
117 }; | |
118 /* End PBXGroup section */ | |
119 | |
120 /* Begin PBXNativeTarget section */ | |
121 1D6058900D05DD3D006BFB54 /* ___PROJECTNAME___ */ = { | |
122 isa = PBXNativeTarget; | |
123 buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "___PROJECTNAME___" */; | |
124 buildPhases = ( | |
125 1D60588D0D05DD3D006BFB54 /* Resources */, | |
126 1D60588E0D05DD3D006BFB54 /* Sources */, | |
127 1D60588F0D05DD3D006BFB54 /* Frameworks */, | |
128 ); | |
129 buildRules = ( | |
130 ); | |
131 dependencies = ( | |
132 ); | |
133 name = "___PROJECTNAME___"; | |
134 productName = "___PROJECTNAME___"; | |
135 productReference = 1D6058910D05DD3D006BFB54 /* ___PROJECTNAME___.app */; | |
136 productType = "com.apple.product-type.application"; | |
137 }; | |
138 /* End PBXNativeTarget section */ | |
139 | |
140 /* Begin PBXProject section */ | |
141 29B97313FDCFA39411CA2CEA /* Project object */ = { | |
142 isa = PBXProject; | |
143 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "___PROJECTNAME___" */; | |
144 compatibilityVersion = "Xcode 3.1"; | |
145 hasScannedForEncodings = 1; | |
146 mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */; | |
147 projectDirPath = ""; | |
148 projectRoot = ""; | |
149 targets = ( | |
150 1D6058900D05DD3D006BFB54 /* ___PROJECTNAME___ */, | |
151 ); | |
152 }; | |
153 /* End PBXProject section */ | |
154 | |
155 /* Begin PBXResourcesBuildPhase section */ | |
156 1D60588D0D05DD3D006BFB54 /* Resources */ = { | |
157 isa = PBXResourcesBuildPhase; | |
158 buildActionMask = 2147483647; | |
159 files = ( | |
160 FD77A07D0E26BD8C00F39101 /* Icon.png in Resources */, | |
161 FD77A07F0E26BDA900F39101 /* Default.png in Resources */, | |
162 ); | |
163 runOnlyForDeploymentPostprocessing = 0; | |
164 }; | |
165 /* End PBXResourcesBuildPhase section */ | |
166 | |
167 /* Begin PBXSourcesBuildPhase section */ | |
168 1D60588E0D05DD3D006BFB54 /* Sources */ = { | |
169 isa = PBXSourcesBuildPhase; | |
170 buildActionMask = 2147483647; | |
171 files = ( | |
172 FD77A09D0E26BDE500F39101 /* main.c in Sources */, | |
173 ); | |
174 runOnlyForDeploymentPostprocessing = 0; | |
175 }; | |
176 /* End PBXSourcesBuildPhase section */ | |
177 | |
178 /* Begin XCBuildConfiguration section */ | |
179 1D6058940D05DD3E006BFB54 /* Debug */ = { | |
180 isa = XCBuildConfiguration; | |
181 buildSettings = { | |
182 ALWAYS_SEARCH_USER_PATHS = NO; | |
183 COPY_PHASE_STRIP = NO; | |
184 GCC_DYNAMIC_NO_PIC = NO; | |
185 GCC_OPTIMIZATION_LEVEL = 0; | |
186 GCC_PRECOMPILE_PREFIX_HEADER = YES; | |
187 GCC_PREFIX_HEADER = ""; | |
188 INFOPLIST_FILE = Info.plist; | |
189 LIBRARY_SEARCH_PATHS = ( | |
190 "$(inherited)", | |
191 "\"$(SRCROOT)/lib\"", | |
192 ); | |
193 PRODUCT_NAME = "___PROJECTNAME___"; | |
194 }; | |
195 name = Debug; | |
196 }; | |
197 1D6058950D05DD3E006BFB54 /* Release */ = { | |
198 isa = XCBuildConfiguration; | |
199 buildSettings = { | |
200 ALWAYS_SEARCH_USER_PATHS = NO; | |
201 COPY_PHASE_STRIP = YES; | |
202 GCC_PRECOMPILE_PREFIX_HEADER = YES; | |
203 GCC_PREFIX_HEADER = ""; | |
204 INFOPLIST_FILE = Info.plist; | |
205 LIBRARY_SEARCH_PATHS = ( | |
206 "$(inherited)", | |
207 "\"$(SRCROOT)/lib\"", | |
208 ); | |
209 PRODUCT_NAME = "___PROJECTNAME___"; | |
210 }; | |
211 name = Release; | |
212 }; | |
213 C01FCF4F08A954540054247B /* Debug */ = { | |
214 isa = XCBuildConfiguration; | |
215 buildSettings = { | |
216 ARCHS = "$(ARCHS_STANDARD_32_BIT)"; | |
217 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | |
218 GCC_C_LANGUAGE_STANDARD = c99; | |
219 GCC_WARN_ABOUT_RETURN_TYPE = YES; | |
220 GCC_WARN_UNUSED_VARIABLE = YES; | |
221 HEADER_SEARCH_PATHS = ./include; | |
222 LIBRARY_SEARCH_PATHS = ./lib; | |
223 ONLY_ACTIVE_ARCH = YES; | |
224 OTHER_CFLAGS = ""; | |
225 PREBINDING = NO; | |
226 SDKROOT = iphoneos2.0; | |
227 }; | |
228 name = Debug; | |
229 }; | |
230 C01FCF5008A954540054247B /* Release */ = { | |
231 isa = XCBuildConfiguration; | |
232 buildSettings = { | |
233 ARCHS = "$(ARCHS_STANDARD_32_BIT)"; | |
234 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | |
235 GCC_C_LANGUAGE_STANDARD = c99; | |
236 GCC_WARN_ABOUT_RETURN_TYPE = YES; | |
237 GCC_WARN_UNUSED_VARIABLE = YES; | |
238 HEADER_SEARCH_PATHS = ./include; | |
239 LIBRARY_SEARCH_PATHS = ./lib; | |
240 OTHER_CFLAGS = ""; | |
241 PREBINDING = NO; | |
242 SDKROOT = iphoneos2.0; | |
243 }; | |
244 name = Release; | |
245 }; | |
246 /* End XCBuildConfiguration section */ | |
247 | |
248 /* Begin XCConfigurationList section */ | |
249 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "___PROJECTNAME___" */ = { | |
250 isa = XCConfigurationList; | |
251 buildConfigurations = ( | |
252 1D6058940D05DD3E006BFB54 /* Debug */, | |
253 1D6058950D05DD3E006BFB54 /* Release */, | |
254 ); | |
255 defaultConfigurationIsVisible = 0; | |
256 defaultConfigurationName = Release; | |
257 }; | |
258 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "___PROJECTNAME___" */ = { | |
259 isa = XCConfigurationList; | |
260 buildConfigurations = ( | |
261 C01FCF4F08A954540054247B /* Debug */, | |
262 C01FCF5008A954540054247B /* Release */, | |
263 ); | |
264 defaultConfigurationIsVisible = 0; | |
265 defaultConfigurationName = Release; | |
266 }; | |
267 /* End XCConfigurationList section */ | |
268 }; | |
269 rootObject = 29B97313FDCFA39411CA2CEA /* Project object */; | |
270 } |