Changeset 5112
- Timestamp:
- 12/11/07 16:44:31 (7 months ago)
- Files:
-
- Nuku/trunk/Nuku.xcconfig (modified) (1 diff)
- Nuku/trunk/Nuku.xcodeproj/project.pbxproj (modified) (12 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Nuku/trunk/Nuku.xcconfig
r4177 r5112 25 25 MACOSX_DEPLOYMENT_TARGET_i386 = 10.4 26 26 MACOSX_DEPLOYMENT_TARGET_ppc = 10.3 27 SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk28 SDKROOT_ppc = /Developer/SDKs/MacOSX10.3.9.sdk27 SDKROOT_i386 = $(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk 28 SDKROOT_ppc = $(DEVELOPER_SDK_DIR)/MacOSX10.3.9.sdk 29 29 WARNING_CFLAGS = Nuku/trunk/Nuku.xcodeproj/project.pbxproj
r4178 r5112 4 4 classes = { 5 5 }; 6 objectVersion = 4 2;6 objectVersion = 44; 7 7 objects = { 8 8 … … 188 188 containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */; 189 189 proxyType = 1; 190 remoteGlobalIDString = A5644C930A2E4FB000ADF4F5 /* Nuku */;190 remoteGlobalIDString = A5644C930A2E4FB000ADF4F5; 191 191 remoteInfo = Nuku; 192 192 }; … … 852 852 isa = PBXProject; 853 853 buildConfigurationList = A5644C880A2E4F6800ADF4F5 /* Build configuration list for PBXProject "Nuku" */; 854 compatibilityVersion = "Xcode 3.0"; 854 855 hasScannedForEncodings = 1; 855 856 knownRegions = ( … … 862 863 mainGroup = 29B97314FDCFA39411CA2CEA /* Nuku */; 863 864 projectDirPath = ""; 865 projectRoot = ""; 864 866 targets = ( 865 867 A5644C930A2E4FB000ADF4F5 /* Nuku */, … … 986 988 987 989 /* Begin XCBuildConfiguration section */ 988 A5644D4E0A2E503E00ADF4F5 /* Debug (Native)*/ = {990 A5644D4E0A2E503E00ADF4F5 /* Debug/Native */ = { 989 991 isa = XCBuildConfiguration; 990 992 buildSettings = { … … 995 997 WRAPPER_EXTENSION = app; 996 998 }; 997 name = "Debug (Native)";998 }; 999 A5644D4F0A2E503E00ADF4F5 /* Test (Universal)*/ = {999 name = Debug/Native; 1000 }; 1001 A5644D4F0A2E503E00ADF4F5 /* Test/Universal */ = { 1000 1002 isa = XCBuildConfiguration; 1001 1003 buildSettings = { … … 1006 1008 WRAPPER_EXTENSION = app; 1007 1009 }; 1008 name = "Test (Universal)";1009 }; 1010 A5644D500A2E503E00ADF4F5 /* Release (Universal)*/ = {1010 name = Test/Universal; 1011 }; 1012 A5644D500A2E503E00ADF4F5 /* Release/Universal */ = { 1011 1013 isa = XCBuildConfiguration; 1012 1014 buildSettings = { … … 1017 1019 WRAPPER_EXTENSION = app; 1018 1020 }; 1019 name = "Release (Universal)";1020 }; 1021 A5644D540A2E503E00ADF4F5 /* Debug (Native)*/ = {1021 name = Release/Universal; 1022 }; 1023 A5644D540A2E503E00ADF4F5 /* Debug/Native */ = { 1022 1024 isa = XCBuildConfiguration; 1023 1025 baseConfigurationReference = A5644D790A2E512800ADF4F5 /* Nuku.xcconfig */; … … 1028 1030 ZERO_LINK = YES; 1029 1031 }; 1030 name = "Debug (Native)";1031 }; 1032 A5644D550A2E503E00ADF4F5 /* Test (Universal)*/ = {1032 name = Debug/Native; 1033 }; 1034 A5644D550A2E503E00ADF4F5 /* Test/Universal */ = { 1033 1035 isa = XCBuildConfiguration; 1034 1036 baseConfigurationReference = A5644D790A2E512800ADF4F5 /* Nuku.xcconfig */; … … 1042 1044 GCC_WARN_UNINITIALIZED_AUTOS = YES; 1043 1045 }; 1044 name = "Test (Universal)";1045 }; 1046 A5644D560A2E503E00ADF4F5 /* Release (Universal)*/ = {1046 name = Test/Universal; 1047 }; 1048 A5644D560A2E503E00ADF4F5 /* Release/Universal */ = { 1047 1049 isa = XCBuildConfiguration; 1048 1050 baseConfigurationReference = A5644D790A2E512800ADF4F5 /* Nuku.xcconfig */; … … 1056 1058 GCC_WARN_UNINITIALIZED_AUTOS = YES; 1057 1059 }; 1058 name = "Release (Universal)";1059 }; 1060 A5644E270A2E542E00ADF4F5 /* Debug (Native)*/ = {1060 name = Release/Universal; 1061 }; 1062 A5644E270A2E542E00ADF4F5 /* Debug/Native */ = { 1061 1063 isa = XCBuildConfiguration; 1062 1064 buildSettings = { 1063 1065 PRODUCT_NAME = Distribution; 1064 1066 }; 1065 name = "Debug (Native)";1066 }; 1067 A5644E280A2E542E00ADF4F5 /* Test (Universal)*/ = {1067 name = Debug/Native; 1068 }; 1069 A5644E280A2E542E00ADF4F5 /* Test/Universal */ = { 1068 1070 isa = XCBuildConfiguration; 1069 1071 buildSettings = { 1070 1072 PRODUCT_NAME = Distribution; 1071 1073 }; 1072 name = "Test (Universal)";1073 }; 1074 A5644E290A2E542E00ADF4F5 /* Release (Universal)*/ = {1074 name = Test/Universal; 1075 }; 1076 A5644E290A2E542E00ADF4F5 /* Release/Universal */ = { 1075 1077 isa = XCBuildConfiguration; 1076 1078 buildSettings = { 1077 1079 PRODUCT_NAME = Distribution; 1078 1080 }; 1079 name = "Release (Universal)";1081 name = Release/Universal; 1080 1082 }; 1081 1083 /* End XCBuildConfiguration section */ … … 1085 1087 isa = XCConfigurationList; 1086 1088 buildConfigurations = ( 1087 A5644D540A2E503E00ADF4F5 /* Debug (Native)*/,1088 A5644D550A2E503E00ADF4F5 /* Test (Universal)*/,1089 A5644D560A2E503E00ADF4F5 /* Release (Universal)*/,1089 A5644D540A2E503E00ADF4F5 /* Debug/Native */, 1090 A5644D550A2E503E00ADF4F5 /* Test/Universal */, 1091 A5644D560A2E503E00ADF4F5 /* Release/Universal */, 1090 1092 ); 1091 1093 defaultConfigurationIsVisible = 0; 1092 defaultConfigurationName = "Debug (Native)";1094 defaultConfigurationName = Debug/Native; 1093 1095 }; 1094 1096 A5644D3E0A2E4FB100ADF4F5 /* Build configuration list for PBXNativeTarget "Nuku" */ = { 1095 1097 isa = XCConfigurationList; 1096 1098 buildConfigurations = ( 1097 A5644D4E0A2E503E00ADF4F5 /* Debug (Native)*/,1098 A5644D4F0A2E503E00ADF4F5 /* Test (Universal)*/,1099 A5644D500A2E503E00ADF4F5 /* Release (Universal)*/,1099 A5644D4E0A2E503E00ADF4F5 /* Debug/Native */, 1100 A5644D4F0A2E503E00ADF4F5 /* Test/Universal */, 1101 A5644D500A2E503E00ADF4F5 /* Release/Universal */, 1100 1102 ); 1101 1103 defaultConfigurationIsVisible = 0; 1102 defaultConfigurationName = "Debug (Native)";1104 defaultConfigurationName = Debug/Native; 1103 1105 }; 1104 1106 A5644E260A2E542E00ADF4F5 /* Build configuration list for PBXAggregateTarget "Distribution" */ = { 1105 1107 isa = XCConfigurationList; 1106 1108 buildConfigurations = ( 1107 A5644E270A2E542E00ADF4F5 /* Debug (Native)*/,1108 A5644E280A2E542E00ADF4F5 /* Test (Universal)*/,1109 A5644E290A2E542E00ADF4F5 /* Release (Universal)*/,1109 A5644E270A2E542E00ADF4F5 /* Debug/Native */, 1110 A5644E280A2E542E00ADF4F5 /* Test/Universal */, 1111 A5644E290A2E542E00ADF4F5 /* Release/Universal */, 1110 1112 ); 1111 1113 defaultConfigurationIsVisible = 0; 1112 defaultConfigurationName = "Debug (Native)";1114 defaultConfigurationName = Debug/Native; 1113 1115 }; 1114 1116 /* End XCConfigurationList section */
