comparison MySampleProject.xcodeproj/project.pbxproj @ 0:5ec52341f221

Initial commit
author Eric Wing <ewing@anscamobile.com>
date Fri, 29 Jul 2011 18:18:15 -0700
parents
children 143ac8f6fe35
comparison
equal deleted inserted replaced
-1:000000000000 0:5ec52341f221
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 46;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 00841E4E13E3929C00091BB8 /* Shader.fsh in Resources */ = {isa = PBXBuildFile; fileRef = 2514C27910084DCA00A42282 /* Shader.fsh */; };
11 00841E4F13E3929C00091BB8 /* Shader.vsh in Resources */ = {isa = PBXBuildFile; fileRef = 2514C27A10084DCA00A42282 /* Shader.vsh */; };
12 00841E5013E3929C00091BB8 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD733E0D9D9553002E5188 /* MainWindow.xib */; };
13 00841E5113E3929C00091BB8 /* MySampleProjectViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28EC4C5811D54ECE0027AA9F /* MySampleProjectViewController.xib */; };
14 00841E5313E3929C00091BB8 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; };
15 00841E5413E3929C00091BB8 /* MySampleProjectAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* MySampleProjectAppDelegate.m */; };
16 00841E5513E3929C00091BB8 /* EAGLView.m in Sources */ = {isa = PBXBuildFile; fileRef = 28FD14FD0DC6FC130079059D /* EAGLView.m */; };
17 00841E5613E3929C00091BB8 /* MySampleProjectViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 28EC4C5711D54ECE0027AA9F /* MySampleProjectViewController.m */; };
18 00841E5813E3929C00091BB8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
19 00841E5913E3929C00091BB8 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
20 00841E5A13E3929C00091BB8 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD14FF0DC6FC520079059D /* OpenGLES.framework */; };
21 00841E5B13E3929C00091BB8 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD15070DC6FC5B0079059D /* QuartzCore.framework */; };
22 1D3623260D0F684500981E51 /* MySampleProjectAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* MySampleProjectAppDelegate.m */; };
23 1D60589B0D05DD56006BFB54 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; };
24 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
25 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
26 2514C27B10084DCA00A42282 /* Shader.fsh in Resources */ = {isa = PBXBuildFile; fileRef = 2514C27910084DCA00A42282 /* Shader.fsh */; };
27 2514C27C10084DCA00A42282 /* Shader.vsh in Resources */ = {isa = PBXBuildFile; fileRef = 2514C27A10084DCA00A42282 /* Shader.vsh */; };
28 28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD733E0D9D9553002E5188 /* MainWindow.xib */; };
29 28EC4C5911D54ECE0027AA9F /* MySampleProjectViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 28EC4C5711D54ECE0027AA9F /* MySampleProjectViewController.m */; };
30 28EC4C5A11D54ECE0027AA9F /* MySampleProjectViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28EC4C5811D54ECE0027AA9F /* MySampleProjectViewController.xib */; };
31 28FD14FE0DC6FC130079059D /* EAGLView.m in Sources */ = {isa = PBXBuildFile; fileRef = 28FD14FD0DC6FC130079059D /* EAGLView.m */; };
32 28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD14FF0DC6FC520079059D /* OpenGLES.framework */; };
33 28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD15070DC6FC5B0079059D /* QuartzCore.framework */; };
34 /* End PBXBuildFile section */
35
36 /* Begin PBXFileReference section */
37 00841E5F13E3929C00091BB8 /* OpenGLES2.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = OpenGLES2.app; sourceTree = BUILT_PRODUCTS_DIR; };
38 00841E6113E3929C00091BB8 /* MySampleProject-Info copy.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "MySampleProject-Info copy.plist"; sourceTree = "<group>"; };
39 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
40 1D3623240D0F684500981E51 /* MySampleProjectAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MySampleProjectAppDelegate.h; sourceTree = "<group>"; };
41 1D3623250D0F684500981E51 /* MySampleProjectAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MySampleProjectAppDelegate.m; sourceTree = "<group>"; };
42 1D6058910D05DD3D006BFB54 /* OpenGLES1.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = OpenGLES1.app; sourceTree = BUILT_PRODUCTS_DIR; };
43 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
44 2514C27910084DCA00A42282 /* Shader.fsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.glsl; name = Shader.fsh; path = Shaders/Shader.fsh; sourceTree = "<group>"; };
45 2514C27A10084DCA00A42282 /* Shader.vsh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.glsl; name = Shader.vsh; path = Shaders/Shader.vsh; sourceTree = "<group>"; };
46 28AD733E0D9D9553002E5188 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; };
47 28EC4C5611D54ECE0027AA9F /* MySampleProjectViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MySampleProjectViewController.h; sourceTree = "<group>"; };
48 28EC4C5711D54ECE0027AA9F /* MySampleProjectViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MySampleProjectViewController.m; sourceTree = "<group>"; };
49 28EC4C5811D54ECE0027AA9F /* MySampleProjectViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MySampleProjectViewController.xib; sourceTree = "<group>"; };
50 28FD14FC0DC6FC130079059D /* EAGLView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EAGLView.h; sourceTree = "<group>"; };
51 28FD14FD0DC6FC130079059D /* EAGLView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EAGLView.m; sourceTree = "<group>"; };
52 28FD14FF0DC6FC520079059D /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
53 28FD15070DC6FC5B0079059D /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
54 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
55 32CA4F630368D1EE00C91783 /* MySampleProject_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MySampleProject_Prefix.pch; sourceTree = "<group>"; };
56 8D1107310486CEB800E47090 /* MySampleProject-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "MySampleProject-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; };
57 /* End PBXFileReference section */
58
59 /* Begin PBXFrameworksBuildPhase section */
60 00841E5713E3929C00091BB8 /* Frameworks */ = {
61 isa = PBXFrameworksBuildPhase;
62 buildActionMask = 2147483647;
63 files = (
64 00841E5813E3929C00091BB8 /* Foundation.framework in Frameworks */,
65 00841E5913E3929C00091BB8 /* UIKit.framework in Frameworks */,
66 00841E5A13E3929C00091BB8 /* OpenGLES.framework in Frameworks */,
67 00841E5B13E3929C00091BB8 /* QuartzCore.framework in Frameworks */,
68 );
69 runOnlyForDeploymentPostprocessing = 0;
70 };
71 1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
72 isa = PBXFrameworksBuildPhase;
73 buildActionMask = 2147483647;
74 files = (
75 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
76 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
77 28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */,
78 28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */,
79 );
80 runOnlyForDeploymentPostprocessing = 0;
81 };
82 /* End PBXFrameworksBuildPhase section */
83
84 /* Begin PBXGroup section */
85 080E96DDFE201D6D7F000001 /* Classes */ = {
86 isa = PBXGroup;
87 children = (
88 28FD14FC0DC6FC130079059D /* EAGLView.h */,
89 28FD14FD0DC6FC130079059D /* EAGLView.m */,
90 1D3623240D0F684500981E51 /* MySampleProjectAppDelegate.h */,
91 1D3623250D0F684500981E51 /* MySampleProjectAppDelegate.m */,
92 28EC4C5611D54ECE0027AA9F /* MySampleProjectViewController.h */,
93 28EC4C5711D54ECE0027AA9F /* MySampleProjectViewController.m */,
94 );
95 path = Classes;
96 sourceTree = "<group>";
97 };
98 19C28FACFE9D520D11CA2CBB /* Products */ = {
99 isa = PBXGroup;
100 children = (
101 1D6058910D05DD3D006BFB54 /* OpenGLES1.app */,
102 00841E5F13E3929C00091BB8 /* OpenGLES2.app */,
103 );
104 name = Products;
105 sourceTree = "<group>";
106 };
107 2514C27610084DB600A42282 /* Shaders */ = {
108 isa = PBXGroup;
109 children = (
110 2514C27910084DCA00A42282 /* Shader.fsh */,
111 2514C27A10084DCA00A42282 /* Shader.vsh */,
112 );
113 name = Shaders;
114 sourceTree = "<group>";
115 };
116 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
117 isa = PBXGroup;
118 children = (
119 080E96DDFE201D6D7F000001 /* Classes */,
120 2514C27610084DB600A42282 /* Shaders */,
121 29B97315FDCFA39411CA2CEA /* Other Sources */,
122 29B97317FDCFA39411CA2CEA /* Resources */,
123 29B97323FDCFA39411CA2CEA /* Frameworks */,
124 19C28FACFE9D520D11CA2CBB /* Products */,
125 );
126 name = CustomTemplate;
127 sourceTree = "<group>";
128 };
129 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
130 isa = PBXGroup;
131 children = (
132 32CA4F630368D1EE00C91783 /* MySampleProject_Prefix.pch */,
133 29B97316FDCFA39411CA2CEA /* main.m */,
134 );
135 name = "Other Sources";
136 sourceTree = "<group>";
137 };
138 29B97317FDCFA39411CA2CEA /* Resources */ = {
139 isa = PBXGroup;
140 children = (
141 28EC4C5811D54ECE0027AA9F /* MySampleProjectViewController.xib */,
142 28AD733E0D9D9553002E5188 /* MainWindow.xib */,
143 8D1107310486CEB800E47090 /* MySampleProject-Info.plist */,
144 00841E6113E3929C00091BB8 /* MySampleProject-Info copy.plist */,
145 );
146 name = Resources;
147 sourceTree = "<group>";
148 };
149 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
150 isa = PBXGroup;
151 children = (
152 28FD15070DC6FC5B0079059D /* QuartzCore.framework */,
153 28FD14FF0DC6FC520079059D /* OpenGLES.framework */,
154 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
155 1D30AB110D05D00D00671497 /* Foundation.framework */,
156 );
157 name = Frameworks;
158 sourceTree = "<group>";
159 };
160 /* End PBXGroup section */
161
162 /* Begin PBXNativeTarget section */
163 00841E4C13E3929C00091BB8 /* OpenGLES2 */ = {
164 isa = PBXNativeTarget;
165 buildConfigurationList = 00841E5C13E3929C00091BB8 /* Build configuration list for PBXNativeTarget "OpenGLES2" */;
166 buildPhases = (
167 00841E4D13E3929C00091BB8 /* Resources */,
168 00841E5213E3929C00091BB8 /* Sources */,
169 00841E5713E3929C00091BB8 /* Frameworks */,
170 );
171 buildRules = (
172 );
173 dependencies = (
174 );
175 name = OpenGLES2;
176 productName = MySampleProject;
177 productReference = 00841E5F13E3929C00091BB8 /* OpenGLES2.app */;
178 productType = "com.apple.product-type.application";
179 };
180 1D6058900D05DD3D006BFB54 /* OpenGLES1 */ = {
181 isa = PBXNativeTarget;
182 buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "OpenGLES1" */;
183 buildPhases = (
184 1D60588D0D05DD3D006BFB54 /* Resources */,
185 1D60588E0D05DD3D006BFB54 /* Sources */,
186 1D60588F0D05DD3D006BFB54 /* Frameworks */,
187 );
188 buildRules = (
189 );
190 dependencies = (
191 );
192 name = OpenGLES1;
193 productName = MySampleProject;
194 productReference = 1D6058910D05DD3D006BFB54 /* OpenGLES1.app */;
195 productType = "com.apple.product-type.application";
196 };
197 /* End PBXNativeTarget section */
198
199 /* Begin PBXProject section */
200 29B97313FDCFA39411CA2CEA /* Project object */ = {
201 isa = PBXProject;
202 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "MySampleProject" */;
203 compatibilityVersion = "Xcode 3.2";
204 developmentRegion = English;
205 hasScannedForEncodings = 1;
206 knownRegions = (
207 English,
208 Japanese,
209 French,
210 German,
211 );
212 mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
213 projectDirPath = "";
214 projectRoot = "";
215 targets = (
216 1D6058900D05DD3D006BFB54 /* OpenGLES1 */,
217 00841E4C13E3929C00091BB8 /* OpenGLES2 */,
218 );
219 };
220 /* End PBXProject section */
221
222 /* Begin PBXResourcesBuildPhase section */
223 00841E4D13E3929C00091BB8 /* Resources */ = {
224 isa = PBXResourcesBuildPhase;
225 buildActionMask = 2147483647;
226 files = (
227 00841E4E13E3929C00091BB8 /* Shader.fsh in Resources */,
228 00841E4F13E3929C00091BB8 /* Shader.vsh in Resources */,
229 00841E5013E3929C00091BB8 /* MainWindow.xib in Resources */,
230 00841E5113E3929C00091BB8 /* MySampleProjectViewController.xib in Resources */,
231 );
232 runOnlyForDeploymentPostprocessing = 0;
233 };
234 1D60588D0D05DD3D006BFB54 /* Resources */ = {
235 isa = PBXResourcesBuildPhase;
236 buildActionMask = 2147483647;
237 files = (
238 2514C27B10084DCA00A42282 /* Shader.fsh in Resources */,
239 2514C27C10084DCA00A42282 /* Shader.vsh in Resources */,
240 28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */,
241 28EC4C5A11D54ECE0027AA9F /* MySampleProjectViewController.xib in Resources */,
242 );
243 runOnlyForDeploymentPostprocessing = 0;
244 };
245 /* End PBXResourcesBuildPhase section */
246
247 /* Begin PBXSourcesBuildPhase section */
248 00841E5213E3929C00091BB8 /* Sources */ = {
249 isa = PBXSourcesBuildPhase;
250 buildActionMask = 2147483647;
251 files = (
252 00841E5313E3929C00091BB8 /* main.m in Sources */,
253 00841E5413E3929C00091BB8 /* MySampleProjectAppDelegate.m in Sources */,
254 00841E5513E3929C00091BB8 /* EAGLView.m in Sources */,
255 00841E5613E3929C00091BB8 /* MySampleProjectViewController.m in Sources */,
256 );
257 runOnlyForDeploymentPostprocessing = 0;
258 };
259 1D60588E0D05DD3D006BFB54 /* Sources */ = {
260 isa = PBXSourcesBuildPhase;
261 buildActionMask = 2147483647;
262 files = (
263 1D60589B0D05DD56006BFB54 /* main.m in Sources */,
264 1D3623260D0F684500981E51 /* MySampleProjectAppDelegate.m in Sources */,
265 28FD14FE0DC6FC130079059D /* EAGLView.m in Sources */,
266 28EC4C5911D54ECE0027AA9F /* MySampleProjectViewController.m in Sources */,
267 );
268 runOnlyForDeploymentPostprocessing = 0;
269 };
270 /* End PBXSourcesBuildPhase section */
271
272 /* Begin XCBuildConfiguration section */
273 00841E5D13E3929C00091BB8 /* Debug */ = {
274 isa = XCBuildConfiguration;
275 buildSettings = {
276 ALWAYS_SEARCH_USER_PATHS = NO;
277 COPY_PHASE_STRIP = NO;
278 GCC_DYNAMIC_NO_PIC = NO;
279 GCC_OPTIMIZATION_LEVEL = 0;
280 GCC_PRECOMPILE_PREFIX_HEADER = YES;
281 GCC_PREFIX_HEADER = MySampleProject_Prefix.pch;
282 GCC_PREPROCESSOR_DEFINITIONS = (
283 USE_OPENGLES2,
284 DEBUG,
285 );
286 INFOPLIST_FILE = "MySampleProject-Info copy.plist";
287 PRODUCT_NAME = OpenGLES2;
288 };
289 name = Debug;
290 };
291 00841E5E13E3929C00091BB8 /* Release */ = {
292 isa = XCBuildConfiguration;
293 buildSettings = {
294 ALWAYS_SEARCH_USER_PATHS = NO;
295 COPY_PHASE_STRIP = YES;
296 GCC_PRECOMPILE_PREFIX_HEADER = YES;
297 GCC_PREFIX_HEADER = MySampleProject_Prefix.pch;
298 GCC_PREPROCESSOR_DEFINITIONS = USE_OPENGLES2;
299 INFOPLIST_FILE = "MySampleProject-Info copy.plist";
300 PRODUCT_NAME = OpenGLES2;
301 VALIDATE_PRODUCT = YES;
302 };
303 name = Release;
304 };
305 1D6058940D05DD3E006BFB54 /* Debug */ = {
306 isa = XCBuildConfiguration;
307 buildSettings = {
308 ALWAYS_SEARCH_USER_PATHS = NO;
309 COPY_PHASE_STRIP = NO;
310 GCC_DYNAMIC_NO_PIC = NO;
311 GCC_OPTIMIZATION_LEVEL = 0;
312 GCC_PRECOMPILE_PREFIX_HEADER = YES;
313 GCC_PREFIX_HEADER = MySampleProject_Prefix.pch;
314 INFOPLIST_FILE = "MySampleProject-Info.plist";
315 PRODUCT_NAME = OpenGLES1;
316 };
317 name = Debug;
318 };
319 1D6058950D05DD3E006BFB54 /* Release */ = {
320 isa = XCBuildConfiguration;
321 buildSettings = {
322 ALWAYS_SEARCH_USER_PATHS = NO;
323 COPY_PHASE_STRIP = YES;
324 GCC_PRECOMPILE_PREFIX_HEADER = YES;
325 GCC_PREFIX_HEADER = MySampleProject_Prefix.pch;
326 INFOPLIST_FILE = "MySampleProject-Info.plist";
327 PRODUCT_NAME = OpenGLES1;
328 VALIDATE_PRODUCT = YES;
329 };
330 name = Release;
331 };
332 C01FCF4F08A954540054247B /* Debug */ = {
333 isa = XCBuildConfiguration;
334 buildSettings = {
335 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
336 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
337 GCC_C_LANGUAGE_STANDARD = c99;
338 GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
339 GCC_WARN_ABOUT_RETURN_TYPE = YES;
340 GCC_WARN_UNUSED_VARIABLE = YES;
341 PREBINDING = NO;
342 SDKROOT = iphoneos;
343 };
344 name = Debug;
345 };
346 C01FCF5008A954540054247B /* Release */ = {
347 isa = XCBuildConfiguration;
348 buildSettings = {
349 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
350 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
351 GCC_C_LANGUAGE_STANDARD = c99;
352 GCC_WARN_ABOUT_RETURN_TYPE = YES;
353 GCC_WARN_UNUSED_VARIABLE = YES;
354 OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
355 PREBINDING = NO;
356 SDKROOT = iphoneos;
357 };
358 name = Release;
359 };
360 /* End XCBuildConfiguration section */
361
362 /* Begin XCConfigurationList section */
363 00841E5C13E3929C00091BB8 /* Build configuration list for PBXNativeTarget "OpenGLES2" */ = {
364 isa = XCConfigurationList;
365 buildConfigurations = (
366 00841E5D13E3929C00091BB8 /* Debug */,
367 00841E5E13E3929C00091BB8 /* Release */,
368 );
369 defaultConfigurationIsVisible = 0;
370 defaultConfigurationName = Release;
371 };
372 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "OpenGLES1" */ = {
373 isa = XCConfigurationList;
374 buildConfigurations = (
375 1D6058940D05DD3E006BFB54 /* Debug */,
376 1D6058950D05DD3E006BFB54 /* Release */,
377 );
378 defaultConfigurationIsVisible = 0;
379 defaultConfigurationName = Release;
380 };
381 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "MySampleProject" */ = {
382 isa = XCConfigurationList;
383 buildConfigurations = (
384 C01FCF4F08A954540054247B /* Debug */,
385 C01FCF5008A954540054247B /* Release */,
386 );
387 defaultConfigurationIsVisible = 0;
388 defaultConfigurationName = Release;
389 };
390 /* End XCConfigurationList section */
391 };
392 rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
393 }