Changeset 3776 for trunk/Chat Core.xcodeproj
- Timestamp:
- 01/21/08 22:14:49 (10 months ago)
- Files:
-
- trunk/Chat Core.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 */
