Files
NetNewsWire/Frameworks/FeedFinder/FeedFinder.xcodeproj/project.pbxproj
2018-06-21 13:18:28 -07:00

385 lines
19 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
84B06FEF1ED3808F00F0B54B /* RSWeb.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84B06FEE1ED3808F00F0B54B /* RSWeb.framework */; };
84B06FF31ED3812600F0B54B /* RSCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84B06FF21ED3812600F0B54B /* RSCore.framework */; };
84BAAE2A1C8E6B3B009F5239 /* FeedFinder.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84BAAE1F1C8E6B3B009F5239 /* FeedFinder.framework */; };
84F466571F03523100225386 /* RSParser.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84F466561F03523100225386 /* RSParser.framework */; };
84FE13C220DC3D960029AB7B /* FeedFinder.h in Headers */ = {isa = PBXBuildFile; fileRef = 84FE13C120DC3D960029AB7B /* FeedFinder.h */; settings = {ATTRIBUTES = (Public, ); }; };
84FE13C420DC3DA70029AB7B /* FeedFinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84FE13C320DC3DA70029AB7B /* FeedFinder.swift */; };
84FE13C620DC3DAE0029AB7B /* FeedSpecifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84FE13C520DC3DAE0029AB7B /* FeedSpecifier.swift */; };
84FE13C820DC3DB50029AB7B /* HTMLFeedFinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84FE13C720DC3DB50029AB7B /* HTMLFeedFinder.swift */; };
84FE13D420DC3DDF0029AB7B /* FeedFinderTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 84FE13CB20DC3DDF0029AB7B /* FeedFinderTests.m */; };
84FE13D520DC3DDF0029AB7B /* indiestack.html in Resources */ = {isa = PBXBuildFile; fileRef = 84FE13CD20DC3DDF0029AB7B /* indiestack.html */; };
84FE13D620DC3DDF0029AB7B /* sixcolors.html in Resources */ = {isa = PBXBuildFile; fileRef = 84FE13CE20DC3DDF0029AB7B /* sixcolors.html */; };
84FE13D720DC3DDF0029AB7B /* DaringFireball.html in Resources */ = {isa = PBXBuildFile; fileRef = 84FE13CF20DC3DDF0029AB7B /* DaringFireball.html */; };
84FE13D820DC3DDF0029AB7B /* inessential.html in Resources */ = {isa = PBXBuildFile; fileRef = 84FE13D020DC3DDF0029AB7B /* inessential.html */; };
84FE13D920DC3DDF0029AB7B /* furbo.html in Resources */ = {isa = PBXBuildFile; fileRef = 84FE13D120DC3DDF0029AB7B /* furbo.html */; };
84FE13DA20DC3DDF0029AB7B /* HTMLFeedFinderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84FE13D220DC3DDF0029AB7B /* HTMLFeedFinderTests.swift */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
84BAAE2B1C8E6B3B009F5239 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 84BAAE161C8E6B3B009F5239 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 84BAAE1E1C8E6B3B009F5239;
remoteInfo = RSFeedFinder;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
84B06FEE1ED3808F00F0B54B /* RSWeb.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RSWeb.framework; path = "../../../../Library/Developer/Xcode/DerivedData/Evergreen-edcdqyvewhytnmcfaiesnqiqeynn/Build/Products/Debug/RSWeb.framework"; sourceTree = "<group>"; };
84B06FF01ED380A700F0B54B /* RSXML.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RSXML.framework; path = ../RSXML/build/Debug/RSXML.framework; sourceTree = "<group>"; };
84B06FF21ED3812600F0B54B /* RSCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RSCore.framework; path = ../RSCore/build/Debug/RSCore.framework; sourceTree = "<group>"; };
84BAAE1F1C8E6B3B009F5239 /* FeedFinder.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FeedFinder.framework; sourceTree = BUILT_PRODUCTS_DIR; };
84BAAE291C8E6B3B009F5239 /* FeedFinderTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FeedFinderTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
84E697E51C8E6C10009C585A /* RSCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RSCore.framework; path = ../RSCore/build/Debug/RSCore.framework; sourceTree = "<group>"; };
84E697E71C8E6C16009C585A /* RSXML.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RSXML.framework; path = ../RSXML/build/Debug/RSXML.framework; sourceTree = "<group>"; };
84E697E91C8E6C20009C585A /* RSWeb.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RSWeb.framework; path = ../RSWeb/build/Debug/RSWeb.framework; sourceTree = "<group>"; };
84F466561F03523100225386 /* RSParser.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RSParser.framework; path = ../RSParser/build/Debug/RSParser.framework; sourceTree = "<group>"; };
84FE13C120DC3D960029AB7B /* FeedFinder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FeedFinder.h; path = FeedFinder/FeedFinder.h; sourceTree = "<group>"; };
84FE13C320DC3DA70029AB7B /* FeedFinder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FeedFinder.swift; path = FeedFinder/FeedFinder.swift; sourceTree = "<group>"; };
84FE13C520DC3DAE0029AB7B /* FeedSpecifier.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FeedSpecifier.swift; path = FeedFinder/FeedSpecifier.swift; sourceTree = "<group>"; };
84FE13C720DC3DB50029AB7B /* HTMLFeedFinder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = HTMLFeedFinder.swift; path = FeedFinder/HTMLFeedFinder.swift; sourceTree = "<group>"; };
84FE13C920DC3DCA0029AB7B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = FeedFinder/Info.plist; sourceTree = "<group>"; };
84FE13CB20DC3DDF0029AB7B /* FeedFinderTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FeedFinderTests.m; sourceTree = "<group>"; };
84FE13CD20DC3DDF0029AB7B /* indiestack.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = indiestack.html; sourceTree = "<group>"; };
84FE13CE20DC3DDF0029AB7B /* sixcolors.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = sixcolors.html; sourceTree = "<group>"; };
84FE13CF20DC3DDF0029AB7B /* DaringFireball.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = DaringFireball.html; sourceTree = "<group>"; };
84FE13D020DC3DDF0029AB7B /* inessential.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = inessential.html; sourceTree = "<group>"; };
84FE13D120DC3DDF0029AB7B /* furbo.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = furbo.html; sourceTree = "<group>"; };
84FE13D220DC3DDF0029AB7B /* HTMLFeedFinderTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HTMLFeedFinderTests.swift; sourceTree = "<group>"; };
84FE13D320DC3DDF0029AB7B /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
84FE13DC20DC3E4E0029AB7B /* FeedFinder_project_debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = FeedFinder_project_debug.xcconfig; sourceTree = "<group>"; };
D511EF0920242E7A00712EC3 /* FeedFinder_project.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = FeedFinder_project.xcconfig; sourceTree = "<group>"; };
D511EF0A20242E7A00712EC3 /* FeedFinder_target.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = FeedFinder_target.xcconfig; sourceTree = "<group>"; };
D511EF0B20242E7A00712EC3 /* FeedFinder_project_release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = FeedFinder_project_release.xcconfig; sourceTree = "<group>"; };
D511EF0C20242E7A00712EC3 /* FeedFinderTests_target.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = FeedFinderTests_target.xcconfig; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
84BAAE1B1C8E6B3B009F5239 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
84F466571F03523100225386 /* RSParser.framework in Frameworks */,
84B06FF31ED3812600F0B54B /* RSCore.framework in Frameworks */,
84B06FEF1ED3808F00F0B54B /* RSWeb.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
84BAAE261C8E6B3B009F5239 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
84BAAE2A1C8E6B3B009F5239 /* FeedFinder.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
84B06FED1ED3808E00F0B54B /* Frameworks */ = {
isa = PBXGroup;
children = (
84F466561F03523100225386 /* RSParser.framework */,
84B06FF21ED3812600F0B54B /* RSCore.framework */,
84B06FF01ED380A700F0B54B /* RSXML.framework */,
84B06FEE1ED3808F00F0B54B /* RSWeb.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
84BAAE151C8E6B3B009F5239 = {
isa = PBXGroup;
children = (
84FE13C120DC3D960029AB7B /* FeedFinder.h */,
84FE13C320DC3DA70029AB7B /* FeedFinder.swift */,
84FE13C520DC3DAE0029AB7B /* FeedSpecifier.swift */,
84FE13C720DC3DB50029AB7B /* HTMLFeedFinder.swift */,
84FE13C920DC3DCA0029AB7B /* Info.plist */,
84E697E91C8E6C20009C585A /* RSWeb.framework */,
84E697E71C8E6C16009C585A /* RSXML.framework */,
84E697E51C8E6C10009C585A /* RSCore.framework */,
84FE13CA20DC3DDF0029AB7B /* FeedFinderTests */,
84BAAE201C8E6B3B009F5239 /* Products */,
84B06FED1ED3808E00F0B54B /* Frameworks */,
D511EF0820242E7A00712EC3 /* xcconfig */,
);
sourceTree = "<group>";
};
84BAAE201C8E6B3B009F5239 /* Products */ = {
isa = PBXGroup;
children = (
84BAAE1F1C8E6B3B009F5239 /* FeedFinder.framework */,
84BAAE291C8E6B3B009F5239 /* FeedFinderTests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
84FE13CA20DC3DDF0029AB7B /* FeedFinderTests */ = {
isa = PBXGroup;
children = (
84FE13CB20DC3DDF0029AB7B /* FeedFinderTests.m */,
84FE13CC20DC3DDF0029AB7B /* Resources */,
84FE13D220DC3DDF0029AB7B /* HTMLFeedFinderTests.swift */,
84FE13D320DC3DDF0029AB7B /* Info.plist */,
);
path = FeedFinderTests;
sourceTree = "<group>";
};
84FE13CC20DC3DDF0029AB7B /* Resources */ = {
isa = PBXGroup;
children = (
84FE13CD20DC3DDF0029AB7B /* indiestack.html */,
84FE13CE20DC3DDF0029AB7B /* sixcolors.html */,
84FE13CF20DC3DDF0029AB7B /* DaringFireball.html */,
84FE13D020DC3DDF0029AB7B /* inessential.html */,
84FE13D120DC3DDF0029AB7B /* furbo.html */,
);
path = Resources;
sourceTree = "<group>";
};
D511EF0820242E7A00712EC3 /* xcconfig */ = {
isa = PBXGroup;
children = (
D511EF0920242E7A00712EC3 /* FeedFinder_project.xcconfig */,
84FE13DC20DC3E4E0029AB7B /* FeedFinder_project_debug.xcconfig */,
D511EF0B20242E7A00712EC3 /* FeedFinder_project_release.xcconfig */,
D511EF0A20242E7A00712EC3 /* FeedFinder_target.xcconfig */,
D511EF0C20242E7A00712EC3 /* FeedFinderTests_target.xcconfig */,
);
path = xcconfig;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
84BAAE1C1C8E6B3B009F5239 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
84FE13C220DC3D960029AB7B /* FeedFinder.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
84BAAE1E1C8E6B3B009F5239 /* FeedFinder */ = {
isa = PBXNativeTarget;
buildConfigurationList = 84BAAE331C8E6B3B009F5239 /* Build configuration list for PBXNativeTarget "FeedFinder" */;
buildPhases = (
84BAAE1A1C8E6B3B009F5239 /* Sources */,
84BAAE1B1C8E6B3B009F5239 /* Frameworks */,
84BAAE1C1C8E6B3B009F5239 /* Headers */,
84BAAE1D1C8E6B3B009F5239 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = FeedFinder;
productName = RSFeedFinder;
productReference = 84BAAE1F1C8E6B3B009F5239 /* FeedFinder.framework */;
productType = "com.apple.product-type.framework";
};
84BAAE281C8E6B3B009F5239 /* FeedFinderTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 84BAAE361C8E6B3B009F5239 /* Build configuration list for PBXNativeTarget "FeedFinderTests" */;
buildPhases = (
84BAAE251C8E6B3B009F5239 /* Sources */,
84BAAE261C8E6B3B009F5239 /* Frameworks */,
84BAAE271C8E6B3B009F5239 /* Resources */,
);
buildRules = (
);
dependencies = (
84BAAE2C1C8E6B3B009F5239 /* PBXTargetDependency */,
);
name = FeedFinderTests;
productName = RSFeedFinderTests;
productReference = 84BAAE291C8E6B3B009F5239 /* FeedFinderTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
84BAAE161C8E6B3B009F5239 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0930;
ORGANIZATIONNAME = "Ranchero Software";
TargetAttributes = {
84BAAE1E1C8E6B3B009F5239 = {
CreatedOnToolsVersion = 7.2.1;
LastSwiftMigration = 0800;
};
84BAAE281C8E6B3B009F5239 = {
CreatedOnToolsVersion = 7.2.1;
LastSwiftMigration = 0800;
};
};
};
buildConfigurationList = 84BAAE191C8E6B3B009F5239 /* Build configuration list for PBXProject "FeedFinder" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 84BAAE151C8E6B3B009F5239;
productRefGroup = 84BAAE201C8E6B3B009F5239 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
84BAAE1E1C8E6B3B009F5239 /* FeedFinder */,
84BAAE281C8E6B3B009F5239 /* FeedFinderTests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
84BAAE1D1C8E6B3B009F5239 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
84BAAE271C8E6B3B009F5239 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
84FE13D820DC3DDF0029AB7B /* inessential.html in Resources */,
84FE13D920DC3DDF0029AB7B /* furbo.html in Resources */,
84FE13D720DC3DDF0029AB7B /* DaringFireball.html in Resources */,
84FE13D520DC3DDF0029AB7B /* indiestack.html in Resources */,
84FE13D620DC3DDF0029AB7B /* sixcolors.html in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
84BAAE1A1C8E6B3B009F5239 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
84FE13C420DC3DA70029AB7B /* FeedFinder.swift in Sources */,
84FE13C820DC3DB50029AB7B /* HTMLFeedFinder.swift in Sources */,
84FE13C620DC3DAE0029AB7B /* FeedSpecifier.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
84BAAE251C8E6B3B009F5239 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
84FE13DA20DC3DDF0029AB7B /* HTMLFeedFinderTests.swift in Sources */,
84FE13D420DC3DDF0029AB7B /* FeedFinderTests.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
84BAAE2C1C8E6B3B009F5239 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 84BAAE1E1C8E6B3B009F5239 /* FeedFinder */;
targetProxy = 84BAAE2B1C8E6B3B009F5239 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
84BAAE311C8E6B3B009F5239 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
SWIFT_VERSION = 4.0;
};
name = Debug;
};
84BAAE321C8E6B3B009F5239 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D511EF0B20242E7A00712EC3 /* FeedFinder_project_release.xcconfig */;
buildSettings = {
};
name = Release;
};
84BAAE341C8E6B3B009F5239 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D511EF0A20242E7A00712EC3 /* FeedFinder_target.xcconfig */;
buildSettings = {
INFOPLIST_FILE = FeedFinder/Info.plist;
PRODUCT_BUNDLE_IDENTIFIER = com.ranchero.FeedFinder;
SWIFT_VERSION = 4.0;
};
name = Debug;
};
84BAAE351C8E6B3B009F5239 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D511EF0A20242E7A00712EC3 /* FeedFinder_target.xcconfig */;
buildSettings = {
INFOPLIST_FILE = FeedFinder/Info.plist;
PRODUCT_BUNDLE_IDENTIFIER = com.ranchero.FeedFinder;
};
name = Release;
};
84BAAE371C8E6B3B009F5239 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D511EF0C20242E7A00712EC3 /* FeedFinderTests_target.xcconfig */;
buildSettings = {
INFOPLIST_FILE = FeedFinderTests/Info.plist;
};
name = Debug;
};
84BAAE381C8E6B3B009F5239 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D511EF0C20242E7A00712EC3 /* FeedFinderTests_target.xcconfig */;
buildSettings = {
INFOPLIST_FILE = FeedFinderTests/Info.plist;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
84BAAE191C8E6B3B009F5239 /* Build configuration list for PBXProject "FeedFinder" */ = {
isa = XCConfigurationList;
buildConfigurations = (
84BAAE311C8E6B3B009F5239 /* Debug */,
84BAAE321C8E6B3B009F5239 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
84BAAE331C8E6B3B009F5239 /* Build configuration list for PBXNativeTarget "FeedFinder" */ = {
isa = XCConfigurationList;
buildConfigurations = (
84BAAE341C8E6B3B009F5239 /* Debug */,
84BAAE351C8E6B3B009F5239 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
84BAAE361C8E6B3B009F5239 /* Build configuration list for PBXNativeTarget "FeedFinderTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
84BAAE371C8E6B3B009F5239 /* Debug */,
84BAAE381C8E6B3B009F5239 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 84BAAE161C8E6B3B009F5239 /* Project object */;
}