Changeset 3776

Show
Ignore:
Timestamp:
01/21/08 22:14:49 (10 months ago)
Author:
timothy
Message:

Remove the 'Release (Universal)' build configuration, the
Release configuration is now universal. #1186

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Chat Core.xcodeproj/project.pbxproj

    r3755 r3776  
    742742 
    743743/* Begin XCBuildConfiguration section */ 
    744                 1C041DDB08553AD200A5A5BA /* Release */ = { 
    745                         isa = XCBuildConfiguration; 
    746                         buildSettings = { 
    747                                 DYLIB_COMPATIBILITY_VERSION = 2; 
    748                                 DYLIB_CURRENT_VERSION = 2; 
    749                                 EXPORTED_SYMBOLS_FILE = "Chat Core.exp"; 
    750                                 FRAMEWORK_VERSION = A; 
    751                                 GCC_PREFIX_HEADER = Basic.pch; 
    752                                 INFOPLIST_FILE = "Resources/Info-ChatCore.plist"; 
    753                                 INSTALL_PATH = "@executable_path/../Frameworks"; 
    754                                 OTHER_LDFLAGS = ( 
    755                                         "-seg1addr", 
    756                                         0xa10000, 
    757                                 ); 
    758                                 PRODUCT_NAME = ChatCore; 
    759                                 SKIP_INSTALL = YES; 
    760                                 WRAPPER_EXTENSION = framework; 
    761                         }; 
    762                         name = Release; 
    763                 }; 
    764744                1C041DDC08553AD200A5A5BA /* Development */ = { 
    765745                        isa = XCBuildConfiguration; 
     
    782762                        name = Development; 
    783763                }; 
    784                 1C041DDF08553AD200A5A5BA /* Release */ = { 
    785                         isa = XCBuildConfiguration; 
    786                         baseConfigurationReference = 1C9AE8E0086A5218008ED7AD /* Common Settings.xcconfig */; 
    787                         buildSettings = { 
    788                                 SYMROOT = build; 
    789                         }; 
    790                         name = Release; 
    791                 }; 
    792764                1C041DE008553AD200A5A5BA /* Development */ = { 
    793765                        isa = XCBuildConfiguration; 
     
    800772                        name = Development; 
    801773                }; 
    802                 1C7F2DB408553C1900D41FB0 /* Release (Universal) */ = { 
     774                1C7F2DB408553C1900D41FB0 /* Release */ = { 
    803775                        isa = XCBuildConfiguration; 
    804776                        buildSettings = { 
     
    818790                                WRAPPER_EXTENSION = framework; 
    819791                        }; 
    820                         name = "Release (Universal)"
    821                 }; 
    822                 1C7F2DB508553C1900D41FB0 /* Release (Universal) */ = { 
     792                        name = Release
     793                }; 
     794                1C7F2DB508553C1900D41FB0 /* Release */ = { 
    823795                        isa = XCBuildConfiguration; 
    824796                        baseConfigurationReference = 1C9AE8E0086A5218008ED7AD /* Common Settings.xcconfig */; 
     
    830802                                SYMROOT = build; 
    831803                        }; 
    832                         name = "Release (Universal)"
     804                        name = Release
    833805                }; 
    834806/* End XCBuildConfiguration section */ 
     
    838810                        isa = XCConfigurationList; 
    839811                        buildConfigurations = ( 
    840                                 1C041DDB08553AD200A5A5BA /* Release */, 
    841                                 1C7F2DB408553C1900D41FB0 /* Release (Universal) */, 
     812                                1C7F2DB408553C1900D41FB0 /* Release */, 
    842813                                1C041DDC08553AD200A5A5BA /* Development */, 
    843814                        ); 
    844815                        defaultConfigurationIsVisible = 0; 
    845                         defaultConfigurationName = Release
     816                        defaultConfigurationName = Development
    846817                }; 
    847818                1C041DDE08553AD200A5A5BA /* Build configuration list for PBXProject "Chat Core" */ = { 
    848819                        isa = XCConfigurationList; 
    849820                        buildConfigurations = ( 
    850                                 1C041DDF08553AD200A5A5BA /* Release */, 
    851                                 1C7F2DB508553C1900D41FB0 /* Release (Universal) */, 
     821                                1C7F2DB508553C1900D41FB0 /* Release */, 
    852822                                1C041DE008553AD200A5A5BA /* Development */, 
    853823                        ); 
    854824                        defaultConfigurationIsVisible = 0; 
    855                         defaultConfigurationName = Release
     825                        defaultConfigurationName = Development
    856826                }; 
    857827/* End XCConfigurationList section */ 
  • trunk/Colloquy.xcodeproj/project.pbxproj

    r3763 r3776  
    30263026 
    30273027/* Begin XCBuildConfiguration section */ 
    3028                 1C041A650854E97700A5A5BA /* Release */ = { 
    3029                         isa = XCBuildConfiguration; 
    3030                         buildSettings = { 
    3031                                 GCC_PREFIX_HEADER = Basic.pch; 
    3032                                 INFOPLIST_FILE = "Resources/Info-StandardCommands.plist"; 
    3033                                 OTHER_LDFLAGS = ( 
    3034                                         "-undefined", 
    3035                                         dynamic_lookup, 
    3036                                 ); 
    3037                                 PRODUCT_NAME = "Standard Commands"; 
    3038                                 WRAPPER_EXTENSION = plugin; 
    3039                         }; 
    3040                         name = Release; 
    3041                 }; 
    30423028                1C041A660854E97700A5A5BA /* Development */ = { 
    30433029                        isa = XCBuildConfiguration; 
     
    30543040                        name = Development; 
    30553041                }; 
    3056                 1C041A690854E97700A5A5BA /* Release */ = { 
     3042                1C041A6A0854E97700A5A5BA /* Development */ = { 
     3043                        isa = XCBuildConfiguration; 
     3044                        buildSettings = { 
     3045                                GCC_PREFIX_HEADER = Colloquy.pch; 
     3046                                HEADER_SEARCH_PATHS = ( 
     3047                                        /usr/include/libxml2, 
     3048                                        "$(HEADER_SEARCH_PATHS)", 
     3049                                ); 
     3050                                INFOPLIST_FILE = Resources/Info.plist; 
     3051                                OTHER_LDFLAGS = ( 
     3052                                        "-lxml2", 
     3053                                        "-lxslt", 
     3054                                        "-lexslt", 
     3055                                ); 
     3056                                PRODUCT_NAME = Colloquy; 
     3057                                WRAPPER_EXTENSION = app; 
     3058                        }; 
     3059                        name = Development; 
     3060                }; 
     3061                1C041A6E0854E97700A5A5BA /* Development */ = { 
     3062                        isa = XCBuildConfiguration; 
     3063                        buildSettings = { 
     3064                                GCC_FAST_OBJC_DISPATCH = YES; 
     3065                                HEADER_SEARCH_PATHS = /usr/include/libxml2; 
     3066                                INFOPLIST_FILE = Importer/Info.plist; 
     3067                                OTHER_LDFLAGS = "-lxml2"; 
     3068                                PRODUCT_NAME = Colloquy; 
     3069                                SDKROOT_ = /Developer/SDKs/MacOSX10.4u.sdk; 
     3070                                SDKROOT_ppc = /Developer/SDKs/MacOSX10.4u.sdk; 
     3071                                SDKROOT_ppc7400 = /Developer/SDKs/MacOSX10.4u.sdk; 
     3072                                SDKROOT_ppc970 = /Developer/SDKs/MacOSX10.4u.sdk; 
     3073                                WRAPPER_EXTENSION = mdimporter; 
     3074                        }; 
     3075                        name = Development; 
     3076                }; 
     3077                1C041A720854E97700A5A5BA /* Development */ = { 
     3078                        isa = XCBuildConfiguration; 
     3079                        baseConfigurationReference = 1C6A13ED08666E62009EE6D2 /* Common Settings.xcconfig */; 
     3080                        buildSettings = { 
     3081                                GCC_OPTIMIZATION_LEVEL = 0; 
     3082                                GCC_PREPROCESSOR_DEFINITIONS = ( 
     3083                                        DEBUG, 
     3084                                        "$(GCC_PREPROCESSOR_DEFINITIONS)", 
     3085                                ); 
     3086                                SYMROOT = build; 
     3087                        }; 
     3088                        name = Development; 
     3089                }; 
     3090                1C041DC90855377900A5A5BA /* Release */ = { 
     3091                        isa = XCBuildConfiguration; 
     3092                        buildSettings = { 
     3093                                GCC_PREFIX_HEADER = Basic.pch; 
     3094                                INFOPLIST_FILE = "Resources/Info-StandardCommands.plist"; 
     3095                                OTHER_LDFLAGS = ( 
     3096                                        "-undefined", 
     3097                                        dynamic_lookup, 
     3098                                ); 
     3099                                PRODUCT_NAME = "Standard Commands"; 
     3100                                WRAPPER_EXTENSION = plugin; 
     3101                        }; 
     3102                        name = Release; 
     3103                }; 
     3104                1C041DCA0855377900A5A5BA /* Release */ = { 
    30573105                        isa = XCBuildConfiguration; 
    30583106                        buildSettings = { 
     
    30813129                        name = Release; 
    30823130                }; 
    3083                 1C041A6A0854E97700A5A5BA /* Development */ = { 
    3084                         isa = XCBuildConfiguration; 
    3085                         buildSettings = { 
    3086                                 GCC_PREFIX_HEADER = Colloquy.pch; 
    3087                                 HEADER_SEARCH_PATHS = ( 
    3088                                         /usr/include/libxml2, 
    3089                                         "$(HEADER_SEARCH_PATHS)", 
    3090                                 ); 
    3091                                 INFOPLIST_FILE = Resources/Info.plist; 
    3092                                 OTHER_LDFLAGS = ( 
    3093                                         "-lxml2", 
    3094                                         "-lxslt", 
    3095                                         "-lexslt", 
    3096                                 ); 
    3097                                 PRODUCT_NAME = Colloquy; 
    3098                                 WRAPPER_EXTENSION = app; 
    3099                         }; 
    3100                         name = Development; 
    3101                 }; 
    3102                 1C041A6D0854E97700A5A5BA /* Release */ = { 
     3131                1C041DCB0855377900A5A5BA /* Release */ = { 
    31033132                        isa = XCBuildConfiguration; 
    31043133                        buildSettings = { 
     
    31173146                        name = Release; 
    31183147                }; 
    3119                 1C041A6E0854E97700A5A5BA /* Development */ = { 
    3120                         isa = XCBuildConfiguration; 
    3121                         buildSettings = { 
    3122                                 GCC_FAST_OBJC_DISPATCH = YES; 
    3123                                 HEADER_SEARCH_PATHS = /usr/include/libxml2; 
    3124                                 INFOPLIST_FILE = Importer/Info.plist; 
    3125                                 OTHER_LDFLAGS = "-lxml2"; 
    3126                                 PRODUCT_NAME = Colloquy; 
    3127                                 SDKROOT_ = /Developer/SDKs/MacOSX10.4u.sdk; 
    3128                                 SDKROOT_ppc = /Developer/SDKs/MacOSX10.4u.sdk; 
    3129                                 SDKROOT_ppc7400 = /Developer/SDKs/MacOSX10.4u.sdk; 
    3130                                 SDKROOT_ppc970 = /Developer/SDKs/MacOSX10.4u.sdk; 
    3131                                 WRAPPER_EXTENSION = mdimporter; 
    3132                         }; 
    3133                         name = Development; 
    3134                 }; 
    3135                 1C041A710854E97700A5A5BA /* Release */ = { 
    3136                         isa = XCBuildConfiguration; 
    3137                         baseConfigurationReference = 1C6A13ED08666E62009EE6D2 /* Common Settings.xcconfig */; 
    3138                         buildSettings = { 
    3139                                 SYMROOT = build; 
    3140                         }; 
    3141                         name = Release; 
    3142                 }; 
    3143                 1C041A720854E97700A5A5BA /* Development */ = { 
    3144                         isa = XCBuildConfiguration; 
    3145                         baseConfigurationReference = 1C6A13ED08666E62009EE6D2 /* Common Settings.xcconfig */; 
    3146                         buildSettings = { 
    3147                                 GCC_OPTIMIZATION_LEVEL = 0; 
    3148                                 GCC_PREPROCESSOR_DEFINITIONS = ( 
    3149                                         DEBUG, 
    3150                                         "$(GCC_PREPROCESSOR_DEFINITIONS)", 
    3151                                 ); 
    3152                                 SYMROOT = build; 
    3153                         }; 
    3154                         name = Development; 
    3155                 }; 
    3156                 1C041DC90855377900A5A5BA /* Release (Universal) */ = { 
    3157                         isa = XCBuildConfiguration; 
    3158                         buildSettings = { 
    3159                                 GCC_PREFIX_HEADER = Basic.pch; 
    3160                                 INFOPLIST_FILE = "Resources/Info-StandardCommands.plist"; 
    3161                                 OTHER_LDFLAGS = ( 
    3162                                         "-undefined", 
    3163                                         dynamic_lookup, 
    3164                                 ); 
    3165                                 PRODUCT_NAME = "Standard Commands"; 
    3166                                 WRAPPER_EXTENSION = plugin; 
    3167                         }; 
    3168                         name = "Release (Universal)"; 
    3169                 }; 
    3170                 1C041DCA0855377900A5A5BA /* Release (Universal) */ = { 
    3171                         isa = XCBuildConfiguration; 
    3172                         buildSettings = { 
    3173                                 GCC_PREFIX_HEADER = Colloquy.pch; 
    3174                                 HEADER_SEARCH_PATHS = ( 
    3175                                         /usr/include/libxml2, 
    3176                                         "$(HEADER_SEARCH_PATHS)", 
    3177                                 ); 
    3178                                 INFOPLIST_FILE = Resources/Info.plist; 
    3179                                 OTHER_LDFLAGS = ( 
    3180                                         "-lxml2", 
    3181                                         "-lxslt", 
    3182                                         "-lexslt", 
    3183                                 ); 
    3184                                 PRODUCT_NAME = Colloquy; 
    3185                                 SECTORDER_FLAGS = ( 
    3186                                         "-sectorder", 
    3187                                         __TEXT, 
    3188                                         __text, 
    3189                                         Colloquy.order, 
    3190                                         "-e", 
    3191                                         start, 
    3192                                 ); 
    3193                                 WRAPPER_EXTENSION = app; 
    3194                         }; 
    3195                         name = "Release (Universal)"; 
    3196                 }; 
    3197                 1C041DCB0855377900A5A5BA /* Release (Universal) */ = { 
    3198                         isa = XCBuildConfiguration; 
    3199                         buildSettings = { 
    3200                                 GCC_FAST_OBJC_DISPATCH = YES; 
    3201                                 HEADER_SEARCH_PATHS = /usr/include/libxml2; 
    3202                                 INFOPLIST_FILE = Importer/Info.plist; 
    3203                                 MACOSX_DEPLOYMENT_TARGET = 10.4; 
    3204                                 OTHER_LDFLAGS = "-lxml2"; 
    3205                                 PRODUCT_NAME = Colloquy; 
    3206                                 SDKROOT_ = /Developer/SDKs/MacOSX10.4u.sdk; 
    3207                                 SDKROOT_ppc = /Developer/SDKs/MacOSX10.4u.sdk; 
    3208                                 SDKROOT_ppc7400 = /Developer/SDKs/MacOSX10.4u.sdk; 
    3209                                 SDKROOT_ppc970 = /Developer/SDKs/MacOSX10.4u.sdk; 
    3210                                 WRAPPER_EXTENSION = mdimporter; 
    3211                         }; 
    3212                         name = "Release (Universal)"; 
    3213                 }; 
    3214                 1C041DCC0855377900A5A5BA /* Release (Universal) */ = { 
     3148                1C041DCC0855377900A5A5BA /* Release */ = { 
    32153149                        isa = XCBuildConfiguration; 
    32163150                        baseConfigurationReference = 1C6A13ED08666E62009EE6D2 /* Common Settings.xcconfig */; 
     
    32223156                                SYMROOT = build; 
    32233157                        }; 
    3224                         name = "Release (Universal)"
    3225                 }; 
    3226                 1C7A60BC09FDE8580029AC64 /* Release */ = { 
     3158                        name = Release
     3159                }; 
     3160                1C7A60BD09FDE8580029AC64 /* Release */ = { 
    32273161                        isa = XCBuildConfiguration; 
    32283162                        buildSettings = { 
     
    32453179                        }; 
    32463180                        name = Release; 
    3247                 }; 
    3248                 1C7A60BD09FDE8580029AC64 /* Release (Universal) */ = { 
    3249                         isa = XCBuildConfiguration; 
    3250                         buildSettings = { 
    3251                                 BUNDLE_LOADER = "$(TEST_HOST)"; 
    3252                                 FRAMEWORK_SEARCH_PATHS = ( 
    3253                                         "$(inherited)", 
    3254                                         "$(DEVELOPER_FRAMEWORKS_DIR_QUOTED)", 
    3255                                 ); 
    3256                                 GCC_FAST_OBJC_DISPATCH = YES; 
    3257                                 INSTALL_PATH = "$(USER_LIBRARY_DIR)/Bundles"; 
    3258                                 OTHER_LDFLAGS = ( 
    3259                                         "-framework", 
    3260                                         Cocoa, 
    3261                                         "-framework", 
    3262                                         SenTestingKit, 
    3263                                 ); 
    3264                                 PRODUCT_NAME = "Colloquy Tests"; 
    3265                                 TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Colloquy.app/Contents/MacOS/Colloquy"; 
    3266                                 WRAPPER_EXTENSION = octest; 
    3267                         }; 
    3268                         name = "Release (Universal)"; 
    32693181                }; 
    32703182                1C7A60BE09FDE8580029AC64 /* Development */ = { 
     
    32963208                        isa = XCConfigurationList; 
    32973209                        buildConfigurations = ( 
    3298                                 1C041A650854E97700A5A5BA /* Release */, 
    3299                                 1C041DC90855377900A5A5BA /* Release (Universal) */, 
     3210                                1C041DC90855377900A5A5BA /* Release */, 
    33003211                                1C041A660854E97700A5A5BA /* Development */, 
    33013212                        ); 
    33023213                        defaultConfigurationIsVisible = 0; 
    3303                         defaultConfigurationName = Release
     3214                        defaultConfigurationName = Development
    33043215                }; 
    33053216                1C041A680854E97700A5A5BA /* Build configuration list for PBXNativeTarget "Colloquy (Application)" */ = { 
    33063217                        isa = XCConfigurationList; 
    33073218                        buildConfigurations = ( 
    3308                                 1C041A690854E97700A5A5BA /* Release */, 
    3309                                 1C041DCA0855377900A5A5BA /* Release (Universal) */, 
     3219                                1C041DCA0855377900A5A5BA /* Release */, 
    33103220                                1C041A6A0854E97700A5A5BA /* Development */, 
    33113221                        ); 
    33123222                        defaultConfigurationIsVisible = 0; 
    3313                         defaultConfigurationName = Release
     3223                        defaultConfigurationName = Development
    33143224                }; 
    33153225                1C041A6C0854E97700A5A5BA /* Build configuration list for PBXNativeTarget "Colloquy (Metadata Importer)" */ = { 
    33163226                        isa = XCConfigurationList; 
    33173227                        buildConfigurations = ( 
    3318                                 1C041A6D0854E97700A5A5BA /* Release */, 
    3319                                 1C041DCB0855377900A5A5BA /* Release (Universal) */, 
     3228                                1C041DCB0855377900A5A5BA /* Release */, 
    33203229                                1C041A6E0854E97700A5A5BA /* Development */, 
    33213230                        ); 
    33223231                        defaultConfigurationIsVisible = 0; 
    3323                         defaultConfigurationName = Release
     3232                        defaultConfigurationName = Development
    33243233                }; 
    33253234                1C041A700854E97700A5A5BA /* Build configuration list for PBXProject "Colloquy" */ = { 
    33263235                        isa = XCConfigurationList; 
    33273236                        buildConfigurations = ( 
    3328                                 1C041A710854E97700A5A5BA /* Release */, 
    3329                                 1C041DCC0855377900A5A5BA /* Release (Universal) */, 
     3237                                1C041DCC0855377900A5A5BA /* Release */, 
    33303238                                1C041A720854E97700A5A5BA /* Development */, 
    33313239                        ); 
    33323240                        defaultConfigurationIsVisible = 0; 
    3333                         defaultConfigurationName = Release
     3241                        defaultConfigurationName = Development
    33343242                }; 
    33353243                1C7A60BB09FDE8580029AC64 /* Build configuration list for PBXNativeTarget "Colloquy Tests" */ = { 
    33363244                        isa = XCConfigurationList; 
    33373245                        buildConfigurations = ( 
    3338                                 1C7A60BC09FDE8580029AC64 /* Release */, 
    3339                                 1C7A60BD09FDE8580029AC64 /* Release (Universal) */, 
     3246                                1C7A60BD09FDE8580029AC64 /* Release */, 
    33403247                                1C7A60BE09FDE8580029AC64 /* Development */, 
    33413248                        ); 
    33423249                        defaultConfigurationIsVisible = 0; 
    3343                         defaultConfigurationName = Release
     3250                        defaultConfigurationName = Development
    33443251                }; 
    33453252/* End XCConfigurationList section */ 
  • trunk/Frameworks/AGRegex/AGRegex.xcodeproj/project.pbxproj

    r3716 r3776  
    396396                        name = Development; 
    397397                }; 
    398                 1C3260060865DDF000357DB1 /* Release */ = { 
    399                         isa = XCBuildConfiguration; 
    400                         buildSettings = { 
    401                                 COPY_PHASE_STRIP = NO; 
    402                                 DEPLOYMENT_POSTPROCESSING = YES; 
    403                                 GCC_CW_ASM_SYNTAX = NO; 
    404                                 GCC_ENABLE_CPP_EXCEPTIONS = NO; 
    405                                 GCC_ENABLE_CPP_RTTI = NO; 
    406                                 GCC_ENABLE_FIX_AND_CONTINUE = NO; 
    407                                 GCC_ENABLE_OBJC_EXCEPTIONS = YES; 
    408                                 GCC_OPTIMIZATION_LEVEL = s; 
    409                                 GCC_PRECOMPILE_PREFIX_HEADER = YES; 
    410                                 GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; 
    411                                 LIBRARY_STYLE = DYNAMIC; 
    412                                 MACOSX_DEPLOYMENT_TARGET = 10.3; 
    413                                 OTHER_CFLAGS = "-fconstant-cfstrings"; 
    414                                 PREBINDING = YES; 
    415                                 SYMROOT = ../../build; 
    416                                 UNSTRIPPED_PRODUCT = YES; 
    417                                 ZERO_LINK = NO; 
    418                         }; 
    419                         name = Release; 
    420                 }; 
    421398                1C6A0C320865E09C009EE6D2 /* Development */ = { 
    422399                        isa = XCBuildConfiguration; 
     
    442419                        }; 
    443420                        name = Development; 
    444                 }; 
    445                 1C6A0C330865E09C009EE6D2 /* Release */ = { 
    446                         isa = XCBuildConfiguration; 
    447                         buildSettings = { 
    448                                 COPY_PHASE_STRIP = YES; 
    449                                 DEAD_CODE_STRIPPING = YES; 
    450                                 DYLIB_COMPATIBILITY_VERSION = 1; 
    451                                 DYLIB_CURRENT_VERSION = 1; 
    452                                 EXPORTED_SYMBOLS_FILE = AGRegex.exp; 
    453                                 FRAMEWORK_VERSION = A; 
    454                                 GCC_GENERATE_DEBUGGING_SYMBOLS = NO; 
    455                                 GCC_PREPROCESSOR_DEFINITIONS = ( 
    456                                         SUPPORT_UTF8, 
    457                                         SUPPORT_UCP, 
    458                                 ); 
    459                                 INFOPLIST_FILE = Info.plist; 
    460                                 INSTALL_PATH = "@executable_path/../Frameworks/"; 
    461                                 OTHER_LDFLAGS = ( 
    462                                         "-seg1addr", 
    463                                         0x900000, 
    464                                 ); 
    465                                 PRODUCT_NAME = AGRegex; 
    466                                 SKIP_INSTALL = YES; 
    467                                 STRIP_INSTALLED_PRODUCT = YES; 
    468                                 SYMROOT = ../../build; 
    469                                 WRAPPER_EXTENSION = framework; 
    470                         }; 
    471                         name = Release; 
    472421                }; 
    473422                1C6A0C480865E09C009EE6D2 /* Development */ = { 
     
    495444                        name = Development; 
    496445                }; 
    497                 1C6A0C490865E09C009EE6D2 /* Release */ = { 
     446                1C9AED4F086B1909008ED7AD /* Release */ = { 
     447                        isa = XCBuildConfiguration; 
     448                        buildSettings = { 
     449                                COPY_PHASE_STRIP = YES; 
     450                                DEAD_CODE_STRIPPING = YES; 
     451                                DYLIB_COMPATIBILITY_VERSION = 1; 
     452                                DYLIB_CURRENT_VERSION = 1; 
     453                                EXPORTED_SYMBOLS_FILE = AGRegex.exp; 
     454                                FRAMEWORK_VERSION = A; 
     455                                GCC_GENERATE_DEBUGGING_SYMBOLS = NO; 
     456                                GCC_PREPROCESSOR_DEFINITIONS = ( 
     457                                        SUPPORT_UTF8, 
     458                                        SUPPORT_UCP, 
     459                                ); 
     460                                INFOPLIST_FILE = Info.plist; 
     461                                INSTALL_PATH = "@executable_path/../Frameworks/"; 
     462                                OTHER_LDFLAGS = ( 
     463                                        "-seg1addr", 
     464                                        0x900000, 
     465                                ); 
     466                                PRODUCT_NAME = AGRegex; 
     467                                SKIP_INSTALL = YES; 
     468                                STRIP_INSTALLED_PRODUCT = YES; 
     469                                SYMROOT = ../../build; 
     470                                WRAPPER_EXTENSION = framework; 
     471                        }; 
     472                        name = Release; 
     473                }; 
     474                1C9AED50086B1909008ED7AD /* Release */ = { 
    498475                        isa = XCBuildConfiguration; 
    499476                        buildSettings = { 
     
    516493                        name = Release; 
    517494                }; 
    518                 1C9AED4F086B1909008ED7AD /* Release (Universal) */ = { 
    519                         isa = XCBuildConfiguration; 
    520                         buildSettings = { 
    521                                 COPY_PHASE_STRIP = YES; 
    522                                 DEAD_CODE_STRIPPING = YES; 
    523                                 DYLIB_COMPATIBILITY_VERSION = 1; 
    524                                 DYLIB_CURRENT_VERSION = 1; 
    525                                 EXPORTED_SYMBOLS_FILE = AGRegex.exp; 
    526                                 FRAMEWORK_VERSION = A; 
    527                                 GCC_GENERATE_DEBUGGING_SYMBOLS = NO; 
    528                                 GCC_PREPROCESSOR_DEFINITIONS = ( 
    529                                         SUPPORT_UTF8, 
    530                                         SUPPORT_UCP, 
    531                                 ); 
    532                                 INFOPLIST_FILE = Info.plist; 
    533                                 INSTALL_PATH = "@executable_path/../Frameworks/"; 
    534                                 OTHER_LDFLAGS = ( 
    535                                         "-seg1addr", 
    536                                         0x900000, 
    537                                 ); 
    538                                 PRODUCT_NAME = AGRegex; 
    539                                 SKIP_INSTALL = YES; 
    540                                 STRIP_INSTALLED_PRODUCT = YES; 
    541                                 SYMROOT = ../../build; 
    542                                 WRAPPER_EXTENSION = framework; 
    543                         }; 
    544                         name = "Release (Universal)"; 
    545                 }; 
    546                 1C9AED50086B1909008ED7AD /* Release (Universal) */ = { 
    547                         isa = XCBuildConfiguration; 
    548                         buildSettings = { 
    549                                 COPY_PHASE_STRIP = YES; 
    550                                 GCC_ENABLE_FIX_AND_CONTINUE = NO; 
    551                                 INFOPLIST_FILE = "Info-RegexTest.plist"; 
    552                                 OTHER_CFLAGS = ""; 
    553                                 OTHER_LDFLAGS = ""; 
    554                                 OTHER_REZFLAGS = ""; 
    555                                 PRODUCT_NAME = RegexTest; 
    556                                 SECTORDER_FLAGS = ""; 
    557                                 WARNING_CFLAGS = ( 
    558                                         "-Wmost", 
    559                                         "-Wno-four-char-constants", 
    560                                         "-Wno-unknown-pragmas", 
    561                                 ); 
    562                                 WRAPPER_EXTENSION = app; 
    563                                 ZERO_LINK = NO; 
    564                         }; 
    565                         name = "Release (Universal)"; 
    566                 }; 
    567                 1C9AED51086B1909008ED7AD /* Release (Universal) */ = { 
     495                1C9AED51086B1909008ED7AD /* Release */ = { 
    568496                        isa = XCBuildConfiguration; 
    569497                        buildSettings = { 
     
    591519                                ZERO_LINK = NO; 
    592520                        }; 
    593                         name = "Release (Universal)"
     521                        name = Release
    594522                }; 
    595523/* End XCBuildConfiguration section */ 
     
    600528                        buildConfigurations = ( 
    601529                                1C3260050865DDF000357DB1 /* Development */, 
    602                                 1C3260060865DDF000357DB1 /* Release */, 
    603                                 1C9AED51086B1909008ED7AD /* Release (Universal) */, 
     530                                1C9AED51086B1909008ED7AD /* Release */, 
    604531                        ); 
    605532                        defaultConfigurationIsVisible = 0; 
     
    610537                        buildConfigurations = ( 
    611538                                1C6A0C320865E09C009EE6D2 /* Development */, 
    612                                 1C6A0C330865E09C009EE6D2 /* Release */, 
    613                                 1C9AED4F086B1909008ED7AD /* Release (Universal) */, 
     539                                1C9AED4F086B1909008ED7AD /* Release */, 
    614540                        ); 
    615541                        defaultConfigurationIsVisible = 0; 
     
    620546                        buildConfigurations = ( 
    621547                                1C6A0C480865E09C009EE6D2 /* Development */, 
    622                                 1C6A0C490865E09C009EE6D2 /* Release */, 
    623                                 1C9AED50086B1909008ED7AD /* Release (Universal) */, 
     548                                1C9AED50086B1909008ED7AD /* Release */, 
    624549                        ); 
    625550                        defaultConfigurationIsVisible = 0; 
  • trunk/Frameworks/Acid/Acid.xcodeproj/project.pbxproj

    r3755 r3776  
    477477                        name = Development; 
    478478                }; 
    479                 1DEB91AF08733DA50010E9CD /* Release */ = { 
     479                1DEB91B208733DA50010E9CD /* Development */ = { 
     480                        isa = XCBuildConfiguration; 
     481                        baseConfigurationReference = DDF45C0C0BD5CF0E0050911E /* Common Settings.xcconfig */; 
     482                        buildSettings = { 
     483                                GCC_OPTIMIZATION_LEVEL = 0; 
     484                                GCC_PREPROCESSOR_DEFINITIONS = DEBUG; 
     485                                SYMROOT = ../../build; 
     486                        }; 
     487                        name = Development; 
     488                }; 
     489                DDF45C080BD5CEF40050911E /* Release */ = { 
     490                        isa = XCBuildConfiguration; 
     491                        baseConfigurationReference = DDF45C0C0BD5CF0E0050911E /* Common Settings.xcconfig */; 
     492                        buildSettings = { 
     493                                ARCHS = ( 
     494                                        ppc, 
     495                                        i386, 
     496                                ); 
     497                                SYMROOT = ../../build; 
     498                        }; 
     499                        name = Release; 
     500                }; 
     501                DDF45C090BD5CEF40050911E /* Release */ = { 
    480502                        isa = XCBuildConfiguration; 
    481503                        buildSettings = { 
     
    493515                        name = Release; 
    494516                }; 
    495                 1DEB91B208733DA50010E9CD /* Development */ = { 
    496                         isa = XCBuildConfiguration; 
    497                         baseConfigurationReference = DDF45C0C0BD5CF0E0050911E /* Common Settings.xcconfig */; 
    498                         buildSettings = { 
    499                                 GCC_OPTIMIZATION_LEVEL = 0; 
    500                                 GCC_PREPROCESSOR_DEFINITIONS = DEBUG; 
    501                                 SYMROOT = ../../build; 
    502