// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 46;
	objects = {

/* Begin PBXBuildFile section */
		842A0BE51CFCB9BC00BF746C /* RSTree.h in Headers */ = {isa = PBXBuildFile; fileRef = 842A0BE41CFCB9BC00BF746C /* RSTree.h */; settings = {ATTRIBUTES = (Public, ); }; };
		842A0BEC1CFCB9BC00BF746C /* RSTree.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 842A0BE11CFCB9BC00BF746C /* RSTree.framework */; };
		842A0BF11CFCB9BC00BF746C /* RSTreeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 842A0BF01CFCB9BC00BF746C /* RSTreeTests.swift */; };
		842F4D0A1D7E027100C88094 /* NSOutlineView+RSTree.swift in Sources */ = {isa = PBXBuildFile; fileRef = 842F4D091D7E027100C88094 /* NSOutlineView+RSTree.swift */; };
		84B1EF931D5BC2A7008533AE /* TopLevelRepresentedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84B1EF921D5BC2A7008533AE /* TopLevelRepresentedObject.swift */; };
		84C567CA1CFCBA0E005B711B /* TreeController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84C567C91CFCBA0E005B711B /* TreeController.swift */; };
		84C567CC1CFCBA16005B711B /* Node.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84C567CB1CFCBA16005B711B /* Node.swift */; };
		84FEB30D1D7DE284008A237C /* NodePath.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84FEB30C1D7DE284008A237C /* NodePath.swift */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
		842A0BED1CFCB9BC00BF746C /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 842A0BD81CFCB9BC00BF746C /* Project object */;
			proxyType = 1;
			remoteGlobalIDString = 842A0BE01CFCB9BC00BF746C;
			remoteInfo = RSTree;
		};
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
		842A0BE11CFCB9BC00BF746C /* RSTree.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = RSTree.framework; sourceTree = BUILT_PRODUCTS_DIR; };
		842A0BE41CFCB9BC00BF746C /* RSTree.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = RSTree.h; path = RSTree/RSTree.h; sourceTree = "<group>"; };
		842A0BE61CFCB9BC00BF746C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = RSTree/Info.plist; sourceTree = "<group>"; };
		842A0BEB1CFCB9BC00BF746C /* RSTreeTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RSTreeTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
		842A0BF01CFCB9BC00BF746C /* RSTreeTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RSTreeTests.swift; sourceTree = "<group>"; };
		842A0BF21CFCB9BC00BF746C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
		842F4D091D7E027100C88094 /* NSOutlineView+RSTree.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "NSOutlineView+RSTree.swift"; path = "RSTree/NSOutlineView+RSTree.swift"; sourceTree = "<group>"; };
		84B1EF921D5BC2A7008533AE /* TopLevelRepresentedObject.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TopLevelRepresentedObject.swift; path = RSTree/TopLevelRepresentedObject.swift; sourceTree = "<group>"; };
		84C567C91CFCBA0E005B711B /* TreeController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; name = TreeController.swift; path = RSTree/TreeController.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
		84C567CB1CFCBA16005B711B /* Node.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; name = Node.swift; path = RSTree/Node.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
		84FEB30C1D7DE284008A237C /* NodePath.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = NodePath.swift; path = RSTree/NodePath.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		842A0BDD1CFCB9BC00BF746C /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		842A0BE81CFCB9BC00BF746C /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				842A0BEC1CFCB9BC00BF746C /* RSTree.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		842A0BD71CFCB9BC00BF746C = {
			isa = PBXGroup;
			children = (
				842A0BE41CFCB9BC00BF746C /* RSTree.h */,
				84C567C91CFCBA0E005B711B /* TreeController.swift */,
				84C567CB1CFCBA16005B711B /* Node.swift */,
				84FEB30C1D7DE284008A237C /* NodePath.swift */,
				84B1EF921D5BC2A7008533AE /* TopLevelRepresentedObject.swift */,
				842F4D091D7E027100C88094 /* NSOutlineView+RSTree.swift */,
				842A0BE61CFCB9BC00BF746C /* Info.plist */,
				842A0BEF1CFCB9BC00BF746C /* RSTreeTests */,
				842A0BE21CFCB9BC00BF746C /* Products */,
			);
			sourceTree = "<group>";
		};
		842A0BE21CFCB9BC00BF746C /* Products */ = {
			isa = PBXGroup;
			children = (
				842A0BE11CFCB9BC00BF746C /* RSTree.framework */,
				842A0BEB1CFCB9BC00BF746C /* RSTreeTests.xctest */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		842A0BEF1CFCB9BC00BF746C /* RSTreeTests */ = {
			isa = PBXGroup;
			children = (
				842A0BF01CFCB9BC00BF746C /* RSTreeTests.swift */,
				842A0BF21CFCB9BC00BF746C /* Info.plist */,
			);
			path = RSTreeTests;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
		842A0BDE1CFCB9BC00BF746C /* Headers */ = {
			isa = PBXHeadersBuildPhase;
			buildActionMask = 2147483647;
			files = (
				842A0BE51CFCB9BC00BF746C /* RSTree.h in Headers */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
		842A0BE01CFCB9BC00BF746C /* RSTree */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 842A0BF51CFCB9BC00BF746C /* Build configuration list for PBXNativeTarget "RSTree" */;
			buildPhases = (
				842A0BDC1CFCB9BC00BF746C /* Sources */,
				842A0BDD1CFCB9BC00BF746C /* Frameworks */,
				842A0BDE1CFCB9BC00BF746C /* Headers */,
				842A0BDF1CFCB9BC00BF746C /* Resources */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = RSTree;
			productName = RSTree;
			productReference = 842A0BE11CFCB9BC00BF746C /* RSTree.framework */;
			productType = "com.apple.product-type.framework";
		};
		842A0BEA1CFCB9BC00BF746C /* RSTreeTests */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 842A0BF81CFCB9BC00BF746C /* Build configuration list for PBXNativeTarget "RSTreeTests" */;
			buildPhases = (
				842A0BE71CFCB9BC00BF746C /* Sources */,
				842A0BE81CFCB9BC00BF746C /* Frameworks */,
				842A0BE91CFCB9BC00BF746C /* Resources */,
			);
			buildRules = (
			);
			dependencies = (
				842A0BEE1CFCB9BC00BF746C /* PBXTargetDependency */,
			);
			name = RSTreeTests;
			productName = RSTreeTests;
			productReference = 842A0BEB1CFCB9BC00BF746C /* RSTreeTests.xctest */;
			productType = "com.apple.product-type.bundle.unit-test";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		842A0BD81CFCB9BC00BF746C /* Project object */ = {
			isa = PBXProject;
			attributes = {
				LastSwiftUpdateCheck = 0730;
				LastUpgradeCheck = 0920;
				ORGANIZATIONNAME = "Ranchero Software, LLC";
				TargetAttributes = {
					842A0BE01CFCB9BC00BF746C = {
						CreatedOnToolsVersion = 7.3;
						LastSwiftMigration = 0800;
					};
					842A0BEA1CFCB9BC00BF746C = {
						CreatedOnToolsVersion = 7.3;
						LastSwiftMigration = 0800;
					};
				};
			};
			buildConfigurationList = 842A0BDB1CFCB9BC00BF746C /* Build configuration list for PBXProject "RSTree" */;
			compatibilityVersion = "Xcode 3.2";
			developmentRegion = English;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
			);
			mainGroup = 842A0BD71CFCB9BC00BF746C;
			productRefGroup = 842A0BE21CFCB9BC00BF746C /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				842A0BE01CFCB9BC00BF746C /* RSTree */,
				842A0BEA1CFCB9BC00BF746C /* RSTreeTests */,
			);
		};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
		842A0BDF1CFCB9BC00BF746C /* Resources */ = {
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		842A0BE91CFCB9BC00BF746C /* Resources */ = {
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
		842A0BDC1CFCB9BC00BF746C /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				842F4D0A1D7E027100C88094 /* NSOutlineView+RSTree.swift in Sources */,
				84FEB30D1D7DE284008A237C /* NodePath.swift in Sources */,
				84C567CA1CFCBA0E005B711B /* TreeController.swift in Sources */,
				84C567CC1CFCBA16005B711B /* Node.swift in Sources */,
				84B1EF931D5BC2A7008533AE /* TopLevelRepresentedObject.swift in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		842A0BE71CFCB9BC00BF746C /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				842A0BF11CFCB9BC00BF746C /* RSTreeTests.swift in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
		842A0BEE1CFCB9BC00BF746C /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			target = 842A0BE01CFCB9BC00BF746C /* RSTree */;
			targetProxy = 842A0BED1CFCB9BC00BF746C /* PBXContainerItemProxy */;
		};
/* End PBXTargetDependency section */

/* Begin XCBuildConfiguration section */
		842A0BF31CFCB9BC00BF746C /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_ANALYZER_NONNULL = YES;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_MODULES = YES;
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
				CLANG_WARN_BOOL_CONVERSION = YES;
				CLANG_WARN_COMMA = YES;
				CLANG_WARN_CONSTANT_CONVERSION = YES;
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_ENUM_CONVERSION = YES;
				CLANG_WARN_INFINITE_RECURSION = YES;
				CLANG_WARN_INT_CONVERSION = YES;
				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
				CLANG_WARN_STRICT_PROTOTYPES = YES;
				CLANG_WARN_SUSPICIOUS_MOVE = YES;
				CLANG_WARN_UNREACHABLE_CODE = YES;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				CODE_SIGN_IDENTITY = "-";
				COPY_PHASE_STRIP = NO;
				CURRENT_PROJECT_VERSION = 1;
				DEBUG_INFORMATION_FORMAT = dwarf;
				ENABLE_STRICT_OBJC_MSGSEND = YES;
				ENABLE_TESTABILITY = YES;
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_NO_COMMON_BLOCKS = YES;
				GCC_OPTIMIZATION_LEVEL = 0;
				GCC_PREPROCESSOR_DEFINITIONS = (
					"DEBUG=1",
					"$(inherited)",
				);
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
				GCC_WARN_UNDECLARED_SELECTOR = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
				GCC_WARN_UNUSED_FUNCTION = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				MACOSX_DEPLOYMENT_TARGET = 10.13;
				MTL_ENABLE_DEBUG_INFO = YES;
				ONLY_ACTIVE_ARCH = YES;
				SDKROOT = macosx;
				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
				SWIFT_SWIFT3_OBJC_INFERENCE = Off;
				SWIFT_VERSION = 4.0;
				VERSIONING_SYSTEM = "apple-generic";
				VERSION_INFO_PREFIX = "";
			};
			name = Debug;
		};
		842A0BF41CFCB9BC00BF746C /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_ANALYZER_NONNULL = YES;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_MODULES = YES;
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
				CLANG_WARN_BOOL_CONVERSION = YES;
				CLANG_WARN_COMMA = YES;
				CLANG_WARN_CONSTANT_CONVERSION = YES;
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_ENUM_CONVERSION = YES;
				CLANG_WARN_INFINITE_RECURSION = YES;
				CLANG_WARN_INT_CONVERSION = YES;
				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
				CLANG_WARN_STRICT_PROTOTYPES = YES;
				CLANG_WARN_SUSPICIOUS_MOVE = YES;
				CLANG_WARN_UNREACHABLE_CODE = YES;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				CODE_SIGN_IDENTITY = "-";
				COPY_PHASE_STRIP = NO;
				CURRENT_PROJECT_VERSION = 1;
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
				ENABLE_NS_ASSERTIONS = NO;
				ENABLE_STRICT_OBJC_MSGSEND = YES;
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_NO_COMMON_BLOCKS = YES;
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
				GCC_WARN_UNDECLARED_SELECTOR = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
				GCC_WARN_UNUSED_FUNCTION = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				MACOSX_DEPLOYMENT_TARGET = 10.13;
				MTL_ENABLE_DEBUG_INFO = NO;
				SDKROOT = macosx;
				SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
				SWIFT_SWIFT3_OBJC_INFERENCE = Off;
				SWIFT_VERSION = 4.0;
				VERSIONING_SYSTEM = "apple-generic";
				VERSION_INFO_PREFIX = "";
			};
			name = Release;
		};
		842A0BF61CFCB9BC00BF746C /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				CLANG_ENABLE_MODULES = YES;
				COMBINE_HIDPI_IMAGES = YES;
				DEFINES_MODULE = YES;
				DYLIB_COMPATIBILITY_VERSION = 1;
				DYLIB_CURRENT_VERSION = 1;
				DYLIB_INSTALL_NAME_BASE = "@rpath";
				FRAMEWORK_VERSION = A;
				INFOPLIST_FILE = RSTree/Info.plist;
				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
				PRODUCT_BUNDLE_IDENTIFIER = com.ranchero.RSTree;
				PRODUCT_NAME = "$(TARGET_NAME)";
				SKIP_INSTALL = YES;
				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
			};
			name = Debug;
		};
		842A0BF71CFCB9BC00BF746C /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				CLANG_ENABLE_MODULES = YES;
				COMBINE_HIDPI_IMAGES = YES;
				DEFINES_MODULE = YES;
				DYLIB_COMPATIBILITY_VERSION = 1;
				DYLIB_CURRENT_VERSION = 1;
				DYLIB_INSTALL_NAME_BASE = "@rpath";
				FRAMEWORK_VERSION = A;
				INFOPLIST_FILE = RSTree/Info.plist;
				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
				PRODUCT_BUNDLE_IDENTIFIER = com.ranchero.RSTree;
				PRODUCT_NAME = "$(TARGET_NAME)";
				SKIP_INSTALL = YES;
				SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
			};
			name = Release;
		};
		842A0BF91CFCB9BC00BF746C /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				COMBINE_HIDPI_IMAGES = YES;
				INFOPLIST_FILE = RSTreeTests/Info.plist;
				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
				PRODUCT_BUNDLE_IDENTIFIER = com.ranchero.RSTreeTests;
				PRODUCT_NAME = "$(TARGET_NAME)";
			};
			name = Debug;
		};
		842A0BFA1CFCB9BC00BF746C /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				COMBINE_HIDPI_IMAGES = YES;
				INFOPLIST_FILE = RSTreeTests/Info.plist;
				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
				PRODUCT_BUNDLE_IDENTIFIER = com.ranchero.RSTreeTests;
				PRODUCT_NAME = "$(TARGET_NAME)";
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		842A0BDB1CFCB9BC00BF746C /* Build configuration list for PBXProject "RSTree" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				842A0BF31CFCB9BC00BF746C /* Debug */,
				842A0BF41CFCB9BC00BF746C /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		842A0BF51CFCB9BC00BF746C /* Build configuration list for PBXNativeTarget "RSTree" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				842A0BF61CFCB9BC00BF746C /* Debug */,
				842A0BF71CFCB9BC00BF746C /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		842A0BF81CFCB9BC00BF746C /* Build configuration list for PBXNativeTarget "RSTreeTests" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				842A0BF91CFCB9BC00BF746C /* Debug */,
				842A0BFA1CFCB9BC00BF746C /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 842A0BD81CFCB9BC00BF746C /* Project object */;
}