X-Git-Url: http://git.ithinksw.org/ITMac.git/blobdiff_plain/d056aaa84f4243e49ae15a6dd39b303694db086c..dd6936f43588a6648db77a6ace7ffa3460c418c8:/ITMac.xcodeproj/project.pbxproj diff --git a/ITMac.xcodeproj/project.pbxproj b/ITMac.xcodeproj/project.pbxproj index 535d2f7..ef6145a 100644 --- a/ITMac.xcodeproj/project.pbxproj +++ b/ITMac.xcodeproj/project.pbxproj @@ -26,30 +26,6 @@ 8DC2EF570486A6940098B216 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */; }; /* End PBXBuildFile section */ -/* Begin PBXBuildStyle section */ - 014CEA440018CDF011CA2923 /* Development */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - ZERO_LINK = YES; - }; - name = Development; - }; - 014CEA450018CDF011CA2923 /* Deployment */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = YES; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - ZERO_LINK = NO; - }; - name = Deployment; - }; -/* End PBXBuildStyle section */ - /* Begin PBXContainerItemProxy section */ 7C8250B407FB265900147948 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -94,6 +70,8 @@ 7C8253C107FBCEB700147948 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = ""; }; 8DC2EF5A0486A6940098B216 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 8DC2EF5B0486A6940098B216 /* ITMac.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ITMac.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + FA6339320F1B47F700916240 /* COPYING */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = COPYING; sourceTree = ""; }; + FA6339330F1B47F700916240 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -145,6 +123,8 @@ children = ( 8DC2EF5A0486A6940098B216 /* Info.plist */, 089C1666FE841158C02AAC07 /* InfoPlist.strings */, + FA6339320F1B47F700916240 /* COPYING */, + FA6339330F1B47F700916240 /* LICENSE */, ); name = Resources; sourceTree = ""; @@ -262,24 +242,6 @@ ); buildRules = ( ); - buildSettings = { - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - FRAMEWORK_VERSION = A; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = ITMac_Prefix.pch; - INFOPLIST_FILE = Info.plist; - INSTALL_PATH = "@executable_path/../Frameworks"; - LIBRARY_STYLE = DYNAMIC; - MACOSX_DEPLOYMENT_TARGET = 10.2; - OTHER_LDFLAGS = ( - "-seg1addr", - 0x17500000, - ); - PRODUCT_NAME = ITMac; - WRAPPER_EXTENSION = framework; - }; dependencies = ( 7C8250BB07FB267400147948 /* PBXTargetDependency */, ); @@ -295,14 +257,7 @@ 0867D690FE84028FC02AAC07 /* Project object */ = { isa = PBXProject; buildConfigurationList = 7C9C31A108A844C3005D6BCE /* Build configuration list for PBXProject "ITMac" */; - buildSettings = { - MACOSX_DEPLOYMENT_TARGET = 10.2; - SDKROOT = /Developer/SDKs/MacOSX10.2.8.sdk; - }; - buildStyles = ( - 014CEA440018CDF011CA2923 /* Development */, - 014CEA450018CDF011CA2923 /* Deployment */, - ); + compatibilityVersion = "Xcode 2.4"; hasScannedForEncodings = 1; mainGroup = 0867D691FE84028FC02AAC07 /* ITMac */; productRefGroup = 034768DFFF38A50411DB9C8B /* Products */; @@ -313,6 +268,7 @@ ProjectRef = 7C8250A607FB263900147948 /* ITFoundation.xcodeproj */; }, ); + projectRoot = ""; targets = ( 8DC2EF4F0486A6940098B216 /* ITMac */, ); @@ -376,7 +332,7 @@ /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ - 7C9C319E08A844C3005D6BCE /* Development */ = { + 7C9C319E08A844C3005D6BCE /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { COPY_PHASE_STRIP = NO; @@ -392,6 +348,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 +358,9 @@ WRAPPER_EXTENSION = framework; ZERO_LINK = YES; }; - name = Development; + name = Debug; }; - 7C9C319F08A844C3005D6BCE /* Deployment */ = { + 7C9C319F08A844C3005D6BCE /* Release */ = { isa = XCBuildConfiguration; buildSettings = { COPY_PHASE_STRIP = YES; @@ -417,6 +374,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 +384,7 @@ WRAPPER_EXTENSION = framework; ZERO_LINK = NO; }; - name = Deployment; + name = Release; }; 7C9C31A008A844C3005D6BCE /* Default */ = { isa = XCBuildConfiguration; @@ -440,6 +398,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,27 +409,39 @@ }; name = Default; }; - 7C9C31A208A844C3005D6BCE /* Development */ = { + 7C9C31A208A844C3005D6BCE /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = ( + ppc, + i386, + ); MACOSX_DEPLOYMENT_TARGET = 10.2; - SDKROOT = /Developer/SDKs/MacOSX10.2.8.sdk; + SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; }; - name = Development; + name = Debug; }; - 7C9C31A308A844C3005D6BCE /* Deployment */ = { + 7C9C31A308A844C3005D6BCE /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = ( + ppc, + i386, + ); MACOSX_DEPLOYMENT_TARGET = 10.2; - SDKROOT = /Developer/SDKs/MacOSX10.2.8.sdk; + SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; }; - name = Deployment; + name = Release; }; 7C9C31A408A844C3005D6BCE /* Default */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = ( + ppc, + i386, + ); MACOSX_DEPLOYMENT_TARGET = 10.2; - SDKROOT = /Developer/SDKs/MacOSX10.2.8.sdk; + SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; }; name = Default; }; @@ -480,8 +451,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 +461,8 @@ 7C9C31A108A844C3005D6BCE /* Build configuration list for PBXProject "ITMac" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7C9C31A208A844C3005D6BCE /* Development */, - 7C9C31A308A844C3005D6BCE /* Deployment */, + 7C9C31A208A844C3005D6BCE /* Debug */, + 7C9C31A308A844C3005D6BCE /* Release */, 7C9C31A408A844C3005D6BCE /* Default */, ); defaultConfigurationIsVisible = 0;