X-Git-Url: http://git.ithinksw.org/ITMac.git/blobdiff_plain/23909c9a43322b81a777a8a9b6682ff343d111af..afda7436dd2b8efab6f4c70c4e52451d86554706:/ITMac.xcodeproj/project.pbxproj?ds=sidebyside diff --git a/ITMac.xcodeproj/project.pbxproj b/ITMac.xcodeproj/project.pbxproj index 5fd39dd..7f0ac26 100644 --- a/ITMac.xcodeproj/project.pbxproj +++ b/ITMac.xcodeproj/project.pbxproj @@ -53,14 +53,14 @@ /* Begin PBXContainerItemProxy section */ 7C8250B407FB265900147948 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 7C8250A607FB263900147948 /* ITFoundation.xcode */; + containerPortal = 7C8250A607FB263900147948 /* ITFoundation.xcodeproj */; proxyType = 2; remoteGlobalIDString = 8DC2EF5B0486A6940098B216; remoteInfo = ITFoundation; }; 7C8250BA07FB267400147948 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 7C8250A607FB263900147948 /* ITFoundation.xcode */; + containerPortal = 7C8250A607FB263900147948 /* ITFoundation.xcodeproj */; proxyType = 1; remoteGlobalIDString = 8DC2EF4F0486A6940098B216; remoteInfo = ITFoundation; @@ -75,7 +75,7 @@ 32DBCF5E0370ADEE00C91783 /* ITMac_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ITMac_Prefix.pch; sourceTree = ""; }; 7C04624E0801E23100433407 /* ITPixmapListMacResource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ITPixmapListMacResource.h; sourceTree = ""; }; 7C04624F0801E23100433407 /* ITPixmapListMacResource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ITPixmapListMacResource.m; sourceTree = ""; }; - 7C8250A607FB263900147948 /* ITFoundation.xcode */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ITFoundation.xcode; path = ../ITFoundation/ITFoundation.xcode; sourceTree = SOURCE_ROOT; }; + 7C8250A607FB263900147948 /* ITFoundation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ITFoundation.xcodeproj; path = ../ITFoundation/ITFoundation.xcodeproj; sourceTree = SOURCE_ROOT; }; 7C8250C807FB272900147948 /* ITMac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ITMac.h; sourceTree = ""; }; 7C8250DF07FB286500147948 /* ITAppleEventTools.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ITAppleEventTools.h; sourceTree = ""; }; 7C8250E007FB286500147948 /* ITAppleEventTools.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ITAppleEventTools.m; sourceTree = ""; }; @@ -133,7 +133,7 @@ 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */ = { isa = PBXGroup; children = ( - 7C8250A607FB263900147948 /* ITFoundation.xcode */, + 7C8250A607FB263900147948 /* ITFoundation.xcodeproj */, 1058C7B0FEA5585E11CA2CBB /* Linked Frameworks */, 1058C7B2FEA5585E11CA2CBB /* Other Frameworks */, ); @@ -310,7 +310,7 @@ projectReferences = ( { ProductGroup = 7C8250A807FB263B00147948 /* Products */; - ProjectRef = 7C8250A607FB263900147948 /* ITFoundation.xcode */; + ProjectRef = 7C8250A607FB263900147948 /* ITFoundation.xcodeproj */; }, ); targets = ( @@ -359,7 +359,7 @@ /* Begin PBXTargetDependency section */ 7C8250BB07FB267400147948 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "ITFoundation (from ITFoundation.xcode)"; + name = "ITFoundation (from ITFoundation.xcodeproj)"; targetProxy = 7C8250BA07FB267400147948 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ @@ -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;