X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/0aecaf45e8f7d5b1401b3872d06b07fea9497e7e..f62f46dfa394f35899b21f2b2cf793e8c651d9bb:/ITKit.xcodeproj/project.pbxproj diff --git a/ITKit.xcodeproj/project.pbxproj b/ITKit.xcodeproj/project.pbxproj index 692d4ee..1433332 100644 --- a/ITKit.xcodeproj/project.pbxproj +++ b/ITKit.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 42; + objectVersion = 44; objects = { /* Begin PBXBuildFile section */ @@ -31,6 +31,7 @@ 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 */; }; @@ -115,34 +116,12 @@ 8DC2EF510486A6940098B216 /* ITKit_Prefix.pch in Headers */ = {isa = PBXBuildFile; fileRef = 32DBCF5E0370ADEE00C91783 /* ITKit_Prefix.pch */; }; 8DC2EF530486A6940098B216 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C1666FE841158C02AAC07 /* InfoPlist.strings */; }; 8DC2EF570486A6940098B216 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */; }; + FAD6912F0E7BD0E800EC3B64 /* ITApplicationController.h in Headers */ = {isa = PBXBuildFile; fileRef = FAD6912D0E7BD0E800EC3B64 /* ITApplicationController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FAD691300E7BD0E800EC3B64 /* ITApplicationController.m in Sources */ = {isa = PBXBuildFile; fileRef = FAD6912E0E7BD0E800EC3B64 /* ITApplicationController.m */; }; + FAD6927F0E7C601800EC3B64 /* ITCategory-NSApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = FAD6927D0E7C601800EC3B64 /* ITCategory-NSApplication.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FAD692800E7C601800EC3B64 /* ITCategory-NSApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = FAD6927E0E7C601800EC3B64 /* ITCategory-NSApplication.m */; }; /* End PBXBuildFile section */ -/* Begin PBXBuildStyle section */ - 014CEA440018CDF011CA2923 /* Development */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = NO; - DEBUGGING_SYMBOLS = YES; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - OPTIMIZATION_CFLAGS = "-O0"; - 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 */ 2AC8297F056C451900A7D7E2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -220,6 +199,7 @@ 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 = ""; }; @@ -228,7 +208,7 @@ 7C02301C08A84A1E00DDBD03 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/ITAboutWindow.nib; sourceTree = SOURCE_ROOT; }; 7C4BBADA05F98C9900734027 /* ITMultilineTextFieldCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ITMultilineTextFieldCell.h; sourceTree = ""; }; 7C4BBADB05F98C9900734027 /* ITMultilineTextFieldCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ITMultilineTextFieldCell.m; sourceTree = ""; }; - 7C6E5BF607D7774500A5F91F /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = Info.plist; sourceTree = ""; }; + 7C6E5BF607D7774500A5F91F /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 7C6E5BF707D7776F00A5F91F /* Japanese */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Japanese; path = Japanese.lproj/Localizable.strings; sourceTree = ""; }; 7C6E5BF807D7778300A5F91F /* French */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = French; path = French.lproj/Localizable.strings; sourceTree = ""; }; 7C6E5BF907D7778700A5F91F /* German */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = German; path = German.lproj/Localizable.strings; sourceTree = ""; }; @@ -308,6 +288,12 @@ 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 = ""; }; 8DC2EF5B0486A6940098B216 /* ITKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ITKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + FAD6912D0E7BD0E800EC3B64 /* ITApplicationController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ITApplicationController.h; sourceTree = ""; }; + FAD6912E0E7BD0E800EC3B64 /* ITApplicationController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ITApplicationController.m; sourceTree = ""; }; + FAD6927D0E7C601800EC3B64 /* ITCategory-NSApplication.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "ITCategory-NSApplication.h"; sourceTree = ""; }; + FAD6927E0E7C601800EC3B64 /* ITCategory-NSApplication.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "ITCategory-NSApplication.m"; sourceTree = ""; }; + FAF724F00F19EC1800D0F190 /* COPYING */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = COPYING; sourceTree = ""; }; + FAF724F10F19EC1800D0F190 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -330,6 +316,7 @@ 7CC84BE5054F6CAA001DC704 /* Carbon.framework in Frameworks */, 7C105BDC07D787C0002DE061 /* ITFoundation.framework in Frameworks */, 37FA493F094DE2650078A329 /* QuartzCore.framework in Frameworks */, + 37D4862009AE7C8300B68439 /* OpenGL.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -380,6 +367,8 @@ 7C02301A08A8496100DDBD03 /* About Window */, 7C992E3E054F5246000B93EA /* Graphics */, 2A30D89A056B3B5C0087AE54 /* Documentation */, + FAF724F00F19EC1800D0F190 /* COPYING */, + FAF724F10F19EC1800D0F190 /* LICENSE */, ); name = Resources; sourceTree = ""; @@ -396,6 +385,7 @@ 7C992F9B054F547C000B93EA /* ITHotKey */, 37B7F65C0754F8440089C005 /* ITSplashScreen */, 7C02300808A8486A00DDBD03 /* ITAboutWindowController */, + FAD9C0340E83CC5D00E110AF /* ITApplicationController */, ); name = Classes; sourceTree = ""; @@ -403,6 +393,7 @@ 1058C7B0FEA5585E11CA2CBB /* Linked Frameworks */ = { isa = PBXGroup; children = ( + 37D4861F09AE7C8300B68439 /* OpenGL.framework */, 37FA493E094DE2650078A329 /* QuartzCore.framework */, 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */, 7CC84BE4054F6CAA001DC704 /* Carbon.framework */, @@ -498,10 +489,12 @@ 7C992F90054F53D9000B93EA /* Categories */ = { isa = PBXGroup; children = ( - 7C992DD1054F5179000B93EA /* ITCategory-NSView.h */, - 7C992DD2054F5179000B93EA /* ITCategory-NSView.m */, + FAD6927D0E7C601800EC3B64 /* ITCategory-NSApplication.h */, + FAD6927E0E7C601800EC3B64 /* ITCategory-NSApplication.m */, 7C992DCF054F5179000B93EA /* ITCategory-NSMenu.h */, 7C992DD0054F5179000B93EA /* ITCategory-NSMenu.m */, + 7C992DD1054F5179000B93EA /* ITCategory-NSView.h */, + 7C992DD2054F5179000B93EA /* ITCategory-NSView.m */, ); name = Categories; sourceTree = ""; @@ -758,6 +751,15 @@ name = ITLoginItem; sourceTree = ""; }; + FAD9C0340E83CC5D00E110AF /* ITApplicationController */ = { + isa = PBXGroup; + children = ( + FAD6912D0E7BD0E800EC3B64 /* ITApplicationController.h */, + FAD6912E0E7BD0E800EC3B64 /* ITApplicationController.m */, + ); + name = ITApplicationController; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ @@ -815,6 +817,8 @@ 7C02300B08A8488B00DDBD03 /* ITAboutWindowController.h in Headers */, 37FA494D094DE28B0078A329 /* ITCoreImageWindowEffect.h in Headers */, 370C98540995CC7E008C3200 /* ITCoreImageView.h in Headers */, + FAD6912F0E7BD0E800EC3B64 /* ITApplicationController.h in Headers */, + FAD6927F0E7C601800EC3B64 /* ITCategory-NSApplication.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -833,26 +837,6 @@ ); buildRules = ( ); - buildSettings = { - GCC_PRECOMPILE_PREFIX_HEADER = NO; - GCC_PREFIX_HEADER = ""; - GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; - GCC_WARN_UNKNOWN_PRAGMAS = NO; - INFOPLIST_FILE = Showcase/Info.plist; - INSTALL_PATH = "$(USER_APPS_DIR)"; - MACOSX_DEPLOYMENT_TARGET = 10.2; - OTHER_CFLAGS = ""; - OTHER_LDFLAGS = ( - "-framework", - Foundation, - "-framework", - AppKit, - ); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ITKitShowcase; - SECTORDER_FLAGS = ""; - WARNING_CFLAGS = "-Wmost"; - }; dependencies = ( 7C105BEA07D787D8002DE061 /* PBXTargetDependency */, 2AC82980056C451900A7D7E2 /* PBXTargetDependency */, @@ -860,33 +844,6 @@ name = ITKitShowcase; productName = ITKitShowcase; productReference = 7C992F87054F5389000B93EA /* ITKitShowcase.app */; - productSettingsXML = " - - - - CFBundleDevelopmentRegion - English - CFBundleExecutable - ITKitShowcase - CFBundleGetInfoString - - CFBundleIconFile - - CFBundleIdentifier - com.MySoftwareCompany.ITKitShowcase - CFBundleInfoDictionaryVersion - 6.0 - CFBundlePackageType - APPL - CFBundleShortVersionString - - CFBundleSignature - ???? - CFBundleVersion - 1.0.0d1 - - -"; productType = "com.apple.product-type.application"; }; 8DC2EF4F0486A6940098B216 /* ITKit */ = { @@ -900,36 +857,6 @@ ); buildRules = ( ); - buildSettings = { - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - FRAMEWORK_VERSION = A; - GCC_ENABLE_TRIGRAPHS = NO; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = ITKit_Prefix.pch; - GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; - GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; - GCC_WARN_UNKNOWN_PRAGMAS = NO; - HEADER_SEARCH_PATHS = ""; - INFOPLIST_FILE = Info.plist; - INSTALL_PATH = "@executable_path/../Frameworks"; - LIBRARY_SEARCH_PATHS = ""; - LIBRARY_STYLE = Dynamic; - MACOSX_DEPLOYMENT_TARGET = 10.2; - OTHER_LDFLAGS = ( - "-seg1addr", - 0x19000000, - ); - PRODUCT_NAME = ITKit; - SECTORDER_FLAGS = ""; - WARNING_CFLAGS = ( - "-Wmost", - "-Wno-four-char-constants", - "-Wno-unknown-pragmas", - ); - WRAPPER_EXTENSION = framework; - }; dependencies = ( 7C105BE807D787D0002DE061 /* PBXTargetDependency */, ); @@ -945,14 +872,7 @@ 0867D690FE84028FC02AAC07 /* Project object */ = { isa = PBXProject; buildConfigurationList = 7C022FEF08A8465D00DDBD03 /* Build configuration list for PBXProject "ITKit" */; - buildSettings = { - MACOSX_DEPLOYMENT_TARGET = 10.2; - SDKROOT = /Developer/SDKs/MacOSX10.2.8.sdk; - }; - buildStyles = ( - 014CEA440018CDF011CA2923 /* Development */, - 014CEA450018CDF011CA2923 /* Deployment */, - ); + compatibilityVersion = "Xcode 3.0"; hasScannedForEncodings = 1; mainGroup = 0867D691FE84028FC02AAC07 /* ITKit */; productRefGroup = 034768DFFF38A50411DB9C8B /* Products */; @@ -963,6 +883,7 @@ ProjectRef = 7CDC144907D7869C00B64193 /* ITFoundation.xcodeproj */; }, ); + projectRoot = ""; targets = ( 8DC2EF4F0486A6940098B216 /* ITKit */, 7C992F86054F5389000B93EA /* ITKitShowcase */, @@ -1064,6 +985,8 @@ 7C02300C08A8488B00DDBD03 /* ITAboutWindowController.m in Sources */, 37FA494E094DE28B0078A329 /* ITCoreImageWindowEffect.m in Sources */, 370C98550995CC7E008C3200 /* ITCoreImageView.m in Sources */, + FAD691300E7BD0E800EC3B64 /* ITApplicationController.m in Sources */, + FAD692800E7C601800EC3B64 /* ITCategory-NSApplication.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1176,21 +1099,15 @@ GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; GCC_WARN_UNKNOWN_PRAGMAS = NO; - HEADER_SEARCH_PATHS = ""; INFOPLIST_FILE = Info.plist; 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 = ( "-seg1addr", 0x19000000, ); PRODUCT_NAME = ITKit; - SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; - SECTORDER_FLAGS = ""; WARNING_CFLAGS = ( "-Wmost", "-Wno-four-char-constants", @@ -1216,20 +1133,15 @@ GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; GCC_WARN_UNKNOWN_PRAGMAS = NO; - HEADER_SEARCH_PATHS = ""; INFOPLIST_FILE = Info.plist; 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", "-Wno-four-char-constants", @@ -1240,42 +1152,6 @@ }; name = Release; }; - 7C022FEA08A8465D00DDBD03 /* Default */ = { - isa = XCBuildConfiguration; - buildSettings = { - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - FRAMEWORK_VERSION = A; - GCC_ENABLE_TRIGRAPHS = NO; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = ITKit_Prefix.pch; - GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; - GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; - GCC_WARN_UNKNOWN_PRAGMAS = NO; - HEADER_SEARCH_PATHS = ""; - INFOPLIST_FILE = Info.plist; - 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", - "-Wno-four-char-constants", - "-Wno-unknown-pragmas", - ); - WRAPPER_EXTENSION = framework; - }; - name = Default; - }; 7C022FEC08A8465D00DDBD03 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -1291,8 +1167,6 @@ GCC_WARN_UNKNOWN_PRAGMAS = NO; INFOPLIST_FILE = Showcase/Info.plist; INSTALL_PATH = "$(USER_APPS_DIR)"; - MACOSX_DEPLOYMENT_TARGET = 10.2; - OPTIMIZATION_CFLAGS = "-O0"; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ( "-framework", @@ -1302,7 +1176,6 @@ ); OTHER_REZFLAGS = ""; PRODUCT_NAME = ITKitShowcase; - SECTORDER_FLAGS = ""; WARNING_CFLAGS = "-Wmost"; ZERO_LINK = YES; }; @@ -1319,7 +1192,6 @@ GCC_WARN_UNKNOWN_PRAGMAS = NO; INFOPLIST_FILE = Showcase/Info.plist; INSTALL_PATH = "$(USER_APPS_DIR)"; - MACOSX_DEPLOYMENT_TARGET = 10.2; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ( "-framework", @@ -1329,72 +1201,33 @@ ); OTHER_REZFLAGS = ""; PRODUCT_NAME = ITKitShowcase; - SECTORDER_FLAGS = ""; WARNING_CFLAGS = "-Wmost"; ZERO_LINK = NO; }; name = Release; }; - 7C022FEE08A8465D00DDBD03 /* Default */ = { - isa = XCBuildConfiguration; - buildSettings = { - GCC_PRECOMPILE_PREFIX_HEADER = NO; - GCC_PREFIX_HEADER = ""; - GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; - GCC_WARN_UNKNOWN_PRAGMAS = NO; - INFOPLIST_FILE = Showcase/Info.plist; - INSTALL_PATH = "$(USER_APPS_DIR)"; - MACOSX_DEPLOYMENT_TARGET = 10.2; - OTHER_CFLAGS = ""; - OTHER_LDFLAGS = ( - "-framework", - Foundation, - "-framework", - AppKit, - ); - OTHER_REZFLAGS = ""; - PRODUCT_NAME = ITKitShowcase; - SECTORDER_FLAGS = ""; - WARNING_CFLAGS = "-Wmost"; - }; - name = Default; - }; 7C022FF008A8465D00DDBD03 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = ( - ppc, - i386, - ); - MACOSX_DEPLOYMENT_TARGET = 10.2; - SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; + ARCHS = "$(ONLY_ACTIVE_ARCH_PRE_XCODE_3_1)"; + GCC_ENABLE_OBJC_GC = supported; + MACOSX_DEPLOYMENT_TARGET = 10.5; + ONLY_ACTIVE_ARCH_PRE_XCODE_3_1 = "$(NATIVE_ARCH_ACTUAL)"; + SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk"; }; name = Debug; }; 7C022FF108A8465D00DDBD03 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = ( - ppc, - i386, - ); - MACOSX_DEPLOYMENT_TARGET = 10.2; - SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; + ARCHS = "$(ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1)"; + ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc"; + GCC_ENABLE_OBJC_GC = supported; + MACOSX_DEPLOYMENT_TARGET = 10.5; + SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk"; }; name = Release; }; - 7C022FF208A8465D00DDBD03 /* Default */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = ( - ppc, - i386, - ); - MACOSX_DEPLOYMENT_TARGET = 10.2; - SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; - }; - name = Default; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -1403,30 +1236,27 @@ buildConfigurations = ( 7C022FE808A8465D00DDBD03 /* Debug */, 7C022FE908A8465D00DDBD03 /* Release */, - 7C022FEA08A8465D00DDBD03 /* Default */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Default; + defaultConfigurationName = Release; }; 7C022FEB08A8465D00DDBD03 /* Build configuration list for PBXNativeTarget "ITKitShowcase" */ = { isa = XCConfigurationList; buildConfigurations = ( 7C022FEC08A8465D00DDBD03 /* Debug */, 7C022FED08A8465D00DDBD03 /* Release */, - 7C022FEE08A8465D00DDBD03 /* Default */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Default; + defaultConfigurationName = Release; }; 7C022FEF08A8465D00DDBD03 /* Build configuration list for PBXProject "ITKit" */ = { isa = XCConfigurationList; buildConfigurations = ( 7C022FF008A8465D00DDBD03 /* Debug */, 7C022FF108A8465D00DDBD03 /* Release */, - 7C022FF208A8465D00DDBD03 /* Default */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Default; + defaultConfigurationName = Release; }; /* End XCConfigurationList section */ };