Adium

Changeset 24085

Show
Ignore:
Timestamp:
06/28/2008 04:32:07 PM (6 months ago)
Author:
evands
Message:

Fixed project file for JSON.framework to compile in our build environment

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Frameworks/JSON Framework/JSON.xcodeproj/project.pbxproj

    r23728 r24085  
    88 
    99/* 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 */; }; 
    1214                53C45B9C0C98A87600546F66 /* Errors.m in Sources */ = {isa = PBXBuildFile; fileRef = 53C45B9B0C98A87600546F66 /* Errors.m */; }; 
    1315                53D2299C0C96129800276605 /* JSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 53D2299A0C96129800276605 /* JSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; 
    1416                53D229A20C9612E000276605 /* Types.m in Sources */ = {isa = PBXBuildFile; fileRef = 53D229A10C9612E000276605 /* Types.m */; }; 
    1517                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 */; }; 
    1620                E7153EE90CAAABDB00054ADB /* Pretty.m in Sources */ = {isa = PBXBuildFile; fileRef = E7153EE80CAAABDB00054ADB /* Pretty.m */; }; 
    1721                E75716450C96DB530084A449 /* NSObject+SBJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = E75716430C96DB530084A449 /* NSObject+SBJSON.h */; settings = {ATTRIBUTES = (Private, ); }; }; 
     
    2933                FE2BBDB70D8B0F1D00184787 /* Errors.m in Sources */ = {isa = PBXBuildFile; fileRef = 53C45B9B0C98A87600546F66 /* Errors.m */; }; 
    3034                FE2BBDB80D8B0F1D00184787 /* Pretty.m in Sources */ = {isa = PBXBuildFile; fileRef = E7153EE80CAAABDB00054ADB /* Pretty.m */; }; 
    31                 FE7FFC3E0D8EC98E00EC6B9C /* SBJSONScanner.m in Sources */ = {isa = PBXBuildFile; fileRef = 5390660A0D828B8B0022B8B8 /* SBJSONScanner.m */; }; 
    3235/* End PBXBuildFile section */ 
    3336 
     
    4043                        remoteInfo = JSON; 
    4144                }; 
     45                53EF4F960DC52FD0005F5E6D /* PBXContainerItemProxy */ = { 
     46                        isa = PBXContainerItemProxy; 
     47                        containerPortal = 53D229730C9611FF00276605 /* Project object */; 
     48                        proxyType = 1; 
     49                        remoteGlobalIDString = FE2BBD7F0D8B0D3900184787; 
     50                        remoteInfo = json; 
     51                }; 
    4252                FE2BBDB30D8B0F0F00184787 /* PBXContainerItemProxy */ = { 
    4353                        isa = PBXContainerItemProxy; 
     
    5060 
    5161/* Begin PBXFileReference section */ 
    52                 539066090D828B8B0022B8B8 /* SBJSONScanner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SBJSONScanner.h; sourceTree = "<group>"; }; 
    53                 5390660A0D828B8B0022B8B8 /* 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>"; }; 
    5464                53C45B9B0C98A87600546F66 /* Errors.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Errors.m; sourceTree = "<group>"; }; 
    5565                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>"; }; 
    5767                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>"; }; 
    5969                53D2299A0C96129800276605 /* JSON.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSON.h; sourceTree = "<group>"; }; 
    6070                53D229A00C9612E000276605 /* Tests.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Tests.h; sourceTree = "<group>"; }; 
    6171                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>"; }; 
    6274                E7153EE80CAAABDB00054ADB /* Pretty.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Pretty.m; sourceTree = "<group>"; }; 
    6375                E75716430C96DB530084A449 /* NSObject+SBJSON.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSObject+SBJSON.h"; sourceTree = "<group>"; }; 
     
    8799                        runOnlyForDeploymentPostprocessing = 0; 
    88100                }; 
     101                53EF4D3E0DC247B3005F5E6D /* Frameworks */ = { 
     102                        isa = PBXFrameworksBuildPhase; 
     103                        buildActionMask = 2147483647; 
     104                        files = ( 
     105                                53EF4F9F0DC52FEB005F5E6D /* libjson.a in Frameworks */, 
     106                        ); 
     107                        runOnlyForDeploymentPostprocessing = 0; 
     108                }; 
    89109                FE2BBD7E0D8B0D3900184787 /* Frameworks */ = { 
    90110                        isa = PBXFrameworksBuildPhase; 
     
    107127                        isa = PBXGroup; 
    108128                        children = ( 
     129                                53EF4D4B0DC247E5005F5E6D /* Other Sources */, 
    109130                                53D229950C96123C00276605 /* Classes */, 
    110131                                53D229960C96124500276605 /* Tests */, 
     
    123144                                FE2BBD800D8B0D3900184787 /* libjson.a */, 
    124145                                FE2BBDAB0D8B0EE000184787 /* libjsontests.octest */, 
     146                                53EF4D400DC247B3005F5E6D /* bench */, 
    125147                        ); 
    126148                        name = Products; 
     
    131153                        children = ( 
    132154                                53D2299A0C96129800276605 /* JSON.h */, 
     155                                539191D00DBB896D00714DA2 /* SBJSON.h */, 
     156                                539191D10DBB896D00714DA2 /* SBJSON.m */, 
    133157                                E75716430C96DB530084A449 /* NSObject+SBJSON.h */, 
    134158                                E75716440C96DB530084A449 /* NSObject+SBJSON.m */, 
    135159                                E757164B0C96E39B0084A449 /* NSString+SBJSON.h */, 
    136160                                E757164C0C96E39B0084A449 /* NSString+SBJSON.m */, 
    137                                 539066090D828B8B0022B8B8 /* SBJSONScanner.h */, 
    138                                 5390660A0D828B8B0022B8B8 /* SBJSONScanner.m */, 
    139161                        ); 
    140162                        name = Classes; 
     
    154176                        sourceTree = "<group>"; 
    155177                }; 
     178                53EF4D4B0DC247E5005F5E6D /* Other Sources */ = { 
     179                        isa = PBXGroup; 
     180                        children = ( 
     181                                53EF4D4D0DC2483C005F5E6D /* bench.m */, 
     182                        ); 
     183                        name = "Other Sources"; 
     184                        sourceTree = "<group>"; 
     185                }; 
    156186/* End PBXGroup section */ 
    157187 
     
    164194                                E75716450C96DB530084A449 /* NSObject+SBJSON.h in Headers */, 
    165195                                E757164D0C96E39B0084A449 /* NSString+SBJSON.h in Headers */, 
    166                                 5390660B0D828B8B0022B8B8 /* SBJSONScanner.h in Headers */, 
     196                                539191D20DBB896D00714DA2 /* SBJSON.h in Headers */, 
    167197                        ); 
    168198                        runOnlyForDeploymentPostprocessing = 0; 
     
    175205                                FE2BBD870D8B0D6000184787 /* NSObject+SBJSON.h in Headers */, 
    176206                                FE2BBD8B0D8B0D6000184787 /* NSString+SBJSON.h in Headers */, 
     207                                539191D40DBB896D00714DA2 /* SBJSON.h in Headers */, 
    177208                        ); 
    178209                        runOnlyForDeploymentPostprocessing = 0; 
     
    189220                                53D2297E0C96121600276605 /* Sources */, 
    190221                                53D2297F0C96121600276605 /* Frameworks */, 
     222                                534780620DE89FD200FC1C7A /* Install docset */, 
    191223                        ); 
    192224                        buildRules = ( 
     
    217249                        productReference = 53D2298D0C96122A00276605 /* Tests.octest */; 
    218250                        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"; 
    219268                }; 
    220269                FE2BBD7F0D8B0D3900184787 /* json */ = { 
     
    271320                                FE2BBD7F0D8B0D3900184787 /* json */, 
    272321                                FE2BBDAA0D8B0EE000184787 /* libjsontests */, 
     322                                53EF4D3F0DC247B3005F5E6D /* bench */, 
    273323                        ); 
    274324                }; 
     
    300350 
    301351/* 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                }; 
    302367                53D2298B0C96122A00276605 /* ShellScript */ = { 
    303368                        isa = PBXShellScriptBuildPhase; 
     
    335400                                E75716460C96DB530084A449 /* NSObject+SBJSON.m in Sources */, 
    336401                                E757164E0C96E39B0084A449 /* NSString+SBJSON.m in Sources */, 
    337                                 5390660C0D828B8B0022B8B8 /* SBJSONScanner.m in Sources */, 
     402                                539191D30DBB896D00714DA2 /* SBJSON.m in Sources */, 
    338403                        ); 
    339404                        runOnlyForDeploymentPostprocessing = 0; 
     
    350415                        runOnlyForDeploymentPostprocessing = 0; 
    351416                }; 
     417                53EF4D3D0DC247B3005F5E6D /* Sources */ = { 
     418                        isa = PBXSourcesBuildPhase; 
     419                        buildActionMask = 2147483647; 
     420                        files = ( 
     421                                53EF4D4E0DC2483C005F5E6D /* bench.m in Sources */, 
     422                        ); 
     423                        runOnlyForDeploymentPostprocessing = 0; 
     424                }; 
    352425                FE2BBD7D0D8B0D3900184787 /* Sources */ = { 
    353426                        isa = PBXSourcesBuildPhase; 
    354427                        buildActionMask = 2147483647; 
    355428                        files = ( 
    356                                 FE7FFC3E0D8EC98E00EC6B9C /* SBJSONScanner.m in Sources */, 
    357429                                FE2BBD880D8B0D6000184787 /* NSObject+SBJSON.m in Sources */, 
    358430                                FE2BBD8C0D8B0D6000184787 /* NSString+SBJSON.m in Sources */, 
     431                                539191D50DBB896D00714DA2 /* SBJSON.m in Sources */, 
    359432                        ); 
    360433                        runOnlyForDeploymentPostprocessing = 0; 
     
    379452                        targetProxy = 53D229920C96122E00276605 /* PBXContainerItemProxy */; 
    380453                }; 
     454                53EF4F970DC52FD0005F5E6D /* PBXTargetDependency */ = { 
     455                        isa = PBXTargetDependency; 
     456                        target = FE2BBD7F0D8B0D3900184787 /* json */; 
     457                        targetProxy = 53EF4F960DC52FD0005F5E6D /* PBXContainerItemProxy */; 
     458                }; 
    381459                FE2BBDB40D8B0F0F00184787 /* PBXTargetDependency */ = { 
    382460                        isa = PBXTargetDependency; 
     
    387465 
    388466/* 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 */ = { 
    400468                        isa = XCBuildConfiguration; 
    401469                        buildSettings = { 
    402470                                ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; 
    403471                                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; 
    407485                                FRAMEWORK_VERSION = A; 
    408486                                GCC_C_LANGUAGE_STANDARD = gnu99; 
     
    423501                                VERSION_INFO_PREFIX = SB; 
    424502                        }; 
    425                         name = "Deployment-Debug_PPC-Only"; 
    426                 }; 
    427                 3425CC310DEF320500A1139F /* Deployment-Debug_PPC-Only */ = { 
     503                        name = "Deployment-Debug"; 
     504                }; 
     505                34ACDA8B0E16D5C500451D76 /* Deployment-Debug */ = { 
    428506                        isa = XCBuildConfiguration; 
    429507                        buildSettings = { 
     
    452530                                WRAPPER_EXTENSION = octest; 
    453531                        }; 
    454                         name = "Deployment-Debug_PPC-Only"; 
    455                 }; 
    456                 3425CC320DEF320500A1139F /* Deployment-Debug_PPC-Only */ = { 
     532                        name = "Deployment-Debug"; 
     533                }; 
     534                34ACDA8C0E16D5C500451D76 /* Deployment-Debug */ = { 
    457535                        isa = XCBuildConfiguration; 
    458536                        buildSettings = { 
     
    474552                                PRODUCT_NAME = json; 
    475553                                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 */ = { 
    480560                        isa = XCBuildConfiguration; 
    481561                        buildSettings = { 
     
    502582                                WRAPPER_EXTENSION = octest; 
    503583                        }; 
    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 */ = { 
    507609                        isa = XCBuildConfiguration; 
    508610                        buildSettings = { 
     
    511613                                COPY_PHASE_STRIP = YES; 
    512614                                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 */ = { 
    518619                        isa = XCBuildConfiguration; 
    519620                        buildSettings = { 
    520621                                ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; 
    521622                                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
    525626                                FRAMEWORK_VERSION = A; 
    526627                                GCC_C_LANGUAGE_STANDARD = gnu99; 
     
    541642                                VERSION_INFO_PREFIX = SB; 
    542643                        }; 
    543                         name = "Deployment-Debug"; 
    544                 }; 
    545                 34A6886F0DD39803008F0430 /* Deployment-Debug */ = { 
     644                        name = "Deployment-Debug_PPC_Only"; 
     645                }; 
     646                34ACDA910E16D5C500451D76 /* Deployment-Debug_PPC_Only */ = { 
    546647                        isa = XCBuildConfiguration; 
    547648                        buildSettings = { 
     
    570671                                WRAPPER_EXTENSION = octest; 
    571672                        }; 
    572                         name = "Deployment-Debug"; 
    573                 }; 
    574                 34A688700DD39803008F0430 /* Deployment-Debug */ = { 
     673                        name = "Deployment-Debug_PPC_Only"; 
     674                }; 
     675                34ACDA920E16D5C500451D76 /* Deployment-Debug_PPC_Only */ = { 
    575676                        isa = XCBuildConfiguration; 
    576677                        buildSettings = { 
     
    592693                                PRODUCT_NAME = json; 
    593694                                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 */ = { 
    598701                        isa = XCBuildConfiguration; 
    599702                        buildSettings = { 
     
    620723                                WRAPPER_EXTENSION = octest; 
    621724                        }; 
    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"; 
    623748                }; 
    624749                53D229750C9611FF00276605 /* Development */ = { 
    625750                        isa = XCBuildConfiguration; 
    626751                        buildSettings = { 
    627                                 ARCHS = "$(NATIVE_ARCH)"; 
    628752                                COPY_PHASE_STRIP = NO; 
    629753                                SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; 
     
    639763                                COPY_PHASE_STRIP = YES; 
    640764                                SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk"; 
    641                                 SYMROOT = ../../build; 
    642765                        }; 
    643766                        name = Deployment; 
     
    648771                                ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; 
    649772                                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
    653776                                FRAMEWORK_VERSION = A; 
    654777                                GCC_C_LANGUAGE_STANDARD = gnu99; 
     
    678801                                ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)"; 
    679802                                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
    683806                                FRAMEWORK_VERSION = A; 
    684807                                GCC_C_LANGUAGE_STANDARD = gnu99; 
     
    761884                        name = Deployment; 
    762885                }; 
     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                }; 
    763931                FE2BBD840D8B0D3900184787 /* Development */ = { 
    764932                        isa = XCBuildConfiguration; 
     
    778946                                PRODUCT_NAME = json; 
    779947                                PUBLIC_HEADERS_FOLDER_PATH = /usr/local/include/JSON; 
     948                                SDKROOT = ""; 
    780949                        }; 
    781950                        name = Development; 
     
    801970                                PRODUCT_NAME = json; 
    802971                                PUBLIC_HEADERS_FOLDER_PATH = /usr/local/include/JSON; 
     972                                SDKROOT = ""; 
     973                                SKIP_INSTALL = NO; 
    803974                        }; 
    804975                        name = Deployment; 
     
    8681039                                53D229750C9611FF00276605 /* Development */, 
    8691040                                53D229760C9611FF00276605 /* Deployment */, 
    870                                 34A6886D0DD39803008F0430 /* Deployment-Debug */, 
    871                                 3425CC2F0DEF320500A1139F /* Deployment-Debug_PPC-Only */, 
     1041                                34ACDA890E16D5C500451D76 /* Deployment-Debug */, 
     1042                                34ACDA8F0E16D5C500451D76 /* Deployment-Debug_PPC_Only */, 
    8721043                        ); 
    8731044                        defaultConfigurationIsVisible = 0; 
     
    8791050                                53D229860C96121700276605 /* Development */, 
    8801051                                53D229870C96121700276605 /* Deployment */, 
    881                                 34A6886E0DD39803008F0430 /* Deployment-Debug */, 
    882                                 3425CC300DEF320500A1139F /* Deployment-Debug_PPC-Only */, 
     1052                                34ACDA8A0E16D5C500451D76 /* Deployment-Debug */, 
     1053                                34ACDA900E16D5C500451D76 /* Deployment-Debug_PPC_Only */, 
    8831054                        ); 
    8841055                        defaultConfigurationIsVisible = 0; 
     
    8901061                                53D229900C96122A00276605 /* Development */, 
    8911062                                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 */, 
    8941076                        ); 
    8951077                        defaultConfigurationIsVisible = 0; 
     
    9011083                                FE2BBD840D8B0D3900184787 /* Development */, 
    9021084                                FE2BBD850D8B0D3900184787 /* Deployment */, 
    903                                 34A688700DD39803008F0430 /* Deployment-Debug */, 
    904                                 3425CC320DEF320500A1139F /* Deployment-Debug_PPC-Only */, 
     1085                                34ACDA8C0E16D5C500451D76 /* Deployment-Debug */, 
     1086                                34ACDA920E16D5C500451D76 /* Deployment-Debug_PPC_Only */, 
    9051087                        ); 
    9061088                        defaultConfigurationIsVisible = 0; 
     
    9121094                                FE2BBDAD0D8B0EE100184787 /* Development */, 
    9131095                                FE2BBDAE0D8B0EE100184787 /* Deployment */, 
    914                                 34A688710DD39803008F0430 /* Deployment-Debug */, 
    915                                 3425CC330DEF320500A1139F /* Deployment-Debug_PPC-Only */, 
     1096                                34ACDA8D0E16D5C500451D76 /* Deployment-Debug */, 
     1097                                34ACDA930E16D5C500451D76 /* Deployment-Debug_PPC_Only */, 
    9161098                        ); 
    9171099                        defaultConfigurationIsVisible = 0;