mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Get Feedly building.
This commit is contained in:
@@ -22,7 +22,7 @@ let package = Package(
|
||||
.target(
|
||||
name: "Feedly",
|
||||
dependencies: [
|
||||
"Parser",
|
||||
.product(name: "FeedParser", package: "Parser"),
|
||||
"Articles",
|
||||
"Secrets",
|
||||
"Core",
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
import Foundation
|
||||
import Articles
|
||||
import Parser
|
||||
import FeedParser
|
||||
|
||||
public struct FeedlyCategory: Decodable, Sendable, Equatable {
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import Parser
|
||||
import FeedParser
|
||||
|
||||
public final class FeedlyUtilities {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user