From: Joseph Spiros Date: Tue, 6 Dec 2005 20:33:41 +0000 (+0000) Subject: Updating ITMac to use standard configuration names. X-Git-Tag: MenuPrefs-1.5.2~1 X-Git-Url: http://git.ithinksw.org/ITMac.git/commitdiff_plain/afda7436dd2b8efab6f4c70c4e52451d86554706 Updating ITMac to use standard configuration names. --- diff --git a/ITMac.xcodeproj/project.pbxproj b/ITMac.xcodeproj/project.pbxproj index 535d2f7..7f0ac26 100644 --- a/ITMac.xcodeproj/project.pbxproj +++ b/ITMac.xcodeproj/project.pbxproj @@ -376,7 +376,7 @@ /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ - 7C9C319E08A844C3005D6BCE /* Development */ = { + 7C9C319E08A844C3005D6BCE /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { COPY_PHASE_STRIP = NO; @@ -392,6 +392,7 @@ INFOPLIST_FILE = Info.plist; INSTALL_PATH = "@executable_path/../Frameworks"; LIBRARY_STYLE = DYNAMIC; + MACH_O_TYPE = mh_dylib; MACOSX_DEPLOYMENT_TARGET = 10.2; OTHER_LDFLAGS = ( "-seg1addr", @@ -401,9 +402,9 @@ WRAPPER_EXTENSION = framework; ZERO_LINK = YES; }; - name = Development; + name = Debug; }; - 7C9C319F08A844C3005D6BCE /* Deployment */ = { + 7C9C319F08A844C3005D6BCE /* Release */ = { isa = XCBuildConfiguration; buildSettings = { COPY_PHASE_STRIP = YES; @@ -417,6 +418,7 @@ INFOPLIST_FILE = Info.plist; INSTALL_PATH = "@executable_path/../Frameworks"; LIBRARY_STYLE = DYNAMIC; + MACH_O_TYPE = mh_dylib; MACOSX_DEPLOYMENT_TARGET = 10.2; OTHER_LDFLAGS = ( "-seg1addr", @@ -426,7 +428,7 @@ WRAPPER_EXTENSION = framework; ZERO_LINK = NO; }; - name = Deployment; + name = Release; }; 7C9C31A008A844C3005D6BCE /* Default */ = { isa = XCBuildConfiguration; @@ -440,6 +442,7 @@ INFOPLIST_FILE = Info.plist; INSTALL_PATH = "@executable_path/../Frameworks"; LIBRARY_STYLE = DYNAMIC; + MACH_O_TYPE = mh_dylib; MACOSX_DEPLOYMENT_TARGET = 10.2; OTHER_LDFLAGS = ( "-seg1addr", @@ -450,21 +453,21 @@ }; name = Default; }; - 7C9C31A208A844C3005D6BCE /* Development */ = { + 7C9C31A208A844C3005D6BCE /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { MACOSX_DEPLOYMENT_TARGET = 10.2; SDKROOT = /Developer/SDKs/MacOSX10.2.8.sdk; }; - name = Development; + name = Debug; }; - 7C9C31A308A844C3005D6BCE /* Deployment */ = { + 7C9C31A308A844C3005D6BCE /* Release */ = { isa = XCBuildConfiguration; buildSettings = { MACOSX_DEPLOYMENT_TARGET = 10.2; SDKROOT = /Developer/SDKs/MacOSX10.2.8.sdk; }; - name = Deployment; + name = Release; }; 7C9C31A408A844C3005D6BCE /* Default */ = { isa = XCBuildConfiguration; @@ -480,8 +483,8 @@ 7C9C319D08A844C3005D6BCE /* Build configuration list for PBXNativeTarget "ITMac" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7C9C319E08A844C3005D6BCE /* Development */, - 7C9C319F08A844C3005D6BCE /* Deployment */, + 7C9C319E08A844C3005D6BCE /* Debug */, + 7C9C319F08A844C3005D6BCE /* Release */, 7C9C31A008A844C3005D6BCE /* Default */, ); defaultConfigurationIsVisible = 0; @@ -490,8 +493,8 @@ 7C9C31A108A844C3005D6BCE /* Build configuration list for PBXProject "ITMac" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7C9C31A208A844C3005D6BCE /* Development */, - 7C9C31A308A844C3005D6BCE /* Deployment */, + 7C9C31A208A844C3005D6BCE /* Debug */, + 7C9C31A308A844C3005D6BCE /* Release */, 7C9C31A408A844C3005D6BCE /* Default */, ); defaultConfigurationIsVisible = 0;