X-Git-Url: http://www.entropy.ch/git/LeanCalc.git/blobdiff_plain/b06626b06874ceb58dec25471f51583488f5ea93..f5fbaceee4c5c117ef600df1362fa90333ed8bc9:/LeanCalc.xcodeproj/project.pbxproj diff --git a/LeanCalc.xcodeproj/project.pbxproj b/LeanCalc.xcodeproj/project.pbxproj new file mode 100644 index 0000000..00f0a31 --- /dev/null +++ b/LeanCalc.xcodeproj/project.pbxproj @@ -0,0 +1,456 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 42; + objects = { + +/* Begin PBXBuildFile section */ + 1B8243BE07BF863600279D6D /* Calculations.icns in Resources */ = {isa = PBXBuildFile; fileRef = 1B8243BC07BF863600279D6D /* Calculations.icns */; }; + 1B8243BF07BF863600279D6D /* LeanCalc.icns in Resources */ = {isa = PBXBuildFile; fileRef = 1B8243BD07BF863600279D6D /* LeanCalc.icns */; }; + 1B8243CA07BF866200279D6D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B8243C807BF866200279D6D /* main.m */; }; + 1B8243D507BF867300279D6D /* AppDelegate.h in Resources */ = {isa = PBXBuildFile; fileRef = 1B8243CD07BF867300279D6D /* AppDelegate.h */; }; + 1B8243D607BF867300279D6D /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B8243CE07BF867300279D6D /* AppDelegate.m */; }; + 1B8243D707BF867300279D6D /* Calculation.h in Resources */ = {isa = PBXBuildFile; fileRef = 1B8243CF07BF867300279D6D /* Calculation.h */; }; + 1B8243D807BF867300279D6D /* Calculation.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B8243D007BF867300279D6D /* Calculation.m */; }; + 1B8243D907BF867300279D6D /* CmdKeyInterceptApplication.h in Resources */ = {isa = PBXBuildFile; fileRef = 1B8243D107BF867300279D6D /* CmdKeyInterceptApplication.h */; }; + 1B8243DA07BF867300279D6D /* CmdKeyInterceptApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B8243D207BF867300279D6D /* CmdKeyInterceptApplication.m */; }; + 1B8243DB07BF867300279D6D /* MyDocument.h in Resources */ = {isa = PBXBuildFile; fileRef = 1B8243D307BF867300279D6D /* MyDocument.h */; }; + 1B8243DC07BF867300279D6D /* MyDocument.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B8243D407BF867300279D6D /* MyDocument.m */; }; + 1B82478807BF8A7000279D6D /* LeanCalc_Prefix.pch in Resources */ = {isa = PBXBuildFile; fileRef = 1B82478707BF8A7000279D6D /* LeanCalc_Prefix.pch */; }; + 1BC8F6E107B9782800987A06 /* help in CopyFiles */ = {isa = PBXBuildFile; fileRef = 1BC8F59807B9780900987A06 /* help */; }; + 1BFAB21307AED78500C841BA /* libcalc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1BFAB21207AED78500C841BA /* libcalc.a */; }; + 1BFAB26707AEE8C900C841BA /* libcustcalc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1BFAB26607AEE8C900C841BA /* libcustcalc.a */; }; + 8D15AC2C0486D014006FF6A4 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 2A37F4B9FDCFA73011CA2CEA /* Credits.rtf */; }; + 8D15AC2D0486D014006FF6A4 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 2A37F4B6FDCFA73011CA2CEA /* MainMenu.nib */; }; + 8D15AC2E0486D014006FF6A4 /* MyDocument.nib in Resources */ = {isa = PBXBuildFile; fileRef = 2A37F4B4FDCFA73011CA2CEA /* MyDocument.nib */; }; + 8D15AC2F0486D014006FF6A4 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165FFE840EACC02AAC07 /* InfoPlist.strings */; }; + 8D15AC340486D014006FF6A4 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A7FEA54F5311CA2CBB /* Cocoa.framework */; }; +/* End PBXBuildFile section */ + +/* Begin PBXBuildStyle section */ + 4A9504D0FFE6A4CB11CA0CBA /* 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; + HEADER_SEARCH_PATHS = ( + Calc, + Sources, + ); + ZERO_LINK = YES; + }; + name = Development; + }; + 4A9504D1FFE6A4CB11CA0CBA /* Deployment */ = { + isa = PBXBuildStyle; + buildSettings = { + COPY_PHASE_STRIP = YES; + GCC_ENABLE_FIX_AND_CONTINUE = NO; + HEADER_SEARCH_PATHS = ( + Calc, + Sources, + ); + ZERO_LINK = NO; + }; + name = Deployment; + }; +/* End PBXBuildStyle section */ + +/* Begin PBXCopyFilesBuildPhase section */ + 1BC8F40907B8A3F700987A06 /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = ""; + dstSubfolderSpec = 7; + files = ( + 1BC8F6E107B9782800987A06 /* help in CopyFiles */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXCopyFilesBuildPhase section */ + +/* Begin PBXFileReference section */ + 089C1660FE840EACC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = ""; }; + 1058C7A7FEA54F5311CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = ""; }; + 1B8243BC07BF863600279D6D /* Calculations.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = Calculations.icns; path = "Icon Artwork/Calculations.icns"; sourceTree = ""; }; + 1B8243BD07BF863600279D6D /* LeanCalc.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = LeanCalc.icns; path = "Icon Artwork/LeanCalc.icns"; sourceTree = ""; }; + 1B8243C807BF866200279D6D /* main.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Sources/main.m; sourceTree = ""; }; + 1B8243CD07BF867300279D6D /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Sources/AppDelegate.h; sourceTree = ""; }; + 1B8243CE07BF867300279D6D /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Sources/AppDelegate.m; sourceTree = ""; }; + 1B8243CF07BF867300279D6D /* Calculation.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Calculation.h; path = Sources/Calculation.h; sourceTree = ""; }; + 1B8243D007BF867300279D6D /* Calculation.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = Calculation.m; path = Sources/Calculation.m; sourceTree = ""; }; + 1B8243D107BF867300279D6D /* CmdKeyInterceptApplication.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = CmdKeyInterceptApplication.h; path = Sources/CmdKeyInterceptApplication.h; sourceTree = ""; }; + 1B8243D207BF867300279D6D /* CmdKeyInterceptApplication.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = CmdKeyInterceptApplication.m; path = Sources/CmdKeyInterceptApplication.m; sourceTree = ""; }; + 1B8243D307BF867300279D6D /* MyDocument.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = MyDocument.h; path = Sources/MyDocument.h; sourceTree = ""; }; + 1B8243D407BF867300279D6D /* MyDocument.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = MyDocument.m; path = Sources/MyDocument.m; sourceTree = ""; }; + 1B82478707BF8A7000279D6D /* LeanCalc_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = LeanCalc_Prefix.pch; sourceTree = ""; }; + 1BC8F59807B9780900987A06 /* help */ = {isa = PBXFileReference; lastKnownFileType = folder; path = help; sourceTree = ""; }; + 1BFAB21207AED78500C841BA /* libcalc.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcalc.a; path = Calc/libcalc.a; sourceTree = ""; }; + 1BFAB26607AEE8C900C841BA /* libcustcalc.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcustcalc.a; path = Calc/libcustcalc.a; sourceTree = ""; }; + 2A37F4B5FDCFA73011CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MyDocument.nib; sourceTree = ""; }; + 2A37F4B7FDCFA73011CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = ""; }; + 2A37F4BAFDCFA73011CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = English; path = English.lproj/Credits.rtf; sourceTree = ""; }; + 2A37F4C4FDCFA73011CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = ""; }; + 2A37F4C5FDCFA73011CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = ""; }; + 8D15AC360486D014006FF6A4 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 8D15AC370486D014006FF6A4 /* LeanCalc.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LeanCalc.app; sourceTree = BUILT_PRODUCTS_DIR; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 8D15AC330486D014006FF6A4 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 8D15AC340486D014006FF6A4 /* Cocoa.framework in Frameworks */, + 1BFAB21307AED78500C841BA /* libcalc.a in Frameworks */, + 1BFAB26707AEE8C900C841BA /* libcustcalc.a in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 1058C7A6FEA54F5311CA2CBB /* Linked Frameworks */ = { + isa = PBXGroup; + children = ( + 1BFAB21207AED78500C841BA /* libcalc.a */, + 1BFAB26607AEE8C900C841BA /* libcustcalc.a */, + 1058C7A7FEA54F5311CA2CBB /* Cocoa.framework */, + ); + name = "Linked Frameworks"; + sourceTree = ""; + }; + 1058C7A8FEA54F5311CA2CBB /* Other Frameworks */ = { + isa = PBXGroup; + children = ( + 2A37F4C5FDCFA73011CA2CEA /* Foundation.framework */, + 2A37F4C4FDCFA73011CA2CEA /* AppKit.framework */, + ); + name = "Other Frameworks"; + sourceTree = ""; + }; + 19C28FB0FE9D524F11CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( + 8D15AC370486D014006FF6A4 /* LeanCalc.app */, + ); + name = Products; + sourceTree = ""; + }; + 2A37F4AAFDCFA73011CA2CEA /* LeanCalc */ = { + isa = PBXGroup; + children = ( + 2A37F4ABFDCFA73011CA2CEA /* Classes */, + 2A37F4AFFDCFA73011CA2CEA /* Other Sources */, + 2A37F4B8FDCFA73011CA2CEA /* Resources */, + 2A37F4C3FDCFA73011CA2CEA /* Frameworks */, + 19C28FB0FE9D524F11CA2CBB /* Products */, + ); + name = LeanCalc; + sourceTree = ""; + }; + 2A37F4ABFDCFA73011CA2CEA /* Classes */ = { + isa = PBXGroup; + children = ( + 1B8243CD07BF867300279D6D /* AppDelegate.h */, + 1B8243CE07BF867300279D6D /* AppDelegate.m */, + 1B8243CF07BF867300279D6D /* Calculation.h */, + 1B8243D007BF867300279D6D /* Calculation.m */, + 1B8243D107BF867300279D6D /* CmdKeyInterceptApplication.h */, + 1B8243D207BF867300279D6D /* CmdKeyInterceptApplication.m */, + 1B8243D307BF867300279D6D /* MyDocument.h */, + 1B8243D407BF867300279D6D /* MyDocument.m */, + ); + name = Classes; + sourceTree = ""; + }; + 2A37F4AFFDCFA73011CA2CEA /* Other Sources */ = { + isa = PBXGroup; + children = ( + 1B8243C807BF866200279D6D /* main.m */, + 1B82478707BF8A7000279D6D /* LeanCalc_Prefix.pch */, + ); + name = "Other Sources"; + sourceTree = ""; + }; + 2A37F4B8FDCFA73011CA2CEA /* Resources */ = { + isa = PBXGroup; + children = ( + 1B8243BC07BF863600279D6D /* Calculations.icns */, + 1B8243BD07BF863600279D6D /* LeanCalc.icns */, + 1BC8F59807B9780900987A06 /* help */, + 2A37F4B9FDCFA73011CA2CEA /* Credits.rtf */, + 2A37F4B6FDCFA73011CA2CEA /* MainMenu.nib */, + 2A37F4B4FDCFA73011CA2CEA /* MyDocument.nib */, + 8D15AC360486D014006FF6A4 /* Info.plist */, + 089C165FFE840EACC02AAC07 /* InfoPlist.strings */, + ); + name = Resources; + sourceTree = ""; + }; + 2A37F4C3FDCFA73011CA2CEA /* Frameworks */ = { + isa = PBXGroup; + children = ( + 1058C7A6FEA54F5311CA2CBB /* Linked Frameworks */, + 1058C7A8FEA54F5311CA2CBB /* Other Frameworks */, + ); + name = Frameworks; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 8D15AC270486D014006FF6A4 /* LeanCalc */ = { + isa = PBXNativeTarget; + buildConfigurationList = 1BCC418209F8D0C800F1AC9F /* Build configuration list for PBXNativeTarget "LeanCalc" */; + buildPhases = ( + 1B82477B07BF8A3100279D6D /* ShellScript */, + 8D15AC2B0486D014006FF6A4 /* Resources */, + 8D15AC300486D014006FF6A4 /* Sources */, + 8D15AC330486D014006FF6A4 /* Frameworks */, + 1BC8F40907B8A3F700987A06 /* CopyFiles */, + ); + buildRules = ( + ); + buildSettings = { + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = LeanCalc_Prefix.pch; + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "$(HOME)/Applications"; + LIBRARY_SEARCH_PATHS = calc; + PRODUCT_NAME = LeanCalc; + WRAPPER_EXTENSION = app; + }; + dependencies = ( + ); + name = LeanCalc; + productInstallPath = "$(HOME)/Applications"; + productName = LeanCalc; + productReference = 8D15AC370486D014006FF6A4 /* LeanCalc.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 2A37F4A9FDCFA73011CA2CEA /* Project object */ = { + isa = PBXProject; + buildConfigurationList = 1BCC418609F8D0C800F1AC9F /* Build configuration list for PBXProject "LeanCalc" */; + buildSettings = { + }; + buildStyles = ( + 4A9504D0FFE6A4CB11CA0CBA /* Development */, + 4A9504D1FFE6A4CB11CA0CBA /* Deployment */, + ); + hasScannedForEncodings = 1; + mainGroup = 2A37F4AAFDCFA73011CA2CEA /* LeanCalc */; + projectDirPath = ""; + targets = ( + 8D15AC270486D014006FF6A4 /* LeanCalc */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 8D15AC2B0486D014006FF6A4 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 8D15AC2C0486D014006FF6A4 /* Credits.rtf in Resources */, + 8D15AC2D0486D014006FF6A4 /* MainMenu.nib in Resources */, + 8D15AC2E0486D014006FF6A4 /* MyDocument.nib in Resources */, + 8D15AC2F0486D014006FF6A4 /* InfoPlist.strings in Resources */, + 1B8243BE07BF863600279D6D /* Calculations.icns in Resources */, + 1B8243BF07BF863600279D6D /* LeanCalc.icns in Resources */, + 1B8243D507BF867300279D6D /* AppDelegate.h in Resources */, + 1B8243D707BF867300279D6D /* Calculation.h in Resources */, + 1B8243D907BF867300279D6D /* CmdKeyInterceptApplication.h in Resources */, + 1B8243DB07BF867300279D6D /* MyDocument.h in Resources */, + 1B82478807BF8A7000279D6D /* LeanCalc_Prefix.pch in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 1B82477B07BF8A3100279D6D /* ShellScript */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "ranlib calc/*.a"; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 8D15AC300486D014006FF6A4 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1B8243CA07BF866200279D6D /* main.m in Sources */, + 1B8243D607BF867300279D6D /* AppDelegate.m in Sources */, + 1B8243D807BF867300279D6D /* Calculation.m in Sources */, + 1B8243DA07BF867300279D6D /* CmdKeyInterceptApplication.m in Sources */, + 1B8243DC07BF867300279D6D /* MyDocument.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + 089C165FFE840EACC02AAC07 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 089C1660FE840EACC02AAC07 /* English */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + 2A37F4B4FDCFA73011CA2CEA /* MyDocument.nib */ = { + isa = PBXVariantGroup; + children = ( + 2A37F4B5FDCFA73011CA2CEA /* English */, + ); + name = MyDocument.nib; + sourceTree = ""; + }; + 2A37F4B6FDCFA73011CA2CEA /* MainMenu.nib */ = { + isa = PBXVariantGroup; + children = ( + 2A37F4B7FDCFA73011CA2CEA /* English */, + ); + name = MainMenu.nib; + sourceTree = ""; + }; + 2A37F4B9FDCFA73011CA2CEA /* Credits.rtf */ = { + isa = PBXVariantGroup; + children = ( + 2A37F4BAFDCFA73011CA2CEA /* English */, + ); + name = Credits.rtf; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 1BCC418309F8D0C800F1AC9F /* Development */ = { + isa = XCBuildConfiguration; + 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; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = LeanCalc_Prefix.pch; + HEADER_SEARCH_PATHS = ( + Calc, + Sources, + ); + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "$(HOME)/Applications"; + LIBRARY_SEARCH_PATHS = calc; + PRODUCT_NAME = LeanCalc; + WRAPPER_EXTENSION = app; + ZERO_LINK = YES; + }; + name = Development; + }; + 1BCC418409F8D0C800F1AC9F /* Deployment */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = YES; + GCC_ENABLE_FIX_AND_CONTINUE = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = LeanCalc_Prefix.pch; + HEADER_SEARCH_PATHS = ( + Calc, + Sources, + ); + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "$(HOME)/Applications"; + LIBRARY_SEARCH_PATHS = calc; + PRODUCT_NAME = LeanCalc; + WRAPPER_EXTENSION = app; + ZERO_LINK = NO; + }; + name = Deployment; + }; + 1BCC418509F8D0C800F1AC9F /* Default */ = { + isa = XCBuildConfiguration; + buildSettings = { + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = LeanCalc_Prefix.pch; + INFOPLIST_FILE = Info.plist; + INSTALL_PATH = "$(HOME)/Applications"; + LIBRARY_SEARCH_PATHS = calc; + PRODUCT_NAME = LeanCalc; + WRAPPER_EXTENSION = app; + }; + name = Default; + }; + 1BCC418709F8D0C800F1AC9F /* Development */ = { + isa = XCBuildConfiguration; + buildSettings = { + SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; + }; + name = Development; + }; + 1BCC418809F8D0C800F1AC9F /* Deployment */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = ( + ppc, + i386, + ); + SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; + }; + name = Deployment; + }; + 1BCC418909F8D0C800F1AC9F /* Default */ = { + isa = XCBuildConfiguration; + buildSettings = { + SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; + }; + name = Default; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 1BCC418209F8D0C800F1AC9F /* Build configuration list for PBXNativeTarget "LeanCalc" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1BCC418309F8D0C800F1AC9F /* Development */, + 1BCC418409F8D0C800F1AC9F /* Deployment */, + 1BCC418509F8D0C800F1AC9F /* Default */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Default; + }; + 1BCC418609F8D0C800F1AC9F /* Build configuration list for PBXProject "LeanCalc" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1BCC418709F8D0C800F1AC9F /* Development */, + 1BCC418809F8D0C800F1AC9F /* Deployment */, + 1BCC418909F8D0C800F1AC9F /* Default */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Default; + }; +/* End XCConfigurationList section */ + }; + rootObject = 2A37F4A9FDCFA73011CA2CEA /* Project object */; +}