// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 45; objects = { /* Begin PBXBuildFile section */ 6873FC2D11594FE800FD557F /* Rcallbacks.m in Sources */ = {isa = PBXBuildFile; fileRef = 6873FC2511594FE800FD557F /* Rcallbacks.m */; }; 6873FC2E11594FE800FD557F /* REngine.m in Sources */ = {isa = PBXBuildFile; fileRef = 6873FC2711594FE800FD557F /* REngine.m */; }; 6873FC2F11594FE800FD557F /* Rinit.m in Sources */ = {isa = PBXBuildFile; fileRef = 6873FC2911594FE800FD557F /* Rinit.m */; }; 6873FC3011594FE800FD557F /* RSEXP.m in Sources */ = {isa = PBXBuildFile; fileRef = 6873FC2B11594FE800FD557F /* RSEXP.m */; }; 6873FC3111594FE800FD557F /* test.m in Sources */ = {isa = PBXBuildFile; fileRef = 6873FC2C11594FE800FD557F /* test.m */; }; 6873FC361159501800FD557F /* R.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6873FC351159501800FD557F /* R.framework */; }; 6873FC66115A50FE00FD557F /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6873FC65115A50FE00FD557F /* AppKit.framework */; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ 8DD76FAF0486AB0100D96B5E /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 8; dstPath = /usr/share/man/man1/; dstSubfolderSpec = 0; files = ( ); runOnlyForDeploymentPostprocessing = 1; }; /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ 6873FC2411594FE800FD557F /* Rcallbacks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Rcallbacks.h; sourceTree = ""; }; 6873FC2511594FE800FD557F /* Rcallbacks.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Rcallbacks.m; sourceTree = ""; }; 6873FC2611594FE800FD557F /* REngine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = REngine.h; sourceTree = ""; }; 6873FC2711594FE800FD557F /* REngine.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = REngine.m; sourceTree = ""; }; 6873FC2811594FE800FD557F /* Rinit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Rinit.h; sourceTree = ""; }; 6873FC2911594FE800FD557F /* Rinit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Rinit.m; sourceTree = ""; }; 6873FC2A11594FE800FD557F /* RSEXP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RSEXP.h; sourceTree = ""; }; 6873FC2B11594FE800FD557F /* RSEXP.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RSEXP.m; sourceTree = ""; }; 6873FC2C11594FE800FD557F /* test.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = test.m; sourceTree = ""; }; 6873FC351159501800FD557F /* R.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = R.framework; path = Library/Frameworks/R.framework; sourceTree = SDKROOT; }; 6873FC65115A50FE00FD557F /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; }; 8DD76FB20486AB0100D96B5E /* TestTool */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = TestTool; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ 8DD76FAD0486AB0100D96B5E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 6873FC361159501800FD557F /* R.framework in Frameworks */, 6873FC66115A50FE00FD557F /* AppKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 08FB7794FE84155DC02AAC07 /* TestTool */ = { isa = PBXGroup; children = ( 08FB7795FE84155DC02AAC07 /* Source */, 1AB674ADFE9D54B511CA2CBB /* Products */, 6873FC351159501800FD557F /* R.framework */, 6873FC65115A50FE00FD557F /* AppKit.framework */, ); name = TestTool; sourceTree = ""; }; 08FB7795FE84155DC02AAC07 /* Source */ = { isa = PBXGroup; children = ( 6873FC2411594FE800FD557F /* Rcallbacks.h */, 6873FC2511594FE800FD557F /* Rcallbacks.m */, 6873FC2611594FE800FD557F /* REngine.h */, 6873FC2711594FE800FD557F /* REngine.m */, 6873FC2811594FE800FD557F /* Rinit.h */, 6873FC2911594FE800FD557F /* Rinit.m */, 6873FC2A11594FE800FD557F /* RSEXP.h */, 6873FC2B11594FE800FD557F /* RSEXP.m */, 6873FC2C11594FE800FD557F /* test.m */, ); name = Source; sourceTree = ""; }; 1AB674ADFE9D54B511CA2CBB /* Products */ = { isa = PBXGroup; children = ( 8DD76FB20486AB0100D96B5E /* TestTool */, ); name = Products; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ 8DD76FA90486AB0100D96B5E /* TestTool */ = { isa = PBXNativeTarget; buildConfigurationList = 1DEB928508733DD80010E9CD /* Build configuration list for PBXNativeTarget "TestTool" */; buildPhases = ( 8DD76FAB0486AB0100D96B5E /* Sources */, 8DD76FAD0486AB0100D96B5E /* Frameworks */, 8DD76FAF0486AB0100D96B5E /* CopyFiles */, ); buildRules = ( ); dependencies = ( ); name = TestTool; productInstallPath = "$(HOME)/bin"; productName = TestTool; productReference = 8DD76FB20486AB0100D96B5E /* TestTool */; productType = "com.apple.product-type.tool"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ 08FB7793FE84155DC02AAC07 /* Project object */ = { isa = PBXProject; buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "TestTool" */; compatibilityVersion = "Xcode 3.1"; hasScannedForEncodings = 1; mainGroup = 08FB7794FE84155DC02AAC07 /* TestTool */; projectDirPath = ""; projectRoot = ""; targets = ( 8DD76FA90486AB0100D96B5E /* TestTool */, ); }; /* End PBXProject section */ /* Begin PBXSourcesBuildPhase section */ 8DD76FAB0486AB0100D96B5E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 6873FC2D11594FE800FD557F /* Rcallbacks.m in Sources */, 6873FC2E11594FE800FD557F /* REngine.m in Sources */, 6873FC2F11594FE800FD557F /* Rinit.m in Sources */, 6873FC3011594FE800FD557F /* RSEXP.m in Sources */, 6873FC3111594FE800FD557F /* test.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin XCBuildConfiguration section */ 1DEB928608733DD80010E9CD /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; COPY_PHASE_STRIP = NO; GCC_DYNAMIC_NO_PIC = NO; GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; GCC_OPTIMIZATION_LEVEL = 0; INSTALL_PATH = /usr/local/bin; PRODUCT_NAME = TestTool; SDKROOT = macosx10.5; }; name = Debug; }; 1DEB928708733DD80010E9CD /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_MODEL_TUNING = G5; INSTALL_PATH = /usr/local/bin; PRODUCT_NAME = TestTool; SDKROOT = macosx10.5; }; name = Release; }; 1DEB928A08733DD80010E9CD /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = RENG_STAND_ALONE; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; HEADER_SEARCH_PATHS = /Library/Frameworks/R.framework/Headers; ONLY_ACTIVE_ARCH = YES; OTHER_LDFLAGS = "-lobjc"; PREBINDING = NO; SDKROOT = macosx10.6; }; name = Debug; }; 1DEB928B08733DD80010E9CD /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_PREPROCESSOR_DEFINITIONS = RENG_STAND_ALONE; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; HEADER_SEARCH_PATHS = /Library/Frameworks/R.framework/Headers; OTHER_LDFLAGS = "-lobjc"; PREBINDING = NO; SDKROOT = macosx10.6; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ 1DEB928508733DD80010E9CD /* Build configuration list for PBXNativeTarget "TestTool" */ = { isa = XCConfigurationList; buildConfigurations = ( 1DEB928608733DD80010E9CD /* Debug */, 1DEB928708733DD80010E9CD /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "TestTool" */ = { isa = XCConfigurationList; buildConfigurations = ( 1DEB928A08733DD80010E9CD /* Debug */, 1DEB928B08733DD80010E9CD /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = 08FB7793FE84155DC02AAC07 /* Project object */; }