Changeset 24085
- Timestamp:
- 06/28/2008 04:32:07 PM (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Frameworks/JSON Framework/JSON.xcodeproj/project.pbxproj
r23728 r24085 8 8 9 9 /* Begin PBXBuildFile section */ 10 5390660B0D828B8B0022B8B8 /* SBJSONScanner.h in Headers */ = {isa = PBXBuildFile; fileRef = 539066090D828B8B0022B8B8 /* SBJSONScanner.h */; }; 11 5390660C0D828B8B0022B8B8 /* SBJSONScanner.m in Sources */ = {isa = PBXBuildFile; fileRef = 5390660A0D828B8B0022B8B8 /* SBJSONScanner.m */; }; 10 539191D20DBB896D00714DA2 /* SBJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 539191D00DBB896D00714DA2 /* SBJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; 11 539191D30DBB896D00714DA2 /* SBJSON.m in Sources */ = {isa = PBXBuildFile; fileRef = 539191D10DBB896D00714DA2 /* SBJSON.m */; }; 12 539191D40DBB896D00714DA2 /* SBJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 539191D00DBB896D00714DA2 /* SBJSON.h */; settings = {ATTRIBUTES = (Private, ); }; }; 13 539191D50DBB896D00714DA2 /* SBJSON.m in Sources */ = {isa = PBXBuildFile; fileRef = 539191D10DBB896D00714DA2 /* SBJSON.m */; }; 12 14 53C45B9C0C98A87600546F66 /* Errors.m in Sources */ = {isa = PBXBuildFile; fileRef = 53C45B9B0C98A87600546F66 /* Errors.m */; }; 13 15 53D2299C0C96129800276605 /* JSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 53D2299A0C96129800276605 /* JSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; 14 16 53D229A20C9612E000276605 /* Types.m in Sources */ = {isa = PBXBuildFile; fileRef = 53D229A10C9612E000276605 /* Types.m */; }; 15 17 53D229AD0C961B9900276605 /* JSON.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 53D229810C96121600276605 /* JSON.framework */; }; 18 53EF4D4E0DC2483C005F5E6D /* bench.m in Sources */ = {isa = PBXBuildFile; fileRef = 53EF4D4D0DC2483C005F5E6D /* bench.m */; }; 19 53EF4F9F0DC52FEB005F5E6D /* libjson.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FE2BBD800D8B0D3900184787 /* libjson.a */; }; 16 20 E7153EE90CAAABDB00054ADB /* Pretty.m in Sources */ = {isa = PBXBuildFile; fileRef = E7153EE80CAAABDB00054ADB /* Pretty.m */; }; 17 21 E75716450C96DB530084A449 /* NSObject+SBJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = E75716430C96DB530084A449 /* NSObject+SBJSON.h */; settings = {ATTRIBUTES = (Private, ); }; }; … … 29 33 FE2BBDB70D8B0F1D00184787 /* Errors.m in Sources */ = {isa = PBXBuildFile; fileRef = 53C45B9B0C98A87600546F66 /* Errors.m */; }; 30 34 FE2BBDB80D8B0F1D00184787 /* Pretty.m in Sources */ = {isa = PBXBuildFile; fileRef = E7153EE80CAAABDB00054ADB /* Pretty.m */; }; 31 FE7FFC3E0D8EC98E00EC6B9C /* SBJSONScanner.m in Sources */ = {isa = PBXBuildFile; fileRef = 5390660A0D828B8B0022B8B8 /* SBJSONScanner.m */; };32 35 /* End PBXBuildFile section */ 33 36 … … 40 43 remoteInfo = JSON; 41 44 }; 45 53EF4F960DC52FD0005F5E6D /* PBXContainerItemProxy */ = { 46 isa = PBXContainerItemProxy; 47 containerPortal = 53D229730C9611FF00276605 /* Project object */; 48 proxyType = 1; 49 remoteGlobalIDString = FE2BBD7F0D8B0D3900184787; 50 remoteInfo = json; 51 }; 42 52 FE2BBDB30D8B0F0F00184787 /* PBXContainerItemProxy */ = { 43 53 isa = PBXContainerItemProxy; … … 50 60 51 61 /* Begin PBXFileReference section */ 52 539 066090D828B8B0022B8B8 /* SBJSONScanner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SBJSONScanner.h; sourceTree = "<group>"; };53 539 0660A0D828B8B0022B8B8 /* SBJSONScanner.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SBJSONScanner.m; sourceTree = "<group>"; };62 539191D00DBB896D00714DA2 /* SBJSON.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SBJSON.h; sourceTree = "<group>"; }; 63 539191D10DBB896D00714DA2 /* SBJSON.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SBJSON.m; sourceTree = "<group>"; }; 54 64 53C45B9B0C98A87600546F66 /* Errors.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Errors.m; sourceTree = "<group>"; }; 55 65 53D229810C96121600276605 /* JSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = JSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 56 53D229830C96121600276605 /* JSON-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text. xml; path = "JSON-Info.plist"; sourceTree = "<group>"; };66 53D229830C96121600276605 /* JSON-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "JSON-Info.plist"; sourceTree = "<group>"; }; 57 67 53D2298D0C96122A00276605 /* Tests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Tests.octest; sourceTree = BUILT_PRODUCTS_DIR; }; 58 53D2298E0C96122A00276605 /* Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text. xml; path = "Tests-Info.plist"; sourceTree = "<group>"; };68 53D2298E0C96122A00276605 /* Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Tests-Info.plist"; sourceTree = "<group>"; }; 59 69 53D2299A0C96129800276605 /* JSON.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSON.h; sourceTree = "<group>"; }; 60 70 53D229A00C9612E000276605 /* Tests.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Tests.h; sourceTree = "<group>"; }; 61 71 53D229A10C9612E000276605 /* Types.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Types.m; sourceTree = "<group>"; }; 72 53EF4D400DC247B3005F5E6D /* bench */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = bench; sourceTree = BUILT_PRODUCTS_DIR; }; 73 53EF4D4D0DC2483C005F5E6D /* bench.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = bench.m; sourceTree = "<group>"; }; 62 74 E7153EE80CAAABDB00054ADB /* Pretty.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Pretty.m; sourceTree = "<group>"; }; 63 75 E75716430C96DB530084A449 /* NSObject+SBJSON.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSObject+SBJSON.h"; sourceTree = "<group>"; }; … … 87 99 runOnlyForDeploymentPostprocessing = 0; 88 100 }; 101 53EF4D3E0DC247B3005F5E6D /* Frameworks */ = { 102 isa = PBXFrameworksBuildPhase; 103 buildActionMask = 2147483647; 104 files = ( 105 53EF4F9F0DC52FEB005F5E6D /* libjson.a in Frameworks */, 106 ); 107 runOnlyForDeploymentPostprocessing = 0; 108 }; 89 109 FE2BBD7E0D8B0D3900184787 /* Frameworks */ = { 90 110 isa = PBXFrameworksBuildPhase; … … 107 127 isa = PBXGroup; 108 128 children = ( 129 53EF4D4B0DC247E5005F5E6D /* Other Sources */, 109 130 53D229950C96123C00276605 /* Classes */, 110 131 53D229960C96124500276605 /* Tests */, … … 123 144 FE2BBD800D8B0D3900184787 /* libjson.a */, 124 145 FE2BBDAB0D8B0EE000184787 /* libjsontests.octest */, 146 53EF4D400DC247B3005F5E6D /* bench */, 125 147 ); 126 148 name = Products; … … 131 153 children = ( 132 154 53D2299A0C96129800276605 /* JSON.h */, 155 539191D00DBB896D00714DA2 /* SBJSON.h */, 156 539191D10DBB896D00714DA2 /* SBJSON.m */, 133 157 E75716430C96DB530084A449 /* NSObject+SBJSON.h */, 134 158 E75716440C96DB530084A449 /* NSObject+SBJSON.m */, 135 159 E757164B0C96E39B0084A449 /* NSString+SBJSON.h */, 136 160 E757164C0C96E39B0084A449 /* NSString+SBJSON.m */, 137 539066090D828B8B0022B8B8 /* SBJSONScanner.h */,138 5390660A0D828B8B0022B8B8 /* SBJSONScanner.m */,139 161 ); 140 162 name = Classes; … … 154 176 sourceTree = "<group>"; 155 177 }; 178 53EF4D4B0DC247E5005F5E6D /* Other Sources */ = { 179 isa = PBXGroup; 180 children = ( 181 53EF4D4D0DC2483C005F5E6D /* bench.m */, 182 ); 183 name = "Other Sources"; 184 sourceTree = "<group>"; 185 }; 156 186 /* End PBXGroup section */ 157 187 … … 164 194 E75716450C96DB530084A449 /* NSObject+SBJSON.h in Headers */, 165 195 E757164D0C96E39B0084A449 /* NSString+SBJSON.h in Headers */, 166 539 0660B0D828B8B0022B8B8 /* SBJSONScanner.h in Headers */,196 539191D20DBB896D00714DA2 /* SBJSON.h in Headers */, 167 197 ); 168 198 runOnlyForDeploymentPostprocessing = 0; … … 175 205 FE2BBD870D8B0D6000184787 /* NSObject+SBJSON.h in Headers */, 176 206 FE2BBD8B0D8B0D6000184787 /* NSString+SBJSON.h in Headers */, 207 539191D40DBB896D00714DA2 /* SBJSON.h in Headers */, 177 208 ); 178 209 runOnlyForDeploymentPostprocessing = 0; … … 189 220 53D2297E0C96121600276605 /* Sources */, 190 221 53D2297F0C96121600276605 /* Frameworks */, 222 534780620DE89FD200FC1C7A /* Install docset */, 191 223 ); 192 224 buildRules = ( … … 217 249 productReference = 53D2298D0C96122A00276605 /* Tests.octest */; 218 250 productType = "com.apple.product-type.bundle"; 251 }; 252 53EF4D3F0DC247B3005F5E6D /* bench */ = { 253 isa = PBXNativeTarget; 254 buildConfigurationList = 53EF4D4C0DC247E5005F5E6D /* Build configuration list for PBXNativeTarget "bench" */; 255 buildPhases = ( 256 53EF4D3D0DC247B3005F5E6D /* Sources */, 257 53EF4D3E0DC247B3005F5E6D /* Frameworks */, 258 ); 259 buildRules = ( 260 ); 261 dependencies = ( 262 53EF4F970DC52FD0005F5E6D /* PBXTargetDependency */, 263 ); 264 name = bench; 265 productName = bench; 266 productReference = 53EF4D400DC247B3005F5E6D /* bench */; 267 productType = "com.apple.product-type.tool"; 219 268 }; 220 269 FE2BBD7F0D8B0D3900184787 /* json */ = { … … 271 320 FE2BBD7F0D8B0D3900184787 /* json */, 272 321 FE2BBDAA0D8B0EE000184787 /* libjsontests */, 322 53EF4D3F0DC247B3005F5E6D /* bench */, 273 323 ); 274 324 }; … … 300 350 301 351 /* Begin PBXShellScriptBuildPhase section */ 352 534780620DE89FD200FC1C7A /* Install docset */ = { 353 isa = PBXShellScriptBuildPhase; 354 buildActionMask = 8; 355 files = ( 356 ); 357 inputPaths = ( 358 ); 359 name = "Install docset"; 360 outputPaths = ( 361 ); 362 runOnlyForDeploymentPostprocessing = 1; 363 shellPath = /bin/sh; 364 shellScript = "DOCSET=$SOURCE_ROOT/Doxygen.docset\n\n# make will invoke docsetutil. Take a look at the Makefile to see how this is done.\nmake -C $DOCSET/html install\n\n# Construct a temporary applescript file to tell Xcode to load a docset.\nrm -f $TEMP_DIR/loadDocSet.scpt\n\ncat <<EOF > $TEMP_DIR/loadDocSet.scpt\ntell application \"Xcode\"\n\tload documentation set with path \"/Users/$USER/Library/Developer/Shared/Documentation/DocSets/org.brautaset.${PROJECT}.docset/\"\nend tell\nEOF\n\n# Run the load-docset applescript command.\nosascript $TEMP_DIR/loadDocSet.scpt\n"; 365 showEnvVarsInLog = 0; 366 }; 302 367 53D2298B0C96122A00276605 /* ShellScript */ = { 303 368 isa = PBXShellScriptBuildPhase; … … 335 400 E75716460C96DB530084A449 /* NSObject+SBJSON.m in Sources */, 336 401 E757164E0C96E39B0084A449 /* NSString+SBJSON.m in Sources */, 337 539 0660C0D828B8B0022B8B8 /* SBJSONScanner.m in Sources */,402 539191D30DBB896D00714DA2 /* SBJSON.m in Sources */, 338 403 ); 339 404 runOnlyForDeploymentPostprocessing = 0; … … 350 415 runOnlyForDeploymentPostprocessing = 0; 351 416 }; 417 53EF4D3D0DC247B3005F5E6D /* Sources */ = { 418 isa = PBXSourcesBuildPhase; 419 buildActionMask = 2147483647; 420 files = ( 421 53EF4D4E0DC2483C005F5E6D /* bench.m in Sources */, 422 ); 423 runOnlyForDeploymentPostprocessing = 0; 424 }; 352 425 FE2BBD7D0D8B0D3900184787 /* Sources */ = { 353 426 isa = PBXSourcesBuildPhase; 354 427 buildActionMask = 2147483647; 355 428 files = ( 356 FE7FFC3E0D8EC98E00EC6B9C /* SBJSONScanner.m in Sources */,357 429 FE2BBD880D8B0D6000184787 /* NSObject+SBJSON.m in Sources */, 358 430 FE2BBD8C0D8B0D6000184787 /* NSString+SBJSON.m in Sources */, 431 539191D50DBB896D00714DA2 /* SBJSON.m in Sources */, 359 432 ); 360 433 runOnlyForDeploymentPostprocessing = 0; … … 379 452 targetProxy = 53D229920C96122E00276605 /* PBXContainerItemProxy */; 380 453 }; 454 53EF4F970DC52FD0005F5E6D /* PBXTargetDependency */ = { 455 isa = PBXTargetDependency; 456 target = FE2BBD7F0D8B0D3900184787 /* json */; 457 targetProxy = 53EF4F960DC52FD0005F5E6D /* PBXContainerItemProxy */; 458 }; 381 459 FE2BBDB40D8B0F0F00184787 /* PBXTargetDependency */ = { 382 460 isa = PBXTargetDependency; … … 387 465 388 466 /* Begin XCBuildConfiguration section */ 389 3425CC2F0DEF320500A1139F /* Deployment-Debug_PPC-Only */ = { 390 isa = XCBuildConfiguration; 391 buildSettings = { 392 ARCHS = ppc; 393 COPY_PHASE_STRIP = YES; 394 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; 395 SYMROOT = ../../build; 396 }; 397 name = "Deployment-Debug_PPC-Only"; 398 }; 399 3425CC300DEF320500A1139F /* Deployment-Debug_PPC-Only */ = { 467 34ACDA890E16D5C500451D76 /* Deployment-Debug */ = { 400 468 isa = XCBuildConfiguration; 401 469 buildSettings = { 402 470 ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; 403 471 ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; 404 CURRENT_PROJECT_VERSION = 2; 405 DYLIB_COMPATIBILITY_VERSION = 1; 406 DYLIB_CURRENT_VERSION = 2; 472 COPY_PHASE_STRIP = YES; 473 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; 474 }; 475 name = "Deployment-Debug"; 476 }; 477 34ACDA8A0E16D5C500451D76 /* Deployment-Debug */ = { 478 isa = XCBuildConfiguration; 479 buildSettings = { 480 ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; 481 ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; 482 CURRENT_PROJECT_VERSION = 3; 483 DYLIB_COMPATIBILITY_VERSION = 3; 484 DYLIB_CURRENT_VERSION = 3; 407 485 FRAMEWORK_VERSION = A; 408 486 GCC_C_LANGUAGE_STANDARD = gnu99; … … 423 501 VERSION_INFO_PREFIX = SB; 424 502 }; 425 name = "Deployment-Debug _PPC-Only";426 }; 427 34 25CC310DEF320500A1139F /* Deployment-Debug_PPC-Only*/ = {503 name = "Deployment-Debug"; 504 }; 505 34ACDA8B0E16D5C500451D76 /* Deployment-Debug */ = { 428 506 isa = XCBuildConfiguration; 429 507 buildSettings = { … … 452 530 WRAPPER_EXTENSION = octest; 453 531 }; 454 name = "Deployment-Debug _PPC-Only";455 }; 456 34 25CC320DEF320500A1139F /* Deployment-Debug_PPC-Only*/ = {532 name = "Deployment-Debug"; 533 }; 534 34ACDA8C0E16D5C500451D76 /* Deployment-Debug */ = { 457 535 isa = XCBuildConfiguration; 458 536 buildSettings = { … … 474 552 PRODUCT_NAME = json; 475 553 PUBLIC_HEADERS_FOLDER_PATH = /usr/local/include/JSON; 476 }; 477 name = "Deployment-Debug_PPC-Only"; 478 }; 479 3425CC330DEF320500A1139F /* Deployment-Debug_PPC-Only */ = { 554 SDKROOT = ""; 555 SKIP_INSTALL = NO; 556 }; 557 name = "Deployment-Debug"; 558 }; 559 34ACDA8D0E16D5C500451D76 /* Deployment-Debug */ = { 480 560 isa = XCBuildConfiguration; 481 561 buildSettings = { … … 502 582 WRAPPER_EXTENSION = octest; 503 583 }; 504 name = "Deployment-Debug_PPC-Only"; 505 }; 506 34A6886D0DD39803008F0430 /* Deployment-Debug */ = { 584 name = "Deployment-Debug"; 585 }; 586 34ACDA8E0E16D5C500451D76 /* Deployment-Debug */ = { 587 isa = XCBuildConfiguration; 588 buildSettings = { 589 COPY_PHASE_STRIP = YES; 590 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; 591 GCC_C_LANGUAGE_STANDARD = gnu99; 592 GCC_ENABLE_FIX_AND_CONTINUE = NO; 593 GCC_MODEL_TUNING = G5; 594 GCC_PRECOMPILE_PREFIX_HEADER = YES; 595 GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h"; 596 INSTALL_PATH = /usr/local/bin; 597 OTHER_LDFLAGS = ( 598 "-framework", 599 Foundation, 600 "-ObjC", 601 ); 602 PREBINDING = NO; 603 PRODUCT_NAME = bench; 604 ZERO_LINK = NO; 605 }; 606 name = "Deployment-Debug"; 607 }; 608 34ACDA8F0E16D5C500451D76 /* Deployment-Debug_PPC_Only */ = { 507 609 isa = XCBuildConfiguration; 508 610 buildSettings = { … … 511 613 COPY_PHASE_STRIP = YES; 512 614 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; 513 SYMROOT = ../../build; 514 }; 515 name = "Deployment-Debug"; 516 }; 517 34A6886E0DD39803008F0430 /* Deployment-Debug */ = { 615 }; 616 name = "Deployment-Debug_PPC_Only"; 617 }; 618 34ACDA900E16D5C500451D76 /* Deployment-Debug_PPC_Only */ = { 518 619 isa = XCBuildConfiguration; 519 620 buildSettings = { 520 621 ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; 521 622 ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; 522 CURRENT_PROJECT_VERSION = 2;523 DYLIB_COMPATIBILITY_VERSION = 1;524 DYLIB_CURRENT_VERSION = 2;623 CURRENT_PROJECT_VERSION = 3; 624 DYLIB_COMPATIBILITY_VERSION = 3; 625 DYLIB_CURRENT_VERSION = 3; 525 626 FRAMEWORK_VERSION = A; 526 627 GCC_C_LANGUAGE_STANDARD = gnu99; … … 541 642 VERSION_INFO_PREFIX = SB; 542 643 }; 543 name = "Deployment-Debug ";544 }; 545 34A 6886F0DD39803008F0430 /* Deployment-Debug*/ = {644 name = "Deployment-Debug_PPC_Only"; 645 }; 646 34ACDA910E16D5C500451D76 /* Deployment-Debug_PPC_Only */ = { 546 647 isa = XCBuildConfiguration; 547 648 buildSettings = { … … 570 671 WRAPPER_EXTENSION = octest; 571 672 }; 572 name = "Deployment-Debug ";573 }; 574 34A 688700DD39803008F0430 /* Deployment-Debug*/ = {673 name = "Deployment-Debug_PPC_Only"; 674 }; 675 34ACDA920E16D5C500451D76 /* Deployment-Debug_PPC_Only */ = { 575 676 isa = XCBuildConfiguration; 576 677 buildSettings = { … … 592 693 PRODUCT_NAME = json; 593 694 PUBLIC_HEADERS_FOLDER_PATH = /usr/local/include/JSON; 594 }; 595 name = "Deployment-Debug"; 596 }; 597 34A688710DD39803008F0430 /* Deployment-Debug */ = { 695 SDKROOT = ""; 696 SKIP_INSTALL = NO; 697 }; 698 name = "Deployment-Debug_PPC_Only"; 699 }; 700 34ACDA930E16D5C500451D76 /* Deployment-Debug_PPC_Only */ = { 598 701 isa = XCBuildConfiguration; 599 702 buildSettings = { … … 620 723 WRAPPER_EXTENSION = octest; 621 724 }; 622 name = "Deployment-Debug"; 725 name = "Deployment-Debug_PPC_Only"; 726 }; 727 34ACDA940E16D5C500451D76 /* Deployment-Debug_PPC_Only */ = { 728 isa = XCBuildConfiguration; 729 buildSettings = { 730 COPY_PHASE_STRIP = YES; 731 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; 732 GCC_C_LANGUAGE_STANDARD = gnu99; 733 GCC_ENABLE_FIX_AND_CONTINUE = NO; 734 GCC_MODEL_TUNING = G5; 735 GCC_PRECOMPILE_PREFIX_HEADER = YES; 736 GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h"; 737 INSTALL_PATH = /usr/local/bin; 738 OTHER_LDFLAGS = ( 739 "-framework", 740 Foundation, 741 "-ObjC", 742 ); 743 PREBINDING = NO; 744 PRODUCT_NAME = bench; 745 ZERO_LINK = NO; 746 }; 747 name = "Deployment-Debug_PPC_Only"; 623 748 }; 624 749 53D229750C9611FF00276605 /* Development */ = { 625 750 isa = XCBuildConfiguration; 626 751 buildSettings = { 627 ARCHS = "$(NATIVE_ARCH)";628 752 COPY_PHASE_STRIP = NO; 629 753 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; … … 639 763 COPY_PHASE_STRIP = YES; 640 764 SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; 641 SYMROOT = ../../build;642 765 }; 643 766 name = Deployment; … … 648 771 ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; 649 772 ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; 650 CURRENT_PROJECT_VERSION = 2;651 DYLIB_COMPATIBILITY_VERSION = 1;652 DYLIB_CURRENT_VERSION = 2;773 CURRENT_PROJECT_VERSION = 3; 774 DYLIB_COMPATIBILITY_VERSION = 3; 775 DYLIB_CURRENT_VERSION = 3; 653 776 FRAMEWORK_VERSION = A; 654 777 GCC_C_LANGUAGE_STANDARD = gnu99; … … 678 801 ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; 679 802 ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; 680 CURRENT_PROJECT_VERSION = 2;681 DYLIB_COMPATIBILITY_VERSION = 1;682 DYLIB_CURRENT_VERSION = 2;803 CURRENT_PROJECT_VERSION = 3; 804 DYLIB_COMPATIBILITY_VERSION = 3; 805 DYLIB_CURRENT_VERSION = 3; 683 806 FRAMEWORK_VERSION = A; 684 807 GCC_C_LANGUAGE_STANDARD = gnu99; … … 761 884 name = Deployment; 762 885 }; 886 53EF4D420DC247B3005F5E6D /* Development */ = { 887 isa = XCBuildConfiguration; 888 buildSettings = { 889 COPY_PHASE_STRIP = NO; 890 GCC_C_LANGUAGE_STANDARD = gnu99; 891 GCC_DYNAMIC_NO_PIC = NO; 892 GCC_ENABLE_FIX_AND_CONTINUE = YES; 893 GCC_MODEL_TUNING = G5; 894 GCC_OPTIMIZATION_LEVEL = 0; 895 GCC_PRECOMPILE_PREFIX_HEADER = YES; 896 GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h"; 897 INSTALL_PATH = /usr/local/bin; 898 OTHER_LDFLAGS = ( 899 "-framework", 900 Foundation, 901 "-ObjC", 902 ); 903 PREBINDING = NO; 904 PRODUCT_NAME = bench; 905 ZERO_LINK = NO; 906 }; 907 name = Development; 908 }; 909 53EF4D430DC247B3005F5E6D /* Deployment */ = { 910 isa = XCBuildConfiguration; 911 buildSettings = { 912 COPY_PHASE_STRIP = YES; 913 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; 914 GCC_C_LANGUAGE_STANDARD = gnu99; 915 GCC_ENABLE_FIX_AND_CONTINUE = NO; 916 GCC_MODEL_TUNING = G5; 917 GCC_PRECOMPILE_PREFIX_HEADER = YES; 918 GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h"; 919 INSTALL_PATH = /usr/local/bin; 920 OTHER_LDFLAGS = ( 921 "-framework", 922 Foundation, 923 "-ObjC", 924 ); 925 PREBINDING = NO; 926 PRODUCT_NAME = bench; 927 ZERO_LINK = NO; 928 }; 929 name = Deployment; 930 }; 763 931 FE2BBD840D8B0D3900184787 /* Development */ = { 764 932 isa = XCBuildConfiguration; … … 778 946 PRODUCT_NAME = json; 779 947 PUBLIC_HEADERS_FOLDER_PATH = /usr/local/include/JSON; 948 SDKROOT = ""; 780 949 }; 781 950 name = Development; … … 801 970 PRODUCT_NAME = json; 802 971 PUBLIC_HEADERS_FOLDER_PATH = /usr/local/include/JSON; 972 SDKROOT = ""; 973 SKIP_INSTALL = NO; 803 974 }; 804 975 name = Deployment; … … 868 1039 53D229750C9611FF00276605 /* Development */, 869 1040 53D229760C9611FF00276605 /* Deployment */, 870 34A 6886D0DD39803008F0430/* Deployment-Debug */,871 34 25CC2F0DEF320500A1139F /* Deployment-Debug_PPC-Only */,1041 34ACDA890E16D5C500451D76 /* Deployment-Debug */, 1042 34ACDA8F0E16D5C500451D76 /* Deployment-Debug_PPC_Only */, 872 1043 ); 873 1044 defaultConfigurationIsVisible = 0; … … 879 1050 53D229860C96121700276605 /* Development */, 880 1051 53D229870C96121700276605 /* Deployment */, 881 34A 6886E0DD39803008F0430/* Deployment-Debug */,882 34 25CC300DEF320500A1139F /* Deployment-Debug_PPC-Only */,1052 34ACDA8A0E16D5C500451D76 /* Deployment-Debug */, 1053 34ACDA900E16D5C500451D76 /* Deployment-Debug_PPC_Only */, 883 1054 ); 884 1055 defaultConfigurationIsVisible = 0; … … 890 1061 53D229900C96122A00276605 /* Development */, 891 1062 53D229910C96122A00276605 /* Deployment */, 892 34A6886F0DD39803008F0430 /* Deployment-Debug */, 893 3425CC310DEF320500A1139F /* Deployment-Debug_PPC-Only */, 1063 34ACDA8B0E16D5C500451D76 /* Deployment-Debug */, 1064 34ACDA910E16D5C500451D76 /* Deployment-Debug_PPC_Only */, 1065 ); 1066 defaultConfigurationIsVisible = 0; 1067 defaultConfigurationName = Deployment; 1068 }; 1069 53EF4D4C0DC247E5005F5E6D /* Build configuration list for PBXNativeTarget "bench" */ = { 1070 isa = XCConfigurationList; 1071 buildConfigurations = ( 1072 53EF4D420DC247B3005F5E6D /* Development */, 1073 53EF4D430DC247B3005F5E6D /* Deployment */, 1074 34ACDA8E0E16D5C500451D76 /* Deployment-Debug */, 1075 34ACDA940E16D5C500451D76 /* Deployment-Debug_PPC_Only */, 894 1076 ); 895 1077 defaultConfigurationIsVisible = 0; … … 901 1083 FE2BBD840D8B0D3900184787 /* Development */, 902 1084 FE2BBD850D8B0D3900184787 /* Deployment */, 903 34A 688700DD39803008F0430/* Deployment-Debug */,904 34 25CC320DEF320500A1139F /* Deployment-Debug_PPC-Only */,1085 34ACDA8C0E16D5C500451D76 /* Deployment-Debug */, 1086 34ACDA920E16D5C500451D76 /* Deployment-Debug_PPC_Only */, 905 1087 ); 906 1088 defaultConfigurationIsVisible = 0; … … 912 1094 FE2BBDAD0D8B0EE100184787 /* Development */, 913 1095 FE2BBDAE0D8B0EE100184787 /* Deployment */, 914 34A 688710DD39803008F0430/* Deployment-Debug */,915 34 25CC330DEF320500A1139F /* Deployment-Debug_PPC-Only */,1096 34ACDA8D0E16D5C500451D76 /* Deployment-Debug */, 1097 34ACDA930E16D5C500451D76 /* Deployment-Debug_PPC_Only */, 916 1098 ); 917 1099 defaultConfigurationIsVisible = 0;