Changeset 3776
- Timestamp:
- 01/21/08 22:14:49 (10 months ago)
- Files:
-
- trunk/Chat Core.xcodeproj/project.pbxproj (modified) (6 diffs)
- trunk/Colloquy.xcodeproj/project.pbxproj (modified) (7 diffs)
- trunk/Frameworks/AGRegex/AGRegex.xcodeproj/project.pbxproj (modified) (8 diffs)
- trunk/Frameworks/Acid/Acid.xcodeproj/project.pbxproj (modified) (4 diffs)
- trunk/Makefile (modified) (1 diff)
- trunk/Plug-Ins/AppleScript Support/AppleScript Support.xcodeproj/project.pbxproj (modified) (5 diffs)
- trunk/Plug-Ins/Avatar Support/Avatar Support.xcodeproj/project.pbxproj (modified) (1 diff)
- trunk/Plug-Ins/F-Script Support/F-Script Support.xcodeproj/project.pbxproj (modified) (6 diffs)
- trunk/Plug-Ins/JavaScript Support/JavaScript Support.xcodeproj/project.pbxproj (modified) (7 diffs)
- trunk/Plug-Ins/Python Support/Python Support.xcodeproj/project.pbxproj (modified) (6 diffs)
- trunk/Plug-Ins/Ruby Support/Ruby Support.xcodeproj/project.pbxproj (modified) (6 diffs)
- trunk/Plug-Ins/Web Interface/Web Interface.xcodeproj/project.pbxproj (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Chat Core.xcodeproj/project.pbxproj
r3755 r3776 742 742 743 743 /* 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 };764 744 1C041DDC08553AD200A5A5BA /* Development */ = { 765 745 isa = XCBuildConfiguration; … … 782 762 name = Development; 783 763 }; 784 1C041DDF08553AD200A5A5BA /* Release */ = {785 isa = XCBuildConfiguration;786 baseConfigurationReference = 1C9AE8E0086A5218008ED7AD /* Common Settings.xcconfig */;787 buildSettings = {788 SYMROOT = build;789 };790 name = Release;791 };792 764 1C041DE008553AD200A5A5BA /* Development */ = { 793 765 isa = XCBuildConfiguration; … … 800 772 name = Development; 801 773 }; 802 1C7F2DB408553C1900D41FB0 /* Release (Universal)*/ = {774 1C7F2DB408553C1900D41FB0 /* Release */ = { 803 775 isa = XCBuildConfiguration; 804 776 buildSettings = { … … 818 790 WRAPPER_EXTENSION = framework; 819 791 }; 820 name = "Release (Universal)";821 }; 822 1C7F2DB508553C1900D41FB0 /* Release (Universal)*/ = {792 name = Release; 793 }; 794 1C7F2DB508553C1900D41FB0 /* Release */ = { 823 795 isa = XCBuildConfiguration; 824 796 baseConfigurationReference = 1C9AE8E0086A5218008ED7AD /* Common Settings.xcconfig */; … … 830 802 SYMROOT = build; 831 803 }; 832 name = "Release (Universal)";804 name = Release; 833 805 }; 834 806 /* End XCBuildConfiguration section */ … … 838 810 isa = XCConfigurationList; 839 811 buildConfigurations = ( 840 1C041DDB08553AD200A5A5BA /* Release */, 841 1C7F2DB408553C1900D41FB0 /* Release (Universal) */, 812 1C7F2DB408553C1900D41FB0 /* Release */, 842 813 1C041DDC08553AD200A5A5BA /* Development */, 843 814 ); 844 815 defaultConfigurationIsVisible = 0; 845 defaultConfigurationName = Release;816 defaultConfigurationName = Development; 846 817 }; 847 818 1C041DDE08553AD200A5A5BA /* Build configuration list for PBXProject "Chat Core" */ = { 848 819 isa = XCConfigurationList; 849 820 buildConfigurations = ( 850 1C041DDF08553AD200A5A5BA /* Release */, 851 1C7F2DB508553C1900D41FB0 /* Release (Universal) */, 821 1C7F2DB508553C1900D41FB0 /* Release */, 852 822 1C041DE008553AD200A5A5BA /* Development */, 853 823 ); 854 824 defaultConfigurationIsVisible = 0; 855 defaultConfigurationName = Release;825 defaultConfigurationName = Development; 856 826 }; 857 827 /* End XCConfigurationList section */ trunk/Colloquy.xcodeproj/project.pbxproj
r3763 r3776 3026 3026 3027 3027 /* 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 };3042 3028 1C041A660854E97700A5A5BA /* Development */ = { 3043 3029 isa = XCBuildConfiguration; … … 3054 3040 name = Development; 3055 3041 }; 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 */ = { 3057 3105 isa = XCBuildConfiguration; 3058 3106 buildSettings = { … … 3081 3129 name = Release; 3082 3130 }; 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 */ = { 3103 3132 isa = XCBuildConfiguration; 3104 3133 buildSettings = { … … 3117 3146 name = Release; 3118 3147 }; 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 */ = { 3215 3149 isa = XCBuildConfiguration; 3216 3150 baseConfigurationReference = 1C6A13ED08666E62009EE6D2 /* Common Settings.xcconfig */; … … 3222 3156 SYMROOT = build; 3223 3157 }; 3224 name = "Release (Universal)";3225 }; 3226 1C7A60B C09FDE8580029AC64 /* Release */ = {3158 name = Release; 3159 }; 3160 1C7A60BD09FDE8580029AC64 /* Release */ = { 3227 3161 isa = XCBuildConfiguration; 3228 3162 buildSettings = { … … 3245 3179 }; 3246 3180 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)";3269 3181 }; 3270 3182 1C7A60BE09FDE8580029AC64 /* Development */ = { … … 3296 3208 isa = XCConfigurationList; 3297 3209 buildConfigurations = ( 3298 1C041A650854E97700A5A5BA /* Release */, 3299 1C041DC90855377900A5A5BA /* Release (Universal) */, 3210 1C041DC90855377900A5A5BA /* Release */, 3300 3211 1C041A660854E97700A5A5BA /* Development */, 3301 3212 ); 3302 3213 defaultConfigurationIsVisible = 0; 3303 defaultConfigurationName = Release;3214 defaultConfigurationName = Development; 3304 3215 }; 3305 3216 1C041A680854E97700A5A5BA /* Build configuration list for PBXNativeTarget "Colloquy (Application)" */ = { 3306 3217 isa = XCConfigurationList; 3307 3218 buildConfigurations = ( 3308 1C041A690854E97700A5A5BA /* Release */, 3309 1C041DCA0855377900A5A5BA /* Release (Universal) */, 3219 1C041DCA0855377900A5A5BA /* Release */, 3310 3220 1C041A6A0854E97700A5A5BA /* Development */, 3311 3221 ); 3312 3222 defaultConfigurationIsVisible = 0; 3313 defaultConfigurationName = Release;3223 defaultConfigurationName = Development; 3314 3224 }; 3315 3225 1C041A6C0854E97700A5A5BA /* Build configuration list for PBXNativeTarget "Colloquy (Metadata Importer)" */ = { 3316 3226 isa = XCConfigurationList; 3317 3227 buildConfigurations = ( 3318 1C041A6D0854E97700A5A5BA /* Release */, 3319 1C041DCB0855377900A5A5BA /* Release (Universal) */, 3228 1C041DCB0855377900A5A5BA /* Release */, 3320 3229 1C041A6E0854E97700A5A5BA /* Development */, 3321 3230 ); 3322 3231 defaultConfigurationIsVisible = 0; 3323 defaultConfigurationName = Release;3232 defaultConfigurationName = Development; 3324 3233 }; 3325 3234 1C041A700854E97700A5A5BA /* Build configuration list for PBXProject "Colloquy" */ = { 3326 3235 isa = XCConfigurationList; 3327 3236 buildConfigurations = ( 3328 1C041A710854E97700A5A5BA /* Release */, 3329 1C041DCC0855377900A5A5BA /* Release (Universal) */, 3237 1C041DCC0855377900A5A5BA /* Release */, 3330 3238 1C041A720854E97700A5A5BA /* Development */, 3331 3239 ); 3332 3240 defaultConfigurationIsVisible = 0; 3333 defaultConfigurationName = Release;3241 defaultConfigurationName = Development; 3334 3242 }; 3335 3243 1C7A60BB09FDE8580029AC64 /* Build configuration list for PBXNativeTarget "Colloquy Tests" */ = { 3336 3244 isa = XCConfigurationList; 3337 3245 buildConfigurations = ( 3338 1C7A60BC09FDE8580029AC64 /* Release */, 3339 1C7A60BD09FDE8580029AC64 /* Release (Universal) */, 3246 1C7A60BD09FDE8580029AC64 /* Release */, 3340 3247 1C7A60BE09FDE8580029AC64 /* Development */, 3341 3248 ); 3342 3249 defaultConfigurationIsVisible = 0; 3343 defaultConfigurationName = Release;3250 defaultConfigurationName = Development; 3344 3251 }; 3345 3252 /* End XCConfigurationList section */ trunk/Frameworks/AGRegex/AGRegex.xcodeproj/project.pbxproj
r3716 r3776 396 396 name = Development; 397 397 }; 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 };421 398 1C6A0C320865E09C009EE6D2 /* Development */ = { 422 399 isa = XCBuildConfiguration; … … 442 419 }; 443 420 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;472 421 }; 473 422 1C6A0C480865E09C009EE6D2 /* Development */ = { … … 495 444 name = Development; 496 445 }; 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 */ = { 498 475 isa = XCBuildConfiguration; 499 476 buildSettings = { … … 516 493 name = Release; 517 494 }; 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 */ = { 568 496 isa = XCBuildConfiguration; 569 497 buildSettings = { … … 591 519 ZERO_LINK = NO; 592 520 }; 593 name = "Release (Universal)";521 name = Release; 594 522 }; 595 523 /* End XCBuildConfiguration section */ … … 600 528 buildConfigurations = ( 601 529 1C3260050865DDF000357DB1 /* Development */, 602 1C3260060865DDF000357DB1 /* Release */, 603 1C9AED51086B1909008ED7AD /* Release (Universal) */, 530 1C9AED51086B1909008ED7AD /* Release */, 604 531 ); 605 532 defaultConfigurationIsVisible = 0; … … 610 537 buildConfigurations = ( 611 538 1C6A0C320865E09C009EE6D2 /* Development */, 612 1C6A0C330865E09C009EE6D2 /* Release */, 613 1C9AED4F086B1909008ED7AD /* Release (Universal) */, 539 1C9AED4F086B1909008ED7AD /* Release */, 614 540 ); 615 541 defaultConfigurationIsVisible = 0; … … 620 546 buildConfigurations = ( 621 547 1C6A0C480865E09C009EE6D2 /* Development */, 622 1C6A0C490865E09C009EE6D2 /* Release */, 623 1C9AED50086B1909008ED7AD /* Release (Universal) */, 548 1C9AED50086B1909008ED7AD /* Release */, 624 549 ); 625 550 defaultConfigurationIsVisible = 0; trunk/Frameworks/Acid/Acid.xcodeproj/project.pbxproj
r3755 r3776 477 477 name = Development; 478 478 }; 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 */ = { 480 502 isa = XCBuildConfiguration; 481 503 buildSettings = { … … 493 515 name = Release; 494 516 }; 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
