Changeset 3390
- Timestamp:
- 01/03/06 19:00:30 (3 years ago)
- Files:
-
- Tuna/trunk/English.lproj/ReleaseNotes.rtf (modified) (1 diff)
- Tuna/trunk/Tuna.xcconfig (modified) (1 diff)
- Tuna/trunk/Tuna.xcodeproj/project.pbxproj (modified) (16 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Tuna/trunk/English.lproj/ReleaseNotes.rtf
r3375 r3390 29 29 - Performance improvements for opening profiles\ 30 30 - Use proper "\'b5s" time unit\ 31 - Universal binary\ 31 32 \ 32 33 Tuna/trunk/Tuna.xcconfig
r2962 r3390 22 22 GCC_WARN_FOUR_CHARACTER_CONSTANTS = YES 23 23 GCC_WARN_SIGN_COMPARE = YES 24 GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = YES 25 MACOSX_DEPLOYMENT_TARGET_i386 = 10.4 26 MACOSX_DEPLOYMENT_TARGET_ppc = 10.3 27 SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk 28 SDKROOT_ppc = /Developer/SDKs/MacOSX10.4u.sdk 24 29 WARNING_CFLAGS = 25 GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = YESTuna/trunk/Tuna.xcodeproj/project.pbxproj
r3115 r3390 571 571 runOnlyForDeploymentPostprocessing = 0; 572 572 shellPath = /bin/sh; 573 shellScript = "cd ../ZankaAdditions/\n/usr/bin/xcodebuild -target \"Zanka Additions\" -configuration $BUILD_STYLE SYMROOT=$SYMROOT OBJROOT=$OBJROOT$ACTION || exit 1";573 shellScript = "cd ../ZankaAdditions/\n/usr/bin/xcodebuild -target \"Zanka Additions\" -configuration \"$BUILD_STYLE\" SYMROOT=\"$SYMROOT\" OBJROOT=\"$OBJROOT\" $ACTION || exit 1"; 574 574 }; 575 575 A55550FF083668450044855A /* Run Script (Localize) */ = { … … 675 675 676 676 /* Begin XCBuildConfiguration section */ 677 A54D70AD08636C4400441C97 /* Debug */ = {677 A54D70AD08636C4400441C97 /* Debug (Native) */ = { 678 678 isa = XCBuildConfiguration; 679 679 buildSettings = { … … 684 684 WRAPPER_EXTENSION = app; 685 685 }; 686 name = Debug;687 }; 688 A54D70AE08636C4400441C97 /* Test */ = {686 name = "Debug (Native)"; 687 }; 688 A54D70AE08636C4400441C97 /* Test (Universal) */ = { 689 689 isa = XCBuildConfiguration; 690 690 buildSettings = { … … 695 695 WRAPPER_EXTENSION = app; 696 696 }; 697 name = Test;698 }; 699 A54D70AF08636C4400441C97 /* Release */ = {697 name = "Test (Universal)"; 698 }; 699 A54D70AF08636C4400441C97 /* Release (Universal) */ = { 700 700 isa = XCBuildConfiguration; 701 701 buildSettings = { … … 706 706 WRAPPER_EXTENSION = app; 707 707 }; 708 name = Release;709 }; 710 A54D70B208636C4400441C97 /* Debug */ = {708 name = "Release (Universal)"; 709 }; 710 A54D70B208636C4400441C97 /* Debug (Native) */ = { 711 711 isa = XCBuildConfiguration; 712 712 buildSettings = { … … 717 717 ZERO_LINK = YES; 718 718 }; 719 name = Debug;720 }; 721 A54D70B308636C4400441C97 /* Test */ = {719 name = "Debug (Native)"; 720 }; 721 A54D70B308636C4400441C97 /* Test (Universal) */ = { 722 722 isa = XCBuildConfiguration; 723 723 buildSettings = { … … 727 727 PRODUCT_NAME = Localization; 728 728 }; 729 name = Test;730 }; 731 A54D70B408636C4400441C97 /* Release */ = {729 name = "Test (Universal)"; 730 }; 731 A54D70B408636C4400441C97 /* Release (Universal) */ = { 732 732 isa = XCBuildConfiguration; 733 733 buildSettings = { … … 738 738 ZERO_LINK = NO; 739 739 }; 740 name = Release;741 }; 742 A54D70B708636C4400441C97 /* Debug */ = {740 name = "Release (Universal)"; 741 }; 742 A54D70B708636C4400441C97 /* Debug (Native) */ = { 743 743 isa = XCBuildConfiguration; 744 744 buildSettings = { … … 749 749 ZERO_LINK = YES; 750 750 }; 751 name = Debug;752 }; 753 A54D70B808636C4400441C97 /* Test */ = {751 name = "Debug (Native)"; 752 }; 753 A54D70B808636C4400441C97 /* Test (Universal) */ = { 754 754 isa = XCBuildConfiguration; 755 755 buildSettings = { … … 759 759 PRODUCT_NAME = Distribution; 760 760 }; 761 name = Test;762 }; 763 A54D70B908636C4400441C97 /* Release */ = {761 name = "Test (Universal)"; 762 }; 763 A54D70B908636C4400441C97 /* Release (Universal) */ = { 764 764 isa = XCBuildConfiguration; 765 765 buildSettings = { … … 770 770 ZERO_LINK = NO; 771 771 }; 772 name = Release;773 }; 774 A54D70BC08636C4400441C97 /* Debug */ = {772 name = "Release (Universal)"; 773 }; 774 A54D70BC08636C4400441C97 /* Debug (Native) */ = { 775 775 isa = XCBuildConfiguration; 776 776 baseConfigurationReference = A54D719208636D6B00441C97 /* Tuna.xcconfig */; … … 779 779 GCC_OPTIMIZATION_LEVEL = 0; 780 780 GCC_PREPROCESSOR_DEFINITIONS = DEBUG; 781 MACOSX_DEPLOYMENT_TARGET = 10.3;782 SDKROOT = /Developer/SDKs/MacOSX10.3.9.sdk;783 781 ZERO_LINK = YES; 784 782 }; 785 name = Debug;786 }; 787 A54D70BD08636C4400441C97 /* Test */ = {783 name = "Debug (Native)"; 784 }; 785 A54D70BD08636C4400441C97 /* Test (Universal) */ = { 788 786 isa = XCBuildConfiguration; 789 787 baseConfigurationReference = A54D719208636D6B00441C97 /* Tuna.xcconfig */; 790 788 buildSettings = { 789 ARCHS = ( 790 ppc, 791 i386, 792 ); 791 793 COPY_PHASE_STRIP = NO; 792 794 GCC_PREPROCESSOR_DEFINITIONS = TEST; 793 MACOSX_DEPLOYMENT_TARGET = 10.3; 794 OTHER_CFLAGS = "-DTEST"; 795 SDKROOT = /Developer/SDKs/MacOSX10.3.9.sdk; 796 }; 797 name = Test; 798 }; 799 A54D70BE08636C4400441C97 /* Release */ = { 795 GCC_WARN_UNINITIALIZED_AUTOS = YES; 796 }; 797 name = "Test (Universal)"; 798 }; 799 A54D70BE08636C4400441C97 /* Release (Universal) */ = { 800 800 isa = XCBuildConfiguration; 801 801 baseConfigurationReference = A54D719208636D6B00441C97 /* Tuna.xcconfig */; 802 802 buildSettings = { 803 ARCHS = ( 804 ppc, 805 i386, 806 ); 803 807 GCC_GENERATE_DEBUGGING_SYMBOLS = NO; 804 808 GCC_PREPROCESSOR_DEFINITIONS = RELEASE; 805 809 GCC_WARN_UNINITIALIZED_AUTOS = YES; 806 MACOSX_DEPLOYMENT_TARGET = 10.3; 807 SDKROOT = /Developer/SDKs/MacOSX10.3.9.sdk; 808 }; 809 name = Release; 810 }; 811 A54D711F08636C9700441C97 /* Debug */ = { 810 }; 811 name = "Release (Universal)"; 812 }; 813 A54D711F08636C9700441C97 /* Debug (Native) */ = { 812 814 isa = XCBuildConfiguration; 813 815 buildSettings = { … … 826 828 ); 827 829 }; 828 name = Debug;829 }; 830 A54D712008636C9700441C97 /* Test */ = {830 name = "Debug (Native)"; 831 }; 832 A54D712008636C9700441C97 /* Test (Universal) */ = { 831 833 isa = XCBuildConfiguration; 832 834 buildSettings = { … … 843 845 ); 844 846 }; 845 name = Test;846 }; 847 A54D712108636C9700441C97 /* Release */ = {847 name = "Test (Universal)"; 848 }; 849 A54D712108636C9700441C97 /* Release (Universal) */ = { 848 850 isa = XCBuildConfiguration; 849 851 buildSettings = { … … 862 864 ); 863 865 }; 864 name = Release;866 name = "Release (Universal)"; 865 867 }; 866 868 /* End XCBuildConfiguration section */ … … 870 872 isa = XCConfigurationList; 871 873 buildConfigurations = ( 872 A54D70AD08636C4400441C97 /* Debug */,873 A54D70AE08636C4400441C97 /* Test */,874 A54D70AF08636C4400441C97 /* Release */,874 A54D70AD08636C4400441C97 /* Debug (Native) */, 875 A54D70AE08636C4400441C97 /* Test (Universal) */, 876 A54D70AF08636C4400441C97 /* Release (Universal) */, 875 877 ); 876 878 defaultConfigurationIsVisible = 0; 877 defaultConfigurationName = Debug;879 defaultConfigurationName = "Debug (Native)"; 878 880 }; 879 881 A54D70B108636C4400441C97 /* Build configuration list for PBXAggregateTarget "Localization" */ = { 880 882 isa = XCConfigurationList; 881 883 buildConfigurations = ( 882 A54D70B208636C4400441C97 /* Debug */,883 A54D70B308636C4400441C97 /* Test */,884 A54D70B408636C4400441C97 /* Release */,884 A54D70B208636C4400441C97 /* Debug (Native) */, 885 A54D70B308636C4400441C97 /* Test (Universal) */, 886 A54D70B408636C4400441C97 /* Release (Universal) */, 885 887 ); 886 888 defaultConfigurationIsVisible = 0; 887 defaultConfigurationName = Debug;889 defaultConfigurationName = "Debug (Native)"; 888 890 }; 889 891 A54D70B608636C4400441C97 /* Build configuration list for PBXAggregateTarget "Distribution" */ = { 890 892 isa = XCConfigurationList; 891 893 buildConfigurations = ( 892 A54D70B708636C4400441C97 /* Debug */,893 A54D70B808636C4400441C97 /* Test */,894 A54D70B908636C4400441C97 /* Release */,894 A54D70B708636C4400441C97 /* Debug (Native) */, 895 A54D70B808636C4400441C97 /* Test (Universal) */, 896 A54D70B908636C4400441C97 /* Release (Universal) */, 895 897 ); 896 898 defaultConfigurationIsVisible = 0; 897 defaultConfigurationName = Debug;899 defaultConfigurationName = "Debug (Native)"; 898 900 }; 899 901 A54D70BB08636C4400441C97 /* Build configuration list for PBXProject "Tuna" */ = { 900 902 isa = XCConfigurationList; 901 903 buildConfigurations = ( 902 A54D70BC08636C4400441C97 /* Debug */,903 A54D70BD08636C4400441C97 /* Test */,904 A54D70BE08636C4400441C97 /* Release */,904 A54D70BC08636C4400441C97 /* Debug (Native) */, 905 A54D70BD08636C4400441C97 /* Test (Universal) */, 906 A54D70BE08636C4400441C97 /* Release (Universal) */, 905 907 ); 906 908 defaultConfigurationIsVisible = 0; 907 defaultConfigurationName = Debug;909 defaultConfigurationName = "Debug (Native)"; 908 910 }; 909 911 A54D711E08636C9700441C97 /* Build configuration list for PBXAggregateTarget "Zanka Additions" */ = { 910 912 isa = XCConfigurationList; 911 913 buildConfigurations = ( 912 A54D711F08636C9700441C97 /* Debug */,913 A54D712008636C9700441C97 /* Test */,914 A54D712108636C9700441C97 /* Release */,914 A54D711F08636C9700441C97 /* Debug (Native) */, 915 A54D712008636C9700441C97 /* Test (Universal) */, 916 A54D712108636C9700441C97 /* Release (Universal) */, 915 917 ); 916 918 defaultConfigurationIsVisible = 0; 917 defaultConfigurationName = Debug;919 defaultConfigurationName = "Debug (Native)"; 918 920 }; 919 921 /* End XCConfigurationList section */
