// !$*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 = ""; }; 842A0BE61CFCB9BC00BF746C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = RSTree/Info.plist; sourceTree = ""; }; 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 = ""; }; 842A0BF21CFCB9BC00BF746C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 842F4D091D7E027100C88094 /* NSOutlineView+RSTree.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "NSOutlineView+RSTree.swift"; path = "RSTree/NSOutlineView+RSTree.swift"; sourceTree = ""; }; 84B1EF921D5BC2A7008533AE /* TopLevelRepresentedObject.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TopLevelRepresentedObject.swift; path = RSTree/TopLevelRepresentedObject.swift; sourceTree = ""; }; 84C567C91CFCBA0E005B711B /* TreeController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; name = TreeController.swift; path = RSTree/TreeController.swift; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; 84C567CB1CFCBA16005B711B /* Node.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; name = Node.swift; path = RSTree/Node.swift; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; 84FEB30C1D7DE284008A237C /* NodePath.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = NodePath.swift; path = RSTree/NodePath.swift; sourceTree = ""; }; D511EF1B20242EC900712EC3 /* RSTreeTests_target.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = RSTreeTests_target.xcconfig; sourceTree = ""; }; D511EF1C20242EC900712EC3 /* RSTree_project.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = RSTree_project.xcconfig; sourceTree = ""; }; D511EF1D20242EC900712EC3 /* RSTree_target.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = RSTree_target.xcconfig; sourceTree = ""; }; D511EF1E20242EC900712EC3 /* RSTree_project_debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = RSTree_project_debug.xcconfig; sourceTree = ""; }; D511EF1F20242EC900712EC3 /* RSTree_project_release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = RSTree_project_release.xcconfig; sourceTree = ""; }; /* 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 */, D511EF1A20242EC900712EC3 /* xcconfig */, ); sourceTree = ""; }; 842A0BE21CFCB9BC00BF746C /* Products */ = { isa = PBXGroup; children = ( 842A0BE11CFCB9BC00BF746C /* RSTree.framework */, 842A0BEB1CFCB9BC00BF746C /* RSTreeTests.xctest */, ); name = Products; sourceTree = ""; }; 842A0BEF1CFCB9BC00BF746C /* RSTreeTests */ = { isa = PBXGroup; children = ( 842A0BF01CFCB9BC00BF746C /* RSTreeTests.swift */, 842A0BF21CFCB9BC00BF746C /* Info.plist */, ); path = RSTreeTests; sourceTree = ""; }; D511EF1A20242EC900712EC3 /* xcconfig */ = { isa = PBXGroup; children = ( D511EF1C20242EC900712EC3 /* RSTree_project.xcconfig */, D511EF1E20242EC900712EC3 /* RSTree_project_debug.xcconfig */, D511EF1F20242EC900712EC3 /* RSTree_project_release.xcconfig */, D511EF1D20242EC900712EC3 /* RSTree_target.xcconfig */, D511EF1B20242EC900712EC3 /* RSTreeTests_target.xcconfig */, ); path = xcconfig; sourceTree = ""; }; /* 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 = 0930; 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; baseConfigurationReference = D511EF1E20242EC900712EC3 /* RSTree_project_debug.xcconfig */; buildSettings = { }; name = Debug; }; 842A0BF41CFCB9BC00BF746C /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = D511EF1F20242EC900712EC3 /* RSTree_project_release.xcconfig */; buildSettings = { }; name = Release; }; 842A0BF61CFCB9BC00BF746C /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = D511EF1D20242EC900712EC3 /* RSTree_target.xcconfig */; buildSettings = { }; name = Debug; }; 842A0BF71CFCB9BC00BF746C /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = D511EF1D20242EC900712EC3 /* RSTree_target.xcconfig */; buildSettings = { }; name = Release; }; 842A0BF91CFCB9BC00BF746C /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = D511EF1B20242EC900712EC3 /* RSTreeTests_target.xcconfig */; buildSettings = { }; name = Debug; }; 842A0BFA1CFCB9BC00BF746C /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = D511EF1B20242EC900712EC3 /* RSTreeTests_target.xcconfig */; buildSettings = { }; 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 */; }