Mercurial > sdl-ios-xcode
comparison Xcode-iPhoneOS/Test/TestiPhoneOS.xcodeproj/project.pbxproj @ 4444:42e1092225f9
Implemented SDL power APIs for iPhoneOS.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Fri, 30 Apr 2010 00:39:31 -0400 |
parents | 79af7b478fae |
children | 06c7423f8c60 |
comparison
equal
deleted
inserted
replaced
4443:c598e440c87c | 4444:42e1092225f9 |
---|---|
5 }; | 5 }; |
6 objectVersion = 45; | 6 objectVersion = 45; |
7 objects = { | 7 objects = { |
8 | 8 |
9 /* Begin PBXBuildFile section */ | 9 /* Begin PBXBuildFile section */ |
10 56ED04FE118A8FE400A56AA6 /* icon.bmp in Resources */ = {isa = PBXBuildFile; fileRef = FDA8AAD90E2D33B000EA573E /* icon.bmp */; }; | |
11 56ED0502118A8FE400A56AA6 /* libSDLiPhoneOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FD1B48B80E3131CA007AB34E /* libSDLiPhoneOS.a */; }; | |
12 56ED0503118A8FE400A56AA6 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDA8A8980E2D111A00EA573E /* AudioToolbox.framework */; }; | |
13 56ED0504118A8FE400A56AA6 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDA8A8990E2D111A00EA573E /* QuartzCore.framework */; }; | |
14 56ED0505118A8FE400A56AA6 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDA8A89A0E2D111A00EA573E /* OpenGLES.framework */; }; | |
15 56ED0506118A8FE400A56AA6 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDA8A89B0E2D111A00EA573E /* CoreGraphics.framework */; }; | |
16 56ED0507118A8FE400A56AA6 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDA8A89C0E2D111A00EA573E /* UIKit.framework */; }; | |
17 56ED0508118A8FE400A56AA6 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDA8A89D0E2D111A00EA573E /* Foundation.framework */; }; | |
18 56ED0509118A8FE400A56AA6 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDA8A89E0E2D111A00EA573E /* CoreAudio.framework */; }; | |
19 56ED0511118A904200A56AA6 /* testpower.c in Sources */ = {isa = PBXBuildFile; fileRef = 56ED0510118A904200A56AA6 /* testpower.c */; }; | |
10 FDA8A79B0E2D0F8B00EA573E /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA8A7840E2D0F1F00EA573E /* common.c */; }; | 20 FDA8A79B0E2D0F8B00EA573E /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA8A7840E2D0F1F00EA573E /* common.c */; }; |
11 FDA8A79C0E2D0F9300EA573E /* testwm2.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA8A75F0E2D0F1600EA573E /* testwm2.c */; }; | 21 FDA8A79C0E2D0F9300EA573E /* testwm2.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA8A75F0E2D0F1600EA573E /* testwm2.c */; }; |
12 FDA8A89F0E2D111A00EA573E /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDA8A8980E2D111A00EA573E /* AudioToolbox.framework */; }; | 22 FDA8A89F0E2D111A00EA573E /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDA8A8980E2D111A00EA573E /* AudioToolbox.framework */; }; |
13 FDA8A8A00E2D111A00EA573E /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDA8A8990E2D111A00EA573E /* QuartzCore.framework */; }; | 23 FDA8A8A00E2D111A00EA573E /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDA8A8990E2D111A00EA573E /* QuartzCore.framework */; }; |
14 FDA8A8A10E2D111A00EA573E /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDA8A89A0E2D111A00EA573E /* OpenGLES.framework */; }; | 24 FDA8A8A10E2D111A00EA573E /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDA8A89A0E2D111A00EA573E /* OpenGLES.framework */; }; |
286 }; | 296 }; |
287 /* End PBXContainerItemProxy section */ | 297 /* End PBXContainerItemProxy section */ |
288 | 298 |
289 /* Begin PBXFileReference section */ | 299 /* Begin PBXFileReference section */ |
290 1D6058910D05DD3D006BFB54 /* testwm2.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = testwm2.app; sourceTree = BUILT_PRODUCTS_DIR; }; | 300 1D6058910D05DD3D006BFB54 /* testwm2.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = testwm2.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
301 56ED04F7118A8FCC00A56AA6 /* testpower-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "testpower-Info.plist"; sourceTree = "<group>"; }; | |
302 56ED050D118A8FE400A56AA6 /* testpower.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = testpower.app; sourceTree = BUILT_PRODUCTS_DIR; }; | |
303 56ED050F118A8FE400A56AA6 /* Info copy.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info copy.plist"; sourceTree = "<group>"; }; | |
304 56ED0510118A904200A56AA6 /* testpower.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testpower.c; path = ../../test/testpower.c; sourceTree = SOURCE_ROOT; }; | |
291 FD1B48AC0E3131CA007AB34E /* SDLiPhoneOS.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SDLiPhoneOS.xcodeproj; path = ../SDL/SDLiPhoneOS.xcodeproj; sourceTree = SOURCE_ROOT; }; | 305 FD1B48AC0E3131CA007AB34E /* SDLiPhoneOS.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SDLiPhoneOS.xcodeproj; path = ../SDL/SDLiPhoneOS.xcodeproj; sourceTree = SOURCE_ROOT; }; |
292 FDA8A7400E2D0F1600EA573E /* testalpha.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testalpha.c; path = ../../test/testalpha.c; sourceTree = SOURCE_ROOT; }; | 306 FDA8A7400E2D0F1600EA573E /* testalpha.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testalpha.c; path = ../../test/testalpha.c; sourceTree = SOURCE_ROOT; }; |
293 FDA8A7410E2D0F1600EA573E /* testaudioinfo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testaudioinfo.c; path = ../../test/testaudioinfo.c; sourceTree = SOURCE_ROOT; }; | 307 FDA8A7410E2D0F1600EA573E /* testaudioinfo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testaudioinfo.c; path = ../../test/testaudioinfo.c; sourceTree = SOURCE_ROOT; }; |
294 FDA8A7420E2D0F1600EA573E /* testbitmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testbitmap.c; path = ../../test/testbitmap.c; sourceTree = SOURCE_ROOT; }; | 308 FDA8A7420E2D0F1600EA573E /* testbitmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testbitmap.c; path = ../../test/testbitmap.c; sourceTree = SOURCE_ROOT; }; |
295 FDA8A7430E2D0F1600EA573E /* testblitspeed.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testblitspeed.c; path = ../../test/testblitspeed.c; sourceTree = SOURCE_ROOT; }; | 309 FDA8A7430E2D0F1600EA573E /* testblitspeed.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testblitspeed.c; path = ../../test/testblitspeed.c; sourceTree = SOURCE_ROOT; }; |
384 FDA8A8A40E2D111A00EA573E /* Foundation.framework in Frameworks */, | 398 FDA8A8A40E2D111A00EA573E /* Foundation.framework in Frameworks */, |
385 FDA8A8A50E2D111A00EA573E /* CoreAudio.framework in Frameworks */, | 399 FDA8A8A50E2D111A00EA573E /* CoreAudio.framework in Frameworks */, |
386 ); | 400 ); |
387 runOnlyForDeploymentPostprocessing = 0; | 401 runOnlyForDeploymentPostprocessing = 0; |
388 }; | 402 }; |
403 56ED0501118A8FE400A56AA6 /* Frameworks */ = { | |
404 isa = PBXFrameworksBuildPhase; | |
405 buildActionMask = 2147483647; | |
406 files = ( | |
407 56ED0502118A8FE400A56AA6 /* libSDLiPhoneOS.a in Frameworks */, | |
408 56ED0503118A8FE400A56AA6 /* AudioToolbox.framework in Frameworks */, | |
409 56ED0504118A8FE400A56AA6 /* QuartzCore.framework in Frameworks */, | |
410 56ED0505118A8FE400A56AA6 /* OpenGLES.framework in Frameworks */, | |
411 56ED0506118A8FE400A56AA6 /* CoreGraphics.framework in Frameworks */, | |
412 56ED0507118A8FE400A56AA6 /* UIKit.framework in Frameworks */, | |
413 56ED0508118A8FE400A56AA6 /* Foundation.framework in Frameworks */, | |
414 56ED0509118A8FE400A56AA6 /* CoreAudio.framework in Frameworks */, | |
415 ); | |
416 runOnlyForDeploymentPostprocessing = 0; | |
417 }; | |
389 FDA8A9220E2D1C0B00EA573E /* Frameworks */ = { | 418 FDA8A9220E2D1C0B00EA573E /* Frameworks */ = { |
390 isa = PBXFrameworksBuildPhase; | 419 isa = PBXFrameworksBuildPhase; |
391 buildActionMask = 2147483647; | 420 buildActionMask = 2147483647; |
392 files = ( | 421 files = ( |
393 FDBDE54B0E31338A006BAC0B /* libSDLiPhoneOS.a in Frameworks */, | 422 FDBDE54B0E31338A006BAC0B /* libSDLiPhoneOS.a in Frameworks */, |
822 FDD2C5E10E2E8E0300B7A85F /* testvidinfo.app */, | 851 FDD2C5E10E2E8E0300B7A85F /* testvidinfo.app */, |
823 FDD2C6270E2E8F0600B7A85F /* testwin.app */, | 852 FDD2C6270E2E8F0600B7A85F /* testwin.app */, |
824 FDD2C6B30E2E92D200B7A85F /* threadwin.app */, | 853 FDD2C6B30E2E92D200B7A85F /* threadwin.app */, |
825 FDD2C6F40E2E959E00B7A85F /* torturethread.app */, | 854 FDD2C6F40E2E959E00B7A85F /* torturethread.app */, |
826 FDC430000F0D866D009C87E1 /* torturethread.app */, | 855 FDC430000F0D866D009C87E1 /* torturethread.app */, |
856 56ED050D118A8FE400A56AA6 /* testpower.app */, | |
827 ); | 857 ); |
828 name = Products; | 858 name = Products; |
829 sourceTree = "<group>"; | 859 sourceTree = "<group>"; |
830 }; | 860 }; |
831 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = { | 861 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = { |
832 isa = PBXGroup; | 862 isa = PBXGroup; |
833 children = ( | 863 children = ( |
864 56ED0510118A904200A56AA6 /* testpower.c */, | |
834 FD1B48AC0E3131CA007AB34E /* SDLiPhoneOS.xcodeproj */, | 865 FD1B48AC0E3131CA007AB34E /* SDLiPhoneOS.xcodeproj */, |
835 FDA8AAD60E2D339A00EA573E /* Resources */, | 866 FDA8AAD60E2D339A00EA573E /* Resources */, |
836 FDA8A7C30E2D10FA00EA573E /* Linked Frameworks */, | 867 FDA8A7C30E2D10FA00EA573E /* Linked Frameworks */, |
837 FDA8A73B0E2D0F0400EA573E /* src */, | 868 FDA8A73B0E2D0F0400EA573E /* src */, |
838 19C28FACFE9D520D11CA2CBB /* Products */, | 869 19C28FACFE9D520D11CA2CBB /* Products */, |
870 56ED04F7118A8FCC00A56AA6 /* testpower-Info.plist */, | |
871 56ED050F118A8FE400A56AA6 /* Info copy.plist */, | |
839 ); | 872 ); |
840 name = CustomTemplate; | 873 name = CustomTemplate; |
841 sourceTree = "<group>"; | 874 sourceTree = "<group>"; |
842 }; | 875 }; |
843 FD1B48AD0E3131CA007AB34E /* Products */ = { | 876 FD1B48AD0E3131CA007AB34E /* Products */ = { |
939 name = testwm2; | 972 name = testwm2; |
940 productName = TestiPhoneOS; | 973 productName = TestiPhoneOS; |
941 productReference = 1D6058910D05DD3D006BFB54 /* testwm2.app */; | 974 productReference = 1D6058910D05DD3D006BFB54 /* testwm2.app */; |
942 productType = "com.apple.product-type.application"; | 975 productType = "com.apple.product-type.application"; |
943 }; | 976 }; |
977 56ED04FC118A8FE400A56AA6 /* testpower */ = { | |
978 isa = PBXNativeTarget; | |
979 buildConfigurationList = 56ED050A118A8FE400A56AA6 /* Build configuration list for PBXNativeTarget "testpower" */; | |
980 buildPhases = ( | |
981 56ED04FD118A8FE400A56AA6 /* Resources */, | |
982 56ED04FF118A8FE400A56AA6 /* Sources */, | |
983 56ED0501118A8FE400A56AA6 /* Frameworks */, | |
984 ); | |
985 buildRules = ( | |
986 ); | |
987 dependencies = ( | |
988 ); | |
989 name = testpower; | |
990 productName = TestiPhoneOS; | |
991 productReference = 56ED050D118A8FE400A56AA6 /* testpower.app */; | |
992 productType = "com.apple.product-type.application"; | |
993 }; | |
944 FDA8A91D0E2D1C0B00EA573E /* graywin */ = { | 994 FDA8A91D0E2D1C0B00EA573E /* graywin */ = { |
945 isa = PBXNativeTarget; | 995 isa = PBXNativeTarget; |
946 buildConfigurationList = FDA8A92C0E2D1C0B00EA573E /* Build configuration list for PBXNativeTarget "graywin" */; | 996 buildConfigurationList = FDA8A92C0E2D1C0B00EA573E /* Build configuration list for PBXNativeTarget "graywin" */; |
947 buildPhases = ( | 997 buildPhases = ( |
948 FDA8A91E0E2D1C0B00EA573E /* Resources */, | 998 FDA8A91E0E2D1C0B00EA573E /* Resources */, |
1435 FDD2C1930E2E534F00B7A85F /* testjoystick */, | 1485 FDD2C1930E2E534F00B7A85F /* testjoystick */, |
1436 FDD2C44D0E2E773800B7A85F /* testkeys */, | 1486 FDD2C44D0E2E773800B7A85F /* testkeys */, |
1437 FDD2C46B0E2E77D700B7A85F /* testlock */, | 1487 FDD2C46B0E2E77D700B7A85F /* testlock */, |
1438 FDD2C4A60E2E79C300B7A85F /* testpalette */, | 1488 FDD2C4A60E2E79C300B7A85F /* testpalette */, |
1439 FDD2C4F90E2E7F4800B7A85F /* testplatform */, | 1489 FDD2C4F90E2E7F4800B7A85F /* testplatform */, |
1490 56ED04FC118A8FE400A56AA6 /* testpower */, | |
1440 FDD2C5170E2E807600B7A85F /* testsem */, | 1491 FDD2C5170E2E807600B7A85F /* testsem */, |
1441 FDD2C53D0E2E80E400B7A85F /* testsprite2 */, | 1492 FDD2C53D0E2E80E400B7A85F /* testsprite2 */, |
1442 FDD2C5740E2E8C7400B7A85F /* testtimer */, | 1493 FDD2C5740E2E8C7400B7A85F /* testtimer */, |
1443 FDD2C5B30E2E8CFC00B7A85F /* testver */, | 1494 FDD2C5B30E2E8CFC00B7A85F /* testver */, |
1444 FDD2C5CF0E2E8E0300B7A85F /* testvidinfo */, | 1495 FDD2C5CF0E2E8E0300B7A85F /* testvidinfo */, |
1466 buildActionMask = 2147483647; | 1517 buildActionMask = 2147483647; |
1467 files = ( | 1518 files = ( |
1468 ); | 1519 ); |
1469 runOnlyForDeploymentPostprocessing = 0; | 1520 runOnlyForDeploymentPostprocessing = 0; |
1470 }; | 1521 }; |
1522 56ED04FD118A8FE400A56AA6 /* Resources */ = { | |
1523 isa = PBXResourcesBuildPhase; | |
1524 buildActionMask = 2147483647; | |
1525 files = ( | |
1526 56ED04FE118A8FE400A56AA6 /* icon.bmp in Resources */, | |
1527 ); | |
1528 runOnlyForDeploymentPostprocessing = 0; | |
1529 }; | |
1471 FDA8A91E0E2D1C0B00EA573E /* Resources */ = { | 1530 FDA8A91E0E2D1C0B00EA573E /* Resources */ = { |
1472 isa = PBXResourcesBuildPhase; | 1531 isa = PBXResourcesBuildPhase; |
1473 buildActionMask = 2147483647; | 1532 buildActionMask = 2147483647; |
1474 files = ( | 1533 files = ( |
1475 ); | 1534 ); |
1679 FDA8A79B0E2D0F8B00EA573E /* common.c in Sources */, | 1738 FDA8A79B0E2D0F8B00EA573E /* common.c in Sources */, |
1680 FDA8A79C0E2D0F9300EA573E /* testwm2.c in Sources */, | 1739 FDA8A79C0E2D0F9300EA573E /* testwm2.c in Sources */, |
1681 ); | 1740 ); |
1682 runOnlyForDeploymentPostprocessing = 0; | 1741 runOnlyForDeploymentPostprocessing = 0; |
1683 }; | 1742 }; |
1743 56ED04FF118A8FE400A56AA6 /* Sources */ = { | |
1744 isa = PBXSourcesBuildPhase; | |
1745 buildActionMask = 2147483647; | |
1746 files = ( | |
1747 56ED0511118A904200A56AA6 /* testpower.c in Sources */, | |
1748 ); | |
1749 runOnlyForDeploymentPostprocessing = 0; | |
1750 }; | |
1684 FDA8A91F0E2D1C0B00EA573E /* Sources */ = { | 1751 FDA8A91F0E2D1C0B00EA573E /* Sources */ = { |
1685 isa = PBXSourcesBuildPhase; | 1752 isa = PBXSourcesBuildPhase; |
1686 buildActionMask = 2147483647; | 1753 buildActionMask = 2147483647; |
1687 files = ( | 1754 files = ( |
1688 FDA8A9340E2D1D1300EA573E /* graywin.c in Sources */, | 1755 FDA8A9340E2D1D1300EA573E /* graywin.c in Sources */, |
1924 COPY_PHASE_STRIP = YES; | 1991 COPY_PHASE_STRIP = YES; |
1925 GCC_PRECOMPILE_PREFIX_HEADER = YES; | 1992 GCC_PRECOMPILE_PREFIX_HEADER = YES; |
1926 GCC_PREFIX_HEADER = ""; | 1993 GCC_PREFIX_HEADER = ""; |
1927 INFOPLIST_FILE = Info.plist; | 1994 INFOPLIST_FILE = Info.plist; |
1928 PRODUCT_NAME = testwm2; | 1995 PRODUCT_NAME = testwm2; |
1996 }; | |
1997 name = Release; | |
1998 }; | |
1999 56ED050B118A8FE400A56AA6 /* Debug */ = { | |
2000 isa = XCBuildConfiguration; | |
2001 buildSettings = { | |
2002 ALWAYS_SEARCH_USER_PATHS = NO; | |
2003 COPY_PHASE_STRIP = NO; | |
2004 GCC_DYNAMIC_NO_PIC = NO; | |
2005 GCC_OPTIMIZATION_LEVEL = 0; | |
2006 GCC_PRECOMPILE_PREFIX_HEADER = YES; | |
2007 GCC_PREFIX_HEADER = ""; | |
2008 INFOPLIST_FILE = "Info copy.plist"; | |
2009 PRODUCT_NAME = testpower; | |
2010 }; | |
2011 name = Debug; | |
2012 }; | |
2013 56ED050C118A8FE400A56AA6 /* Release */ = { | |
2014 isa = XCBuildConfiguration; | |
2015 buildSettings = { | |
2016 ALWAYS_SEARCH_USER_PATHS = NO; | |
2017 COPY_PHASE_STRIP = YES; | |
2018 GCC_PRECOMPILE_PREFIX_HEADER = YES; | |
2019 GCC_PREFIX_HEADER = ""; | |
2020 INFOPLIST_FILE = "Info copy.plist"; | |
2021 PRODUCT_NAME = testpower; | |
1929 }; | 2022 }; |
1930 name = Release; | 2023 name = Release; |
1931 }; | 2024 }; |
1932 C01FCF4F08A954540054247B /* Debug */ = { | 2025 C01FCF4F08A954540054247B /* Debug */ = { |
1933 isa = XCBuildConfiguration; | 2026 isa = XCBuildConfiguration; |
2672 1D6058950D05DD3E006BFB54 /* Release */, | 2765 1D6058950D05DD3E006BFB54 /* Release */, |
2673 ); | 2766 ); |
2674 defaultConfigurationIsVisible = 0; | 2767 defaultConfigurationIsVisible = 0; |
2675 defaultConfigurationName = Release; | 2768 defaultConfigurationName = Release; |
2676 }; | 2769 }; |
2770 56ED050A118A8FE400A56AA6 /* Build configuration list for PBXNativeTarget "testpower" */ = { | |
2771 isa = XCConfigurationList; | |
2772 buildConfigurations = ( | |
2773 56ED050B118A8FE400A56AA6 /* Debug */, | |
2774 56ED050C118A8FE400A56AA6 /* Release */, | |
2775 ); | |
2776 defaultConfigurationIsVisible = 0; | |
2777 defaultConfigurationName = Release; | |
2778 }; | |
2677 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "TestiPhoneOS" */ = { | 2779 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "TestiPhoneOS" */ = { |
2678 isa = XCConfigurationList; | 2780 isa = XCConfigurationList; |
2679 buildConfigurations = ( | 2781 buildConfigurations = ( |
2680 C01FCF4F08A954540054247B /* Debug */, | 2782 C01FCF4F08A954540054247B /* Debug */, |
2681 C01FCF5008A954540054247B /* Release */, | 2783 C01FCF5008A954540054247B /* Release */, |