X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/f43112aa0d5738cf9f2f8b8fa0fc63627871a69c..1b4d28edd06e98cd8b06a129b4aad3e29de38938:/ITKit.xcodeproj/project.pbxproj diff --git a/ITKit.xcodeproj/project.pbxproj b/ITKit.xcodeproj/project.pbxproj index aeb0202..a02dc4c 100644 --- a/ITKit.xcodeproj/project.pbxproj +++ b/ITKit.xcodeproj/project.pbxproj @@ -15,6 +15,8 @@ 2AC83142056D00F700A7D7E2 /* ITImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AC83140056D00F700A7D7E2 /* ITImageView.m */; }; 2AC8319D056D037700A7D7E2 /* ITImageCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AC8319B056D037700A7D7E2 /* ITImageCell.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2AC8319E056D037700A7D7E2 /* ITImageCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AC8319C056D037700A7D7E2 /* ITImageCell.m */; }; + 370C98540995CC7E008C3200 /* ITCoreImageView.h in Headers */ = {isa = PBXBuildFile; fileRef = 370C98520995CC7E008C3200 /* ITCoreImageView.h */; }; + 370C98550995CC7E008C3200 /* ITCoreImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 370C98530995CC7E008C3200 /* ITCoreImageView.m */; }; 3710912305C0821000ED0F36 /* ITIconAndTextStatusWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 3710911A05C07F6D00ED0F36 /* ITIconAndTextStatusWindow.m */; }; 3710912805C0825900ED0F36 /* ITIconAndTextStatusWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 3710911905C07F6D00ED0F36 /* ITIconAndTextStatusWindow.h */; settings = {ATTRIBUTES = (Public, ); }; }; 372C5814068FE72F00CEF54A /* ITZoomWindowEffect.m in Sources */ = {isa = PBXBuildFile; fileRef = 372C5812068FE72F00CEF54A /* ITZoomWindowEffect.m */; }; @@ -29,6 +31,10 @@ 37B7F6750754F87A0089C005 /* ITSplashWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 37B7F66E0754F87A0089C005 /* ITSplashWindow.m */; }; 37B7F6760754F87A0089C005 /* ITSplashScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = 37B7F66F0754F87A0089C005 /* ITSplashScreen.m */; }; 37B7F6780754F87A0089C005 /* ITSplashScreen.h in Headers */ = {isa = PBXBuildFile; fileRef = 37B7F6710754F87A0089C005 /* ITSplashScreen.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 37D4862009AE7C8300B68439 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 37D4861F09AE7C8300B68439 /* OpenGL.framework */; }; + 37FA493F094DE2650078A329 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 37FA493E094DE2650078A329 /* QuartzCore.framework */; }; + 37FA494D094DE28B0078A329 /* ITCoreImageWindowEffect.h in Headers */ = {isa = PBXBuildFile; fileRef = 37FA494B094DE28B0078A329 /* ITCoreImageWindowEffect.h */; }; + 37FA494E094DE28B0078A329 /* ITCoreImageWindowEffect.m in Sources */ = {isa = PBXBuildFile; fileRef = 37FA494C094DE28B0078A329 /* ITCoreImageWindowEffect.m */; }; 7C02300B08A8488B00DDBD03 /* ITAboutWindowController.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C02300908A8488B00DDBD03 /* ITAboutWindowController.h */; settings = {ATTRIBUTES = (Public, ); }; }; 7C02300C08A8488B00DDBD03 /* ITAboutWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C02300A08A8488B00DDBD03 /* ITAboutWindowController.m */; }; 7C02301D08A84A1E00DDBD03 /* ITAboutWindow.nib in Resources */ = {isa = PBXBuildFile; fileRef = 7C02301B08A84A1E00DDBD03 /* ITAboutWindow.nib */; }; @@ -148,21 +154,21 @@ }; 7C105BE707D787D0002DE061 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 7CDC144907D7869C00B64193 /* ITFoundation.xcode */; + containerPortal = 7CDC144907D7869C00B64193 /* ITFoundation.xcodeproj */; proxyType = 1; remoteGlobalIDString = 8DC2EF4F0486A6940098B216; remoteInfo = ITFoundation; }; 7C105BE907D787D8002DE061 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 7CDC144907D7869C00B64193 /* ITFoundation.xcode */; + containerPortal = 7CDC144907D7869C00B64193 /* ITFoundation.xcodeproj */; proxyType = 1; remoteGlobalIDString = 8DC2EF4F0486A6940098B216; remoteInfo = ITFoundation; }; 7CDC146F07D7878D00B64193 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 7CDC144907D7869C00B64193 /* ITFoundation.xcode */; + containerPortal = 7CDC144907D7869C00B64193 /* ITFoundation.xcodeproj */; proxyType = 2; remoteGlobalIDString = 8DC2EF5B0486A6940098B216; remoteInfo = ITFoundation; @@ -199,6 +205,8 @@ 2AC8319B056D037700A7D7E2 /* ITImageCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ITImageCell.h; sourceTree = ""; }; 2AC8319C056D037700A7D7E2 /* ITImageCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ITImageCell.m; sourceTree = ""; }; 32DBCF5E0370ADEE00C91783 /* ITKit_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ITKit_Prefix.pch; sourceTree = ""; }; + 370C98520995CC7E008C3200 /* ITCoreImageView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ITCoreImageView.h; sourceTree = ""; }; + 370C98530995CC7E008C3200 /* ITCoreImageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ITCoreImageView.m; sourceTree = ""; }; 3710911905C07F6D00ED0F36 /* ITIconAndTextStatusWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ITIconAndTextStatusWindow.h; sourceTree = ""; }; 3710911A05C07F6D00ED0F36 /* ITIconAndTextStatusWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ITIconAndTextStatusWindow.m; sourceTree = ""; }; 372C5812068FE72F00CEF54A /* ITZoomWindowEffect.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = ITZoomWindowEffect.m; sourceTree = ""; }; @@ -213,6 +221,10 @@ 37B7F66E0754F87A0089C005 /* ITSplashWindow.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = ITSplashWindow.m; sourceTree = ""; }; 37B7F66F0754F87A0089C005 /* ITSplashScreen.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = ITSplashScreen.m; sourceTree = ""; }; 37B7F6710754F87A0089C005 /* ITSplashScreen.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ITSplashScreen.h; sourceTree = ""; }; + 37D4861F09AE7C8300B68439 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = ""; }; + 37FA493E094DE2650078A329 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = /System/Library/Frameworks/QuartzCore.framework; sourceTree = ""; }; + 37FA494B094DE28B0078A329 /* ITCoreImageWindowEffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ITCoreImageWindowEffect.h; sourceTree = ""; }; + 37FA494C094DE28B0078A329 /* ITCoreImageWindowEffect.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ITCoreImageWindowEffect.m; sourceTree = ""; }; 7C02300908A8488B00DDBD03 /* ITAboutWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ITAboutWindowController.h; sourceTree = ""; }; 7C02300A08A8488B00DDBD03 /* ITAboutWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ITAboutWindowController.m; sourceTree = ""; }; 7C02301C08A84A1E00DDBD03 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/ITAboutWindow.nib; sourceTree = SOURCE_ROOT; }; @@ -293,7 +305,7 @@ 7C99312F054F6A03000B93EA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; 7CC84BE0054F6CA2001DC704 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = ""; }; 7CC84BE4054F6CAA001DC704 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = ""; }; - 7CDC144907D7869C00B64193 /* ITFoundation.xcode */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ITFoundation.xcode; path = ../ITFoundation/ITFoundation.xcode; sourceTree = SOURCE_ROOT; }; + 7CDC144907D7869C00B64193 /* ITFoundation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ITFoundation.xcodeproj; path = ../ITFoundation/ITFoundation.xcodeproj; sourceTree = SOURCE_ROOT; }; 7CEA43C807D77F1600CACD9D /* ITLoginItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ITLoginItem.h; sourceTree = ""; }; 7CEA43C907D77F1600CACD9D /* ITLoginItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ITLoginItem.m; sourceTree = ""; }; 8DC2EF5A0486A6940098B216 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; @@ -319,6 +331,8 @@ 7CC84BE1054F6CA2001DC704 /* ApplicationServices.framework in Frameworks */, 7CC84BE5054F6CAA001DC704 /* Carbon.framework in Frameworks */, 7C105BDC07D787C0002DE061 /* ITFoundation.framework in Frameworks */, + 37FA493F094DE2650078A329 /* QuartzCore.framework in Frameworks */, + 37D4862009AE7C8300B68439 /* OpenGL.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -352,7 +366,7 @@ 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */ = { isa = PBXGroup; children = ( - 7CDC144907D7869C00B64193 /* ITFoundation.xcode */, + 7CDC144907D7869C00B64193 /* ITFoundation.xcodeproj */, 1058C7B0FEA5585E11CA2CBB /* Linked Frameworks */, 1058C7B2FEA5585E11CA2CBB /* Other Frameworks */, ); @@ -392,6 +406,8 @@ 1058C7B0FEA5585E11CA2CBB /* Linked Frameworks */ = { isa = PBXGroup; children = ( + 37D4861F09AE7C8300B68439 /* OpenGL.framework */, + 37FA493E094DE2650078A329 /* QuartzCore.framework */, 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */, 7CC84BE4054F6CAA001DC704 /* Carbon.framework */, 7CC84BE0054F6CA2001DC704 /* ApplicationServices.framework */, @@ -563,6 +579,10 @@ 37B3906A06923D1200E828B9 /* ITSpinWindowEffect.m */, 3747E3F806950A0D001ACA46 /* ITSpinAndZoomWindowEffect.h */, 3747E3F906950A0D001ACA46 /* ITSpinAndZoomWindowEffect.m */, + 37FA494B094DE28B0078A329 /* ITCoreImageWindowEffect.h */, + 37FA494C094DE28B0078A329 /* ITCoreImageWindowEffect.m */, + 370C98520995CC7E008C3200 /* ITCoreImageView.h */, + 370C98530995CC7E008C3200 /* ITCoreImageView.m */, ); name = ITWindowEffects; sourceTree = ""; @@ -797,6 +817,8 @@ 37B7F6780754F87A0089C005 /* ITSplashScreen.h in Headers */, 7CEA43CA07D77F1600CACD9D /* ITLoginItem.h in Headers */, 7C02300B08A8488B00DDBD03 /* ITAboutWindowController.h in Headers */, + 37FA494D094DE28B0078A329 /* ITCoreImageWindowEffect.h in Headers */, + 370C98540995CC7E008C3200 /* ITCoreImageView.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -942,7 +964,7 @@ projectReferences = ( { ProductGroup = 7CDC146B07D7878800B64193 /* Products */; - ProjectRef = 7CDC144907D7869C00B64193 /* ITFoundation.xcode */; + ProjectRef = 7CDC144907D7869C00B64193 /* ITFoundation.xcodeproj */; }, ); targets = ( @@ -1044,6 +1066,8 @@ 37B7F6760754F87A0089C005 /* ITSplashScreen.m in Sources */, 7CEA43CB07D77F1600CACD9D /* ITLoginItem.m in Sources */, 7C02300C08A8488B00DDBD03 /* ITAboutWindowController.m in Sources */, + 37FA494E094DE28B0078A329 /* ITCoreImageWindowEffect.m in Sources */, + 370C98550995CC7E008C3200 /* ITCoreImageView.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1057,12 +1081,12 @@ }; 7C105BE807D787D0002DE061 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "ITFoundation (from ITFoundation.xcode)"; + name = "ITFoundation (from ITFoundation.xcodeproj)"; targetProxy = 7C105BE707D787D0002DE061 /* PBXContainerItemProxy */; }; 7C105BEA07D787D8002DE061 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "ITFoundation (from ITFoundation.xcode)"; + name = "ITFoundation (from ITFoundation.xcodeproj)"; targetProxy = 7C105BE907D787D8002DE061 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ @@ -1138,7 +1162,7 @@ /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ - 7C022FE808A8465D00DDBD03 /* Development */ = { + 7C022FE808A8465D00DDBD03 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { COPY_PHASE_STRIP = NO; @@ -1161,6 +1185,7 @@ INSTALL_PATH = "@executable_path/../Frameworks"; LIBRARY_SEARCH_PATHS = ""; LIBRARY_STYLE = Dynamic; + MACH_O_TYPE = mh_dylib; MACOSX_DEPLOYMENT_TARGET = 10.2; OPTIMIZATION_CFLAGS = "-O0"; OTHER_LDFLAGS = ( @@ -1168,6 +1193,7 @@ 0x19000000, ); PRODUCT_NAME = ITKit; + SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; SECTORDER_FLAGS = ""; WARNING_CFLAGS = ( "-Wmost", @@ -1177,9 +1203,9 @@ WRAPPER_EXTENSION = framework; ZERO_LINK = YES; }; - name = Development; + name = Debug; }; - 7C022FE908A8465D00DDBD03 /* Deployment */ = { + 7C022FE908A8465D00DDBD03 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { COPY_PHASE_STRIP = YES; @@ -1199,12 +1225,14 @@ INSTALL_PATH = "@executable_path/../Frameworks"; LIBRARY_SEARCH_PATHS = ""; LIBRARY_STYLE = Dynamic; + MACH_O_TYPE = mh_dylib; MACOSX_DEPLOYMENT_TARGET = 10.2; OTHER_LDFLAGS = ( "-seg1addr", 0x19000000, ); PRODUCT_NAME = ITKit; + SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; SECTORDER_FLAGS = ""; WARNING_CFLAGS = ( "-Wmost", @@ -1214,7 +1242,7 @@ WRAPPER_EXTENSION = framework; ZERO_LINK = NO; }; - name = Deployment; + name = Release; }; 7C022FEA08A8465D00DDBD03 /* Default */ = { isa = XCBuildConfiguration; @@ -1234,12 +1262,14 @@ INSTALL_PATH = "@executable_path/../Frameworks"; LIBRARY_SEARCH_PATHS = ""; LIBRARY_STYLE = Dynamic; + MACH_O_TYPE = mh_dylib; MACOSX_DEPLOYMENT_TARGET = 10.2; OTHER_LDFLAGS = ( "-seg1addr", 0x19000000, ); PRODUCT_NAME = ITKit; + SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; SECTORDER_FLAGS = ""; WARNING_CFLAGS = ( "-Wmost", @@ -1250,7 +1280,7 @@ }; name = Default; }; - 7C022FEC08A8465D00DDBD03 /* Development */ = { + 7C022FEC08A8465D00DDBD03 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { COPY_PHASE_STRIP = NO; @@ -1280,9 +1310,9 @@ WARNING_CFLAGS = "-Wmost"; ZERO_LINK = YES; }; - name = Development; + name = Debug; }; - 7C022FED08A8465D00DDBD03 /* Deployment */ = { + 7C022FED08A8465D00DDBD03 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { COPY_PHASE_STRIP = YES; @@ -1307,7 +1337,7 @@ WARNING_CFLAGS = "-Wmost"; ZERO_LINK = NO; }; - name = Deployment; + name = Release; }; 7C022FEE08A8465D00DDBD03 /* Default */ = { isa = XCBuildConfiguration; @@ -1333,27 +1363,39 @@ }; name = Default; }; - 7C022FF008A8465D00DDBD03 /* Development */ = { + 7C022FF008A8465D00DDBD03 /* 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; }; - 7C022FF108A8465D00DDBD03 /* Deployment */ = { + 7C022FF108A8465D00DDBD03 /* 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; }; 7C022FF208A8465D00DDBD03 /* 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; }; @@ -1363,8 +1405,8 @@ 7C022FE708A8465D00DDBD03 /* Build configuration list for PBXNativeTarget "ITKit" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7C022FE808A8465D00DDBD03 /* Development */, - 7C022FE908A8465D00DDBD03 /* Deployment */, + 7C022FE808A8465D00DDBD03 /* Debug */, + 7C022FE908A8465D00DDBD03 /* Release */, 7C022FEA08A8465D00DDBD03 /* Default */, ); defaultConfigurationIsVisible = 0; @@ -1373,8 +1415,8 @@ 7C022FEB08A8465D00DDBD03 /* Build configuration list for PBXNativeTarget "ITKitShowcase" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7C022FEC08A8465D00DDBD03 /* Development */, - 7C022FED08A8465D00DDBD03 /* Deployment */, + 7C022FEC08A8465D00DDBD03 /* Debug */, + 7C022FED08A8465D00DDBD03 /* Release */, 7C022FEE08A8465D00DDBD03 /* Default */, ); defaultConfigurationIsVisible = 0; @@ -1383,8 +1425,8 @@ 7C022FEF08A8465D00DDBD03 /* Build configuration list for PBXProject "ITKit" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7C022FF008A8465D00DDBD03 /* Development */, - 7C022FF108A8465D00DDBD03 /* Deployment */, + 7C022FF008A8465D00DDBD03 /* Debug */, + 7C022FF108A8465D00DDBD03 /* Release */, 7C022FF208A8465D00DDBD03 /* Default */, ); defaultConfigurationIsVisible = 0;