reed@android.com | ed67331 | 2009-02-27 16:24:51 +0000 | [diff] [blame] | 1 | // !$*UTF8*$! |
| 2 | { |
| 3 | archiveVersion = 1; |
| 4 | classes = { |
| 5 | }; |
| 6 | objectVersion = 44; |
| 7 | objects = { |
| 8 | |
| 9 | /* Begin PBXBuildFile section */ |
| 10 | 00857F860F56F8EE0078BE26 /* libcore.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00857F730F56F71B0078BE26 /* libcore.a */; }; |
| 11 | 00857F920F56F9170078BE26 /* libmaccore.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00857F910F56F9150078BE26 /* libmaccore.a */; }; |
| 12 | 00857FAA0F56F9620078BE26 /* Test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00857FA80F56F9620078BE26 /* Test.cpp */; }; |
| 13 | 00857FAB0F56F9620078BE26 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00857FA90F56F9620078BE26 /* main.cpp */; }; |
| 14 | 00857FB70F56FD340078BE26 /* MathTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00857FB60F56FD340078BE26 /* MathTest.cpp */; }; |
| 15 | 008634DC0F579B7A0044DA64 /* PackBitsTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 008634DB0F579B7A0044DA64 /* PackBitsTest.cpp */; }; |
| 16 | 008634F10F579E410044DA64 /* MatrixTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 008634F00F579E410044DA64 /* MatrixTest.cpp */; }; |
| 17 | 0086350F0F57A3140044DA64 /* UtilsTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0086350E0F57A3140044DA64 /* UtilsTest.cpp */; }; |
reed@android.com | d66efc2 | 2009-03-03 18:35:18 +0000 | [diff] [blame] | 18 | 009CC7840F5DAE2B002185BE /* SrcOverTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 009CC7830F5DAE2B002185BE /* SrcOverTest.cpp */; }; |
| 19 | 009CC7880F5DAF16002185BE /* ClipCubicTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 009CC7870F5DAF16002185BE /* ClipCubicTest.cpp */; }; |
reed@android.com | d8730ea | 2009-02-27 22:06:06 +0000 | [diff] [blame] | 20 | 00A9BF860F584CF30091AD2D /* Sk64Test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00A9BF850F584CF30091AD2D /* Sk64Test.cpp */; }; |
| 21 | 00A9BFA30F584E150091AD2D /* StringTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00A9BFA20F584E150091AD2D /* StringTest.cpp */; }; |
| 22 | 00A9BFBC0F5851570091AD2D /* GeometryTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00A9BFBB0F5851570091AD2D /* GeometryTest.cpp */; }; |
reed@android.com | 3abec1d | 2009-03-02 05:36:20 +0000 | [diff] [blame] | 23 | 276D93080F5B9FEA0081B3B9 /* PathTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 276D93070F5B9FEA0081B3B9 /* PathTest.cpp */; }; |
reed@android.com | ed67331 | 2009-02-27 16:24:51 +0000 | [diff] [blame] | 24 | 8DD76F6A0486A84900D96B5E /* Tests.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6859E8B029090EE04C91782 /* Tests.1 */; }; |
| 25 | /* End PBXBuildFile section */ |
| 26 | |
| 27 | /* Begin PBXContainerItemProxy section */ |
| 28 | 00857F720F56F71B0078BE26 /* PBXContainerItemProxy */ = { |
| 29 | isa = PBXContainerItemProxy; |
| 30 | containerPortal = 00857F6B0F56F71B0078BE26 /* core.xcodeproj */; |
| 31 | proxyType = 2; |
| 32 | remoteGlobalIDString = D2AAC046055464E500DB518D; |
| 33 | remoteInfo = core; |
| 34 | }; |
| 35 | 00857F900F56F9150078BE26 /* PBXContainerItemProxy */ = { |
| 36 | isa = PBXContainerItemProxy; |
| 37 | containerPortal = 00857F890F56F9150078BE26 /* maccore.xcodeproj */; |
| 38 | proxyType = 2; |
| 39 | remoteGlobalIDString = D2AAC046055464E500DB518D; |
| 40 | remoteInfo = maccore; |
| 41 | }; |
| 42 | 0086351C0F57A51A0044DA64 /* PBXContainerItemProxy */ = { |
| 43 | isa = PBXContainerItemProxy; |
| 44 | containerPortal = 00857F6B0F56F71B0078BE26 /* core.xcodeproj */; |
| 45 | proxyType = 1; |
reed@android.com | d8730ea | 2009-02-27 22:06:06 +0000 | [diff] [blame] | 46 | remoteGlobalIDString = D2AAC045055464E500DB518D; |
reed@android.com | ed67331 | 2009-02-27 16:24:51 +0000 | [diff] [blame] | 47 | remoteInfo = core; |
| 48 | }; |
| 49 | 0086351E0F57A5200044DA64 /* PBXContainerItemProxy */ = { |
| 50 | isa = PBXContainerItemProxy; |
| 51 | containerPortal = 00857F890F56F9150078BE26 /* maccore.xcodeproj */; |
| 52 | proxyType = 1; |
reed@android.com | d8730ea | 2009-02-27 22:06:06 +0000 | [diff] [blame] | 53 | remoteGlobalIDString = D2AAC045055464E500DB518D; |
reed@android.com | ed67331 | 2009-02-27 16:24:51 +0000 | [diff] [blame] | 54 | remoteInfo = maccore; |
| 55 | }; |
| 56 | /* End PBXContainerItemProxy section */ |
| 57 | |
| 58 | /* Begin PBXCopyFilesBuildPhase section */ |
| 59 | 8DD76F690486A84900D96B5E /* CopyFiles */ = { |
| 60 | isa = PBXCopyFilesBuildPhase; |
| 61 | buildActionMask = 8; |
| 62 | dstPath = /usr/share/man/man1/; |
| 63 | dstSubfolderSpec = 0; |
| 64 | files = ( |
| 65 | 8DD76F6A0486A84900D96B5E /* Tests.1 in CopyFiles */, |
| 66 | ); |
| 67 | runOnlyForDeploymentPostprocessing = 1; |
| 68 | }; |
| 69 | /* End PBXCopyFilesBuildPhase section */ |
| 70 | |
| 71 | /* Begin PBXFileReference section */ |
| 72 | 00857F630F56F4220078BE26 /* Test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Test.h; path = ../Test.h; sourceTree = SOURCE_ROOT; }; |
| 73 | 00857F6B0F56F71B0078BE26 /* core.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = core.xcodeproj; path = ../../xcode/core/core.xcodeproj; sourceTree = SOURCE_ROOT; }; |
| 74 | 00857F890F56F9150078BE26 /* maccore.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = maccore.xcodeproj; path = ../../xcode/maccore/maccore.xcodeproj; sourceTree = SOURCE_ROOT; }; |
| 75 | 00857FA80F56F9620078BE26 /* Test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Test.cpp; path = ../Test.cpp; sourceTree = SOURCE_ROOT; }; |
| 76 | 00857FA90F56F9620078BE26 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = ../main.cpp; sourceTree = SOURCE_ROOT; }; |
| 77 | 00857FB60F56FD340078BE26 /* MathTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = MathTest.cpp; path = ../MathTest.cpp; sourceTree = SOURCE_ROOT; }; |
| 78 | 008634DB0F579B7A0044DA64 /* PackBitsTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PackBitsTest.cpp; path = ../PackBitsTest.cpp; sourceTree = SOURCE_ROOT; }; |
| 79 | 008634F00F579E410044DA64 /* MatrixTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = MatrixTest.cpp; path = ../MatrixTest.cpp; sourceTree = SOURCE_ROOT; }; |
| 80 | 0086350E0F57A3140044DA64 /* UtilsTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = UtilsTest.cpp; path = ../UtilsTest.cpp; sourceTree = SOURCE_ROOT; }; |
reed@android.com | d66efc2 | 2009-03-03 18:35:18 +0000 | [diff] [blame] | 81 | 009CC7830F5DAE2B002185BE /* SrcOverTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SrcOverTest.cpp; path = ../SrcOverTest.cpp; sourceTree = SOURCE_ROOT; }; |
| 82 | 009CC7870F5DAF16002185BE /* ClipCubicTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ClipCubicTest.cpp; path = ../ClipCubicTest.cpp; sourceTree = SOURCE_ROOT; }; |
reed@android.com | d8730ea | 2009-02-27 22:06:06 +0000 | [diff] [blame] | 83 | 00A9BF850F584CF30091AD2D /* Sk64Test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Sk64Test.cpp; path = ../Sk64Test.cpp; sourceTree = SOURCE_ROOT; }; |
| 84 | 00A9BFA20F584E150091AD2D /* StringTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = StringTest.cpp; path = ../StringTest.cpp; sourceTree = SOURCE_ROOT; }; |
| 85 | 00A9BFA60F584F200091AD2D /* TestClassDef.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TestClassDef.h; path = ../TestClassDef.h; sourceTree = SOURCE_ROOT; }; |
| 86 | 00A9BFBB0F5851570091AD2D /* GeometryTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = GeometryTest.cpp; path = ../GeometryTest.cpp; sourceTree = SOURCE_ROOT; }; |
reed@android.com | 3abec1d | 2009-03-02 05:36:20 +0000 | [diff] [blame] | 87 | 276D93070F5B9FEA0081B3B9 /* PathTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PathTest.cpp; path = ../PathTest.cpp; sourceTree = SOURCE_ROOT; }; |
reed@android.com | ed67331 | 2009-02-27 16:24:51 +0000 | [diff] [blame] | 88 | 8DD76F6C0486A84900D96B5E /* Tests */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Tests; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 89 | C6859E8B029090EE04C91782 /* Tests.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = Tests.1; sourceTree = "<group>"; }; |
| 90 | /* End PBXFileReference section */ |
| 91 | |
| 92 | /* Begin PBXFrameworksBuildPhase section */ |
| 93 | 8DD76F660486A84900D96B5E /* Frameworks */ = { |
| 94 | isa = PBXFrameworksBuildPhase; |
| 95 | buildActionMask = 2147483647; |
| 96 | files = ( |
| 97 | 00857F860F56F8EE0078BE26 /* libcore.a in Frameworks */, |
| 98 | 00857F920F56F9170078BE26 /* libmaccore.a in Frameworks */, |
| 99 | ); |
| 100 | runOnlyForDeploymentPostprocessing = 0; |
| 101 | }; |
| 102 | /* End PBXFrameworksBuildPhase section */ |
| 103 | |
| 104 | /* Begin PBXGroup section */ |
| 105 | 00857F6C0F56F71B0078BE26 /* Products */ = { |
| 106 | isa = PBXGroup; |
| 107 | children = ( |
| 108 | 00857F730F56F71B0078BE26 /* libcore.a */, |
| 109 | ); |
| 110 | name = Products; |
| 111 | sourceTree = "<group>"; |
| 112 | }; |
| 113 | 00857F8A0F56F9150078BE26 /* Products */ = { |
| 114 | isa = PBXGroup; |
| 115 | children = ( |
| 116 | 00857F910F56F9150078BE26 /* libmaccore.a */, |
| 117 | ); |
| 118 | name = Products; |
| 119 | sourceTree = "<group>"; |
| 120 | }; |
| 121 | 08FB7794FE84155DC02AAC07 /* Tests */ = { |
| 122 | isa = PBXGroup; |
| 123 | children = ( |
| 124 | 00857F890F56F9150078BE26 /* maccore.xcodeproj */, |
| 125 | 00857F6B0F56F71B0078BE26 /* core.xcodeproj */, |
| 126 | 08FB7795FE84155DC02AAC07 /* Source */, |
| 127 | C6859E8C029090F304C91782 /* Documentation */, |
| 128 | 1AB674ADFE9D54B511CA2CBB /* Products */, |
| 129 | ); |
| 130 | name = Tests; |
| 131 | sourceTree = "<group>"; |
| 132 | }; |
| 133 | 08FB7795FE84155DC02AAC07 /* Source */ = { |
| 134 | isa = PBXGroup; |
| 135 | children = ( |
reed@android.com | d66efc2 | 2009-03-03 18:35:18 +0000 | [diff] [blame] | 136 | 009CC7870F5DAF16002185BE /* ClipCubicTest.cpp */, |
reed@android.com | 3abec1d | 2009-03-02 05:36:20 +0000 | [diff] [blame] | 137 | 276D93070F5B9FEA0081B3B9 /* PathTest.cpp */, |
reed@android.com | d8730ea | 2009-02-27 22:06:06 +0000 | [diff] [blame] | 138 | 00A9BF850F584CF30091AD2D /* Sk64Test.cpp */, |
| 139 | 00A9BFBB0F5851570091AD2D /* GeometryTest.cpp */, |
| 140 | 00A9BFA20F584E150091AD2D /* StringTest.cpp */, |
reed@android.com | ed67331 | 2009-02-27 16:24:51 +0000 | [diff] [blame] | 141 | 00857FA80F56F9620078BE26 /* Test.cpp */, |
| 142 | 00857FA90F56F9620078BE26 /* main.cpp */, |
| 143 | 00857F630F56F4220078BE26 /* Test.h */, |
| 144 | 00857FB60F56FD340078BE26 /* MathTest.cpp */, |
| 145 | 0086350E0F57A3140044DA64 /* UtilsTest.cpp */, |
| 146 | 008634F00F579E410044DA64 /* MatrixTest.cpp */, |
reed@android.com | d8730ea | 2009-02-27 22:06:06 +0000 | [diff] [blame] | 147 | 00A9BFA60F584F200091AD2D /* TestClassDef.h */, |
reed@android.com | ed67331 | 2009-02-27 16:24:51 +0000 | [diff] [blame] | 148 | 008634DB0F579B7A0044DA64 /* PackBitsTest.cpp */, |
reed@android.com | d66efc2 | 2009-03-03 18:35:18 +0000 | [diff] [blame] | 149 | 009CC7830F5DAE2B002185BE /* SrcOverTest.cpp */, |
reed@android.com | ed67331 | 2009-02-27 16:24:51 +0000 | [diff] [blame] | 150 | ); |
| 151 | name = Source; |
| 152 | sourceTree = "<group>"; |
| 153 | }; |
| 154 | 1AB674ADFE9D54B511CA2CBB /* Products */ = { |
| 155 | isa = PBXGroup; |
| 156 | children = ( |
| 157 | 8DD76F6C0486A84900D96B5E /* Tests */, |
| 158 | ); |
| 159 | name = Products; |
| 160 | sourceTree = "<group>"; |
| 161 | }; |
| 162 | C6859E8C029090F304C91782 /* Documentation */ = { |
| 163 | isa = PBXGroup; |
| 164 | children = ( |
| 165 | C6859E8B029090EE04C91782 /* Tests.1 */, |
| 166 | ); |
| 167 | name = Documentation; |
| 168 | sourceTree = "<group>"; |
| 169 | }; |
| 170 | /* End PBXGroup section */ |
| 171 | |
| 172 | /* Begin PBXNativeTarget section */ |
| 173 | 8DD76F620486A84900D96B5E /* Tests */ = { |
| 174 | isa = PBXNativeTarget; |
| 175 | buildConfigurationList = 1DEB923108733DC60010E9CD /* Build configuration list for PBXNativeTarget "Tests" */; |
| 176 | buildPhases = ( |
| 177 | 8DD76F640486A84900D96B5E /* Sources */, |
| 178 | 8DD76F660486A84900D96B5E /* Frameworks */, |
| 179 | 8DD76F690486A84900D96B5E /* CopyFiles */, |
| 180 | ); |
| 181 | buildRules = ( |
| 182 | ); |
| 183 | dependencies = ( |
| 184 | 0086351D0F57A51A0044DA64 /* PBXTargetDependency */, |
| 185 | 0086351F0F57A5200044DA64 /* PBXTargetDependency */, |
| 186 | ); |
| 187 | name = Tests; |
| 188 | productInstallPath = "$(HOME)/bin"; |
| 189 | productName = Tests; |
| 190 | productReference = 8DD76F6C0486A84900D96B5E /* Tests */; |
| 191 | productType = "com.apple.product-type.tool"; |
| 192 | }; |
| 193 | /* End PBXNativeTarget section */ |
| 194 | |
| 195 | /* Begin PBXProject section */ |
| 196 | 08FB7793FE84155DC02AAC07 /* Project object */ = { |
| 197 | isa = PBXProject; |
| 198 | buildConfigurationList = 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "Tests" */; |
| 199 | compatibilityVersion = "Xcode 3.0"; |
| 200 | hasScannedForEncodings = 1; |
| 201 | mainGroup = 08FB7794FE84155DC02AAC07 /* Tests */; |
| 202 | projectDirPath = ""; |
| 203 | projectReferences = ( |
| 204 | { |
| 205 | ProductGroup = 00857F6C0F56F71B0078BE26 /* Products */; |
| 206 | ProjectRef = 00857F6B0F56F71B0078BE26 /* core.xcodeproj */; |
| 207 | }, |
| 208 | { |
| 209 | ProductGroup = 00857F8A0F56F9150078BE26 /* Products */; |
| 210 | ProjectRef = 00857F890F56F9150078BE26 /* maccore.xcodeproj */; |
| 211 | }, |
| 212 | ); |
| 213 | projectRoot = ""; |
| 214 | targets = ( |
| 215 | 8DD76F620486A84900D96B5E /* Tests */, |
| 216 | ); |
| 217 | }; |
| 218 | /* End PBXProject section */ |
| 219 | |
| 220 | /* Begin PBXReferenceProxy section */ |
| 221 | 00857F730F56F71B0078BE26 /* libcore.a */ = { |
| 222 | isa = PBXReferenceProxy; |
| 223 | fileType = archive.ar; |
| 224 | path = libcore.a; |
| 225 | remoteRef = 00857F720F56F71B0078BE26 /* PBXContainerItemProxy */; |
| 226 | sourceTree = BUILT_PRODUCTS_DIR; |
| 227 | }; |
| 228 | 00857F910F56F9150078BE26 /* libmaccore.a */ = { |
| 229 | isa = PBXReferenceProxy; |
| 230 | fileType = archive.ar; |
| 231 | path = libmaccore.a; |
| 232 | remoteRef = 00857F900F56F9150078BE26 /* PBXContainerItemProxy */; |
| 233 | sourceTree = BUILT_PRODUCTS_DIR; |
| 234 | }; |
| 235 | /* End PBXReferenceProxy section */ |
| 236 | |
| 237 | /* Begin PBXSourcesBuildPhase section */ |
| 238 | 8DD76F640486A84900D96B5E /* Sources */ = { |
| 239 | isa = PBXSourcesBuildPhase; |
| 240 | buildActionMask = 2147483647; |
| 241 | files = ( |
| 242 | 00857FAA0F56F9620078BE26 /* Test.cpp in Sources */, |
| 243 | 00857FAB0F56F9620078BE26 /* main.cpp in Sources */, |
| 244 | 00857FB70F56FD340078BE26 /* MathTest.cpp in Sources */, |
| 245 | 008634DC0F579B7A0044DA64 /* PackBitsTest.cpp in Sources */, |
| 246 | 008634F10F579E410044DA64 /* MatrixTest.cpp in Sources */, |
| 247 | 0086350F0F57A3140044DA64 /* UtilsTest.cpp in Sources */, |
reed@android.com | d8730ea | 2009-02-27 22:06:06 +0000 | [diff] [blame] | 248 | 00A9BF860F584CF30091AD2D /* Sk64Test.cpp in Sources */, |
| 249 | 00A9BFA30F584E150091AD2D /* StringTest.cpp in Sources */, |
| 250 | 00A9BFBC0F5851570091AD2D /* GeometryTest.cpp in Sources */, |
reed@android.com | 3abec1d | 2009-03-02 05:36:20 +0000 | [diff] [blame] | 251 | 276D93080F5B9FEA0081B3B9 /* PathTest.cpp in Sources */, |
reed@android.com | d66efc2 | 2009-03-03 18:35:18 +0000 | [diff] [blame] | 252 | 009CC7840F5DAE2B002185BE /* SrcOverTest.cpp in Sources */, |
| 253 | 009CC7880F5DAF16002185BE /* ClipCubicTest.cpp in Sources */, |
reed@android.com | ed67331 | 2009-02-27 16:24:51 +0000 | [diff] [blame] | 254 | ); |
| 255 | runOnlyForDeploymentPostprocessing = 0; |
| 256 | }; |
| 257 | /* End PBXSourcesBuildPhase section */ |
| 258 | |
| 259 | /* Begin PBXTargetDependency section */ |
| 260 | 0086351D0F57A51A0044DA64 /* PBXTargetDependency */ = { |
| 261 | isa = PBXTargetDependency; |
| 262 | name = core; |
| 263 | targetProxy = 0086351C0F57A51A0044DA64 /* PBXContainerItemProxy */; |
| 264 | }; |
| 265 | 0086351F0F57A5200044DA64 /* PBXTargetDependency */ = { |
| 266 | isa = PBXTargetDependency; |
| 267 | name = maccore; |
| 268 | targetProxy = 0086351E0F57A5200044DA64 /* PBXContainerItemProxy */; |
| 269 | }; |
| 270 | /* End PBXTargetDependency section */ |
| 271 | |
| 272 | /* Begin XCBuildConfiguration section */ |
| 273 | 1DEB923208733DC60010E9CD /* 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_ENABLE_FIX_AND_CONTINUE = YES; |
| 280 | GCC_MODEL_TUNING = G5; |
| 281 | GCC_OPTIMIZATION_LEVEL = 0; |
| 282 | GCC_PREPROCESSOR_DEFINITIONS = ( |
| 283 | "_GLIBCXX_DEBUG=1", |
| 284 | "_GLIBCXX_DEBUG_PEDANTIC=1", |
| 285 | ); |
| 286 | INSTALL_PATH = /usr/local/bin; |
| 287 | PRODUCT_NAME = Tests; |
| 288 | }; |
| 289 | name = Debug; |
| 290 | }; |
| 291 | 1DEB923308733DC60010E9CD /* Release */ = { |
| 292 | isa = XCBuildConfiguration; |
| 293 | buildSettings = { |
| 294 | ALWAYS_SEARCH_USER_PATHS = NO; |
| 295 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
| 296 | GCC_MODEL_TUNING = G5; |
| 297 | INSTALL_PATH = /usr/local/bin; |
| 298 | PRODUCT_NAME = Tests; |
| 299 | }; |
| 300 | name = Release; |
| 301 | }; |
| 302 | 1DEB923608733DC60010E9CD /* Debug */ = { |
| 303 | isa = XCBuildConfiguration; |
| 304 | buildSettings = { |
| 305 | ARCHS = "$(NATIVE_ARCH)"; |
| 306 | GCC_C_LANGUAGE_STANDARD = c99; |
| 307 | GCC_OPTIMIZATION_LEVEL = 0; |
| 308 | GCC_WARN_ABOUT_RETURN_TYPE = YES; |
| 309 | GCC_WARN_UNUSED_VARIABLE = YES; |
| 310 | HEADER_SEARCH_PATHS = "../../../**"; |
| 311 | ONLY_ACTIVE_ARCH = NO; |
| 312 | PREBINDING = NO; |
| 313 | PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO; |
| 314 | SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; |
| 315 | VALID_ARCHS = "i386 x86_64"; |
| 316 | }; |
| 317 | name = Debug; |
| 318 | }; |
| 319 | 1DEB923708733DC60010E9CD /* Release */ = { |
| 320 | isa = XCBuildConfiguration; |
| 321 | buildSettings = { |
| 322 | ARCHS = "$(NATIVE_ARCH)"; |
| 323 | GCC_C_LANGUAGE_STANDARD = c99; |
| 324 | GCC_WARN_ABOUT_RETURN_TYPE = YES; |
| 325 | GCC_WARN_UNUSED_VARIABLE = YES; |
| 326 | HEADER_SEARCH_PATHS = "../../../**"; |
| 327 | ONLY_ACTIVE_ARCH = NO; |
| 328 | PREBINDING = NO; |
| 329 | PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO; |
| 330 | SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; |
| 331 | VALID_ARCHS = "i386 x86_64"; |
| 332 | }; |
| 333 | name = Release; |
| 334 | }; |
| 335 | /* End XCBuildConfiguration section */ |
| 336 | |
| 337 | /* Begin XCConfigurationList section */ |
| 338 | 1DEB923108733DC60010E9CD /* Build configuration list for PBXNativeTarget "Tests" */ = { |
| 339 | isa = XCConfigurationList; |
| 340 | buildConfigurations = ( |
| 341 | 1DEB923208733DC60010E9CD /* Debug */, |
| 342 | 1DEB923308733DC60010E9CD /* Release */, |
| 343 | ); |
| 344 | defaultConfigurationIsVisible = 0; |
| 345 | defaultConfigurationName = Release; |
| 346 | }; |
| 347 | 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "Tests" */ = { |
| 348 | isa = XCConfigurationList; |
| 349 | buildConfigurations = ( |
| 350 | 1DEB923608733DC60010E9CD /* Debug */, |
| 351 | 1DEB923708733DC60010E9CD /* Release */, |
| 352 | ); |
| 353 | defaultConfigurationIsVisible = 0; |
| 354 | defaultConfigurationName = Release; |
| 355 | }; |
| 356 | /* End XCConfigurationList section */ |
| 357 | }; |
| 358 | rootObject = 08FB7793FE84155DC02AAC07 /* Project object */; |
| 359 | } |