Get Feedly building.
This commit is contained in:
parent
c0dd6aac0d
commit
c48e72c3b2
@ -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 {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user