comparison Xcode-iPhoneOS/Test/TestiPhoneOS.xcodeproj/project.pbxproj @ 4490:06c7423f8c60

Updated iPhone keyboard code (which builds and runs on the iPad and iPhone simulator now) Updated iPhone demos (which build and run again)
author Sam Lantinga <slouken@libsdl.org>
date Wed, 07 Jul 2010 18:58:51 -0700
parents 42e1092225f9
children 5e44591800b6
comparison
equal deleted inserted replaced
4489:2bb1bfeee9e2 4490:06c7423f8c60
285 FDD2C6F00E2E959E00B7A85F /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDA8A89E0E2D111A00EA573E /* CoreAudio.framework */; }; 285 FDD2C6F00E2E959E00B7A85F /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDA8A89E0E2D111A00EA573E /* CoreAudio.framework */; };
286 FDD2C6F70E2E95B100B7A85F /* torturethread.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA8A7610E2D0F1600EA573E /* torturethread.c */; }; 286 FDD2C6F70E2E95B100B7A85F /* torturethread.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA8A7610E2D0F1600EA573E /* torturethread.c */; };
287 /* End PBXBuildFile section */ 287 /* End PBXBuildFile section */
288 288
289 /* Begin PBXContainerItemProxy section */ 289 /* Begin PBXContainerItemProxy section */
290 0466EE6F11E565E4000198A4 /* PBXContainerItemProxy */ = {
291 isa = PBXContainerItemProxy;
292 containerPortal = FD1B48AC0E3131CA007AB34E /* SDLiPhoneOS.xcodeproj */;
293 proxyType = 2;
294 remoteGlobalIDString = 006E982211955059001DE610 /* testsdl.app */;
295 remoteInfo = testsdl;
296 };
290 FD1B48B70E3131CA007AB34E /* PBXContainerItemProxy */ = { 297 FD1B48B70E3131CA007AB34E /* PBXContainerItemProxy */ = {
291 isa = PBXContainerItemProxy; 298 isa = PBXContainerItemProxy;
292 containerPortal = FD1B48AC0E3131CA007AB34E /* SDLiPhoneOS.xcodeproj */; 299 containerPortal = FD1B48AC0E3131CA007AB34E /* SDLiPhoneOS.xcodeproj */;
293 proxyType = 2; 300 proxyType = 2;
294 remoteGlobalIDString = FD6526630DE8FCCB002AD96B; 301 remoteGlobalIDString = FD6526630DE8FCCB002AD96B;
296 }; 303 };
297 /* End PBXContainerItemProxy section */ 304 /* End PBXContainerItemProxy section */
298 305
299 /* Begin PBXFileReference section */ 306 /* Begin PBXFileReference section */
300 1D6058910D05DD3D006BFB54 /* testwm2.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = testwm2.app; sourceTree = BUILT_PRODUCTS_DIR; }; 307 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; }; 308 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; }; 309 56ED0510118A904200A56AA6 /* testpower.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testpower.c; path = ../../test/testpower.c; sourceTree = SOURCE_ROOT; };
305 FD1B48AC0E3131CA007AB34E /* SDLiPhoneOS.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SDLiPhoneOS.xcodeproj; path = ../SDL/SDLiPhoneOS.xcodeproj; sourceTree = SOURCE_ROOT; }; 310 FD1B48AC0E3131CA007AB34E /* SDLiPhoneOS.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SDLiPhoneOS.xcodeproj; path = ../SDL/SDLiPhoneOS.xcodeproj; 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; }; 311 FDA8A7400E2D0F1600EA573E /* testalpha.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testalpha.c; path = ../../test/testalpha.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; }; 312 FDA8A7410E2D0F1600EA573E /* testaudioinfo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testaudioinfo.c; path = ../../test/testaudioinfo.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; }; 313 FDA8A7420E2D0F1600EA573E /* testbitmap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = testbitmap.c; path = ../../test/testbitmap.c; sourceTree = SOURCE_ROOT; };
859 sourceTree = "<group>"; 864 sourceTree = "<group>";
860 }; 865 };
861 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = { 866 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
862 isa = PBXGroup; 867 isa = PBXGroup;
863 children = ( 868 children = (
864 56ED0510118A904200A56AA6 /* testpower.c */,
865 FD1B48AC0E3131CA007AB34E /* SDLiPhoneOS.xcodeproj */, 869 FD1B48AC0E3131CA007AB34E /* SDLiPhoneOS.xcodeproj */,
866 FDA8AAD60E2D339A00EA573E /* Resources */, 870 FDA8AAD60E2D339A00EA573E /* Resources */,
867 FDA8A7C30E2D10FA00EA573E /* Linked Frameworks */, 871 FDA8A7C30E2D10FA00EA573E /* Linked Frameworks */,
868 FDA8A73B0E2D0F0400EA573E /* src */, 872 FDA8A73B0E2D0F0400EA573E /* src */,
869 19C28FACFE9D520D11CA2CBB /* Products */, 873 19C28FACFE9D520D11CA2CBB /* Products */,
870 56ED04F7118A8FCC00A56AA6 /* testpower-Info.plist */,
871 56ED050F118A8FE400A56AA6 /* Info copy.plist */,
872 ); 874 );
873 name = CustomTemplate; 875 name = CustomTemplate;
874 sourceTree = "<group>"; 876 sourceTree = "<group>";
875 }; 877 };
876 FD1B48AD0E3131CA007AB34E /* Products */ = { 878 FD1B48AD0E3131CA007AB34E /* Products */ = {
877 isa = PBXGroup; 879 isa = PBXGroup;
878 children = ( 880 children = (
879 FD1B48B80E3131CA007AB34E /* libSDLiPhoneOS.a */, 881 FD1B48B80E3131CA007AB34E /* libSDLiPhoneOS.a */,
882 0466EE7011E565E4000198A4 /* testsdl.app */,
880 ); 883 );
881 name = Products; 884 name = Products;
882 sourceTree = "<group>"; 885 sourceTree = "<group>";
883 }; 886 };
884 FDA8A73B0E2D0F0400EA573E /* src */ = { 887 FDA8A73B0E2D0F0400EA573E /* src */ = {
908 FDA8A7520E2D0F1600EA573E /* testmultiaudio.c */, 911 FDA8A7520E2D0F1600EA573E /* testmultiaudio.c */,
909 FDA8A7530E2D0F1600EA573E /* testoverlay.c */, 912 FDA8A7530E2D0F1600EA573E /* testoverlay.c */,
910 FDA8A7540E2D0F1600EA573E /* testoverlay2.c */, 913 FDA8A7540E2D0F1600EA573E /* testoverlay2.c */,
911 FDA8A7550E2D0F1600EA573E /* testpalette.c */, 914 FDA8A7550E2D0F1600EA573E /* testpalette.c */,
912 FDA8A7560E2D0F1600EA573E /* testplatform.c */, 915 FDA8A7560E2D0F1600EA573E /* testplatform.c */,
916 56ED0510118A904200A56AA6 /* testpower.c */,
913 FDA8A7570E2D0F1600EA573E /* testsem.c */, 917 FDA8A7570E2D0F1600EA573E /* testsem.c */,
914 FDA8A7580E2D0F1600EA573E /* testsprite.c */, 918 FDA8A7580E2D0F1600EA573E /* testsprite.c */,
915 FDA8A7590E2D0F1600EA573E /* testsprite2.c */, 919 FDA8A7590E2D0F1600EA573E /* testsprite2.c */,
916 FDA8A75A0E2D0F1600EA573E /* testtimer.c */, 920 FDA8A75A0E2D0F1600EA573E /* testtimer.c */,
917 FDA8A75B0E2D0F1600EA573E /* testver.c */, 921 FDA8A75B0E2D0F1600EA573E /* testver.c */,
1500 ); 1504 );
1501 }; 1505 };
1502 /* End PBXProject section */ 1506 /* End PBXProject section */
1503 1507
1504 /* Begin PBXReferenceProxy section */ 1508 /* Begin PBXReferenceProxy section */
1509 0466EE7011E565E4000198A4 /* testsdl.app */ = {
1510 isa = PBXReferenceProxy;
1511 fileType = wrapper.application;
1512 path = testsdl.app;
1513 remoteRef = 0466EE6F11E565E4000198A4 /* PBXContainerItemProxy */;
1514 sourceTree = BUILT_PRODUCTS_DIR;
1515 };
1505 FD1B48B80E3131CA007AB34E /* libSDLiPhoneOS.a */ = { 1516 FD1B48B80E3131CA007AB34E /* libSDLiPhoneOS.a */ = {
1506 isa = PBXReferenceProxy; 1517 isa = PBXReferenceProxy;
1507 fileType = archive.ar; 1518 fileType = archive.ar;
1508 path = libSDLiPhoneOS.a; 1519 path = libSDLiPhoneOS.a;
1509 remoteRef = FD1B48B70E3131CA007AB34E /* PBXContainerItemProxy */; 1520 remoteRef = FD1B48B70E3131CA007AB34E /* PBXContainerItemProxy */;
2032 GCC_WARN_UNUSED_VARIABLE = YES; 2043 GCC_WARN_UNUSED_VARIABLE = YES;
2033 HEADER_SEARCH_PATHS = ../../include; 2044 HEADER_SEARCH_PATHS = ../../include;
2034 ONLY_ACTIVE_ARCH = YES; 2045 ONLY_ACTIVE_ARCH = YES;
2035 PREBINDING = NO; 2046 PREBINDING = NO;
2036 "PROVISIONING_PROFILE[sdk=iphoneos*]" = ""; 2047 "PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
2037 SDKROOT = iphoneos2.2.1; 2048 SDKROOT = iphoneos3.2;
2038 }; 2049 };
2039 name = Debug; 2050 name = Debug;
2040 }; 2051 };
2041 C01FCF5008A954540054247B /* Release */ = { 2052 C01FCF5008A954540054247B /* Release */ = {
2042 isa = XCBuildConfiguration; 2053 isa = XCBuildConfiguration;
2047 GCC_WARN_ABOUT_RETURN_TYPE = YES; 2058 GCC_WARN_ABOUT_RETURN_TYPE = YES;
2048 GCC_WARN_UNUSED_VARIABLE = YES; 2059 GCC_WARN_UNUSED_VARIABLE = YES;
2049 HEADER_SEARCH_PATHS = ../../include; 2060 HEADER_SEARCH_PATHS = ../../include;
2050 PREBINDING = NO; 2061 PREBINDING = NO;
2051 "PROVISIONING_PROFILE[sdk=iphoneos*]" = ""; 2062 "PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
2052 SDKROOT = iphoneos2.2.1; 2063 SDKROOT = iphoneos3.2;
2053 }; 2064 };
2054 name = Release; 2065 name = Release;
2055 }; 2066 };
2056 FDA8A92D0E2D1C0B00EA573E /* Debug */ = { 2067 FDA8A92D0E2D1C0B00EA573E /* Debug */ = {
2057 isa = XCBuildConfiguration; 2068 isa = XCBuildConfiguration;