Mercurial > xcodescriptingbridge
comparison MySampleProject.xcodeproj/project.pbxproj @ 1:143ac8f6fe35
Made universal iPhone/iPad
author | Eric Wing <ewing@anscamobile.com> |
---|---|
date | Fri, 29 Jul 2011 18:36:55 -0700 |
parents | 5ec52341f221 |
children |
comparison
equal
deleted
inserted
replaced
0:5ec52341f221 | 1:143ac8f6fe35 |
---|---|
5 }; | 5 }; |
6 objectVersion = 46; | 6 objectVersion = 46; |
7 objects = { | 7 objects = { |
8 | 8 |
9 /* Begin PBXBuildFile section */ | 9 /* Begin PBXBuildFile section */ |
10 003E2B1413E3970500A286C6 /* MainWindow-iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 003E2B1313E3970500A286C6 /* MainWindow-iPad.xib */; }; | |
10 00841E4E13E3929C00091BB8 /* Shader.fsh in Resources */ = {isa = PBXBuildFile; fileRef = 2514C27910084DCA00A42282 /* Shader.fsh */; }; | 11 00841E4E13E3929C00091BB8 /* Shader.fsh in Resources */ = {isa = PBXBuildFile; fileRef = 2514C27910084DCA00A42282 /* Shader.fsh */; }; |
11 00841E4F13E3929C00091BB8 /* Shader.vsh in Resources */ = {isa = PBXBuildFile; fileRef = 2514C27A10084DCA00A42282 /* Shader.vsh */; }; | 12 00841E4F13E3929C00091BB8 /* Shader.vsh in Resources */ = {isa = PBXBuildFile; fileRef = 2514C27A10084DCA00A42282 /* Shader.vsh */; }; |
12 00841E5013E3929C00091BB8 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD733E0D9D9553002E5188 /* MainWindow.xib */; }; | 13 00841E5013E3929C00091BB8 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD733E0D9D9553002E5188 /* MainWindow.xib */; }; |
13 00841E5113E3929C00091BB8 /* MySampleProjectViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28EC4C5811D54ECE0027AA9F /* MySampleProjectViewController.xib */; }; | 14 00841E5113E3929C00091BB8 /* MySampleProjectViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28EC4C5811D54ECE0027AA9F /* MySampleProjectViewController.xib */; }; |
14 00841E5313E3929C00091BB8 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; }; | 15 00841E5313E3929C00091BB8 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; }; |
32 28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD14FF0DC6FC520079059D /* OpenGLES.framework */; }; | 33 28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD14FF0DC6FC520079059D /* OpenGLES.framework */; }; |
33 28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD15070DC6FC5B0079059D /* QuartzCore.framework */; }; | 34 28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD15070DC6FC5B0079059D /* QuartzCore.framework */; }; |
34 /* End PBXBuildFile section */ | 35 /* End PBXBuildFile section */ |
35 | 36 |
36 /* Begin PBXFileReference section */ | 37 /* Begin PBXFileReference section */ |
38 003E2B1313E3970500A286C6 /* MainWindow-iPad.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = "MainWindow-iPad.xib"; path = "Resources-iPad/MainWindow-iPad.xib"; sourceTree = "<group>"; }; | |
37 00841E5F13E3929C00091BB8 /* OpenGLES2.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = OpenGLES2.app; sourceTree = BUILT_PRODUCTS_DIR; }; | 39 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>"; }; | 40 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; }; | 41 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>"; }; | 42 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>"; }; | 43 1D3623250D0F684500981E51 /* MySampleProjectAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MySampleProjectAppDelegate.m; sourceTree = "<group>"; }; |
80 runOnlyForDeploymentPostprocessing = 0; | 82 runOnlyForDeploymentPostprocessing = 0; |
81 }; | 83 }; |
82 /* End PBXFrameworksBuildPhase section */ | 84 /* End PBXFrameworksBuildPhase section */ |
83 | 85 |
84 /* Begin PBXGroup section */ | 86 /* Begin PBXGroup section */ |
87 003E2B1013E3970500A286C6 /* Resources-iPad */ = { | |
88 isa = PBXGroup; | |
89 children = ( | |
90 003E2B1313E3970500A286C6 /* MainWindow-iPad.xib */, | |
91 ); | |
92 name = "Resources-iPad"; | |
93 sourceTree = "<group>"; | |
94 }; | |
85 080E96DDFE201D6D7F000001 /* Classes */ = { | 95 080E96DDFE201D6D7F000001 /* Classes */ = { |
86 isa = PBXGroup; | 96 isa = PBXGroup; |
87 children = ( | 97 children = ( |
88 28FD14FC0DC6FC130079059D /* EAGLView.h */, | 98 28FD14FC0DC6FC130079059D /* EAGLView.h */, |
89 28FD14FD0DC6FC130079059D /* EAGLView.m */, | 99 28FD14FD0DC6FC130079059D /* EAGLView.m */, |
118 children = ( | 128 children = ( |
119 080E96DDFE201D6D7F000001 /* Classes */, | 129 080E96DDFE201D6D7F000001 /* Classes */, |
120 2514C27610084DB600A42282 /* Shaders */, | 130 2514C27610084DB600A42282 /* Shaders */, |
121 29B97315FDCFA39411CA2CEA /* Other Sources */, | 131 29B97315FDCFA39411CA2CEA /* Other Sources */, |
122 29B97317FDCFA39411CA2CEA /* Resources */, | 132 29B97317FDCFA39411CA2CEA /* Resources */, |
133 003E2B1013E3970500A286C6 /* Resources-iPad */, | |
123 29B97323FDCFA39411CA2CEA /* Frameworks */, | 134 29B97323FDCFA39411CA2CEA /* Frameworks */, |
124 19C28FACFE9D520D11CA2CBB /* Products */, | 135 19C28FACFE9D520D11CA2CBB /* Products */, |
125 ); | 136 ); |
126 name = CustomTemplate; | 137 name = CustomTemplate; |
127 sourceTree = "<group>"; | 138 sourceTree = "<group>"; |
237 files = ( | 248 files = ( |
238 2514C27B10084DCA00A42282 /* Shader.fsh in Resources */, | 249 2514C27B10084DCA00A42282 /* Shader.fsh in Resources */, |
239 2514C27C10084DCA00A42282 /* Shader.vsh in Resources */, | 250 2514C27C10084DCA00A42282 /* Shader.vsh in Resources */, |
240 28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */, | 251 28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */, |
241 28EC4C5A11D54ECE0027AA9F /* MySampleProjectViewController.xib in Resources */, | 252 28EC4C5A11D54ECE0027AA9F /* MySampleProjectViewController.xib in Resources */, |
253 003E2B1413E3970500A286C6 /* MainWindow-iPad.xib in Resources */, | |
242 ); | 254 ); |
243 runOnlyForDeploymentPostprocessing = 0; | 255 runOnlyForDeploymentPostprocessing = 0; |
244 }; | 256 }; |
245 /* End PBXResourcesBuildPhase section */ | 257 /* End PBXResourcesBuildPhase section */ |
246 | 258 |
304 }; | 316 }; |
305 1D6058940D05DD3E006BFB54 /* Debug */ = { | 317 1D6058940D05DD3E006BFB54 /* Debug */ = { |
306 isa = XCBuildConfiguration; | 318 isa = XCBuildConfiguration; |
307 buildSettings = { | 319 buildSettings = { |
308 ALWAYS_SEARCH_USER_PATHS = NO; | 320 ALWAYS_SEARCH_USER_PATHS = NO; |
321 ARCHS = "$(ARCHS_STANDARD_32_BIT)"; | |
309 COPY_PHASE_STRIP = NO; | 322 COPY_PHASE_STRIP = NO; |
310 GCC_DYNAMIC_NO_PIC = NO; | 323 GCC_DYNAMIC_NO_PIC = NO; |
311 GCC_OPTIMIZATION_LEVEL = 0; | 324 GCC_OPTIMIZATION_LEVEL = 0; |
312 GCC_PRECOMPILE_PREFIX_HEADER = YES; | 325 GCC_PRECOMPILE_PREFIX_HEADER = YES; |
313 GCC_PREFIX_HEADER = MySampleProject_Prefix.pch; | 326 GCC_PREFIX_HEADER = MySampleProject_Prefix.pch; |
314 INFOPLIST_FILE = "MySampleProject-Info.plist"; | 327 INFOPLIST_FILE = "MySampleProject-Info.plist"; |
315 PRODUCT_NAME = OpenGLES1; | 328 PRODUCT_NAME = OpenGLES1; |
329 SDKROOT = iphoneos; | |
316 }; | 330 }; |
317 name = Debug; | 331 name = Debug; |
318 }; | 332 }; |
319 1D6058950D05DD3E006BFB54 /* Release */ = { | 333 1D6058950D05DD3E006BFB54 /* Release */ = { |
320 isa = XCBuildConfiguration; | 334 isa = XCBuildConfiguration; |
321 buildSettings = { | 335 buildSettings = { |
322 ALWAYS_SEARCH_USER_PATHS = NO; | 336 ALWAYS_SEARCH_USER_PATHS = NO; |
337 ARCHS = "$(ARCHS_STANDARD_32_BIT)"; | |
323 COPY_PHASE_STRIP = YES; | 338 COPY_PHASE_STRIP = YES; |
324 GCC_PRECOMPILE_PREFIX_HEADER = YES; | 339 GCC_PRECOMPILE_PREFIX_HEADER = YES; |
325 GCC_PREFIX_HEADER = MySampleProject_Prefix.pch; | 340 GCC_PREFIX_HEADER = MySampleProject_Prefix.pch; |
326 INFOPLIST_FILE = "MySampleProject-Info.plist"; | 341 INFOPLIST_FILE = "MySampleProject-Info.plist"; |
327 PRODUCT_NAME = OpenGLES1; | 342 PRODUCT_NAME = OpenGLES1; |
343 SDKROOT = iphoneos; | |
328 VALIDATE_PRODUCT = YES; | 344 VALIDATE_PRODUCT = YES; |
329 }; | 345 }; |
330 name = Release; | 346 name = Release; |
331 }; | 347 }; |
332 C01FCF4F08A954540054247B /* Debug */ = { | 348 C01FCF4F08A954540054247B /* Debug */ = { |
338 GCC_PREPROCESSOR_DEFINITIONS = DEBUG; | 354 GCC_PREPROCESSOR_DEFINITIONS = DEBUG; |
339 GCC_WARN_ABOUT_RETURN_TYPE = YES; | 355 GCC_WARN_ABOUT_RETURN_TYPE = YES; |
340 GCC_WARN_UNUSED_VARIABLE = YES; | 356 GCC_WARN_UNUSED_VARIABLE = YES; |
341 PREBINDING = NO; | 357 PREBINDING = NO; |
342 SDKROOT = iphoneos; | 358 SDKROOT = iphoneos; |
359 TARGETED_DEVICE_FAMILY = "1,2"; | |
343 }; | 360 }; |
344 name = Debug; | 361 name = Debug; |
345 }; | 362 }; |
346 C01FCF5008A954540054247B /* Release */ = { | 363 C01FCF5008A954540054247B /* Release */ = { |
347 isa = XCBuildConfiguration; | 364 isa = XCBuildConfiguration; |
352 GCC_WARN_ABOUT_RETURN_TYPE = YES; | 369 GCC_WARN_ABOUT_RETURN_TYPE = YES; |
353 GCC_WARN_UNUSED_VARIABLE = YES; | 370 GCC_WARN_UNUSED_VARIABLE = YES; |
354 OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; | 371 OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; |
355 PREBINDING = NO; | 372 PREBINDING = NO; |
356 SDKROOT = iphoneos; | 373 SDKROOT = iphoneos; |
374 TARGETED_DEVICE_FAMILY = "1,2"; | |
357 }; | 375 }; |
358 name = Release; | 376 name = Release; |
359 }; | 377 }; |
360 /* End XCBuildConfiguration section */ | 378 /* End XCBuildConfiguration section */ |
361 | 379 |