mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Use AppConfig in Images module.
This commit is contained in:
@@ -13,7 +13,8 @@ let package = Package(
|
||||
dependencies: [
|
||||
.package(path: "../Core"),
|
||||
.package(path: "../Articles"),
|
||||
.package(path: "../Account")
|
||||
.package(path: "../Account"),
|
||||
.package(path: "../AppConfig")
|
||||
],
|
||||
targets: [
|
||||
.target(
|
||||
@@ -21,7 +22,8 @@ let package = Package(
|
||||
dependencies: [
|
||||
"Core",
|
||||
"Articles",
|
||||
"Account"
|
||||
"Account",
|
||||
"AppConfig"
|
||||
]
|
||||
// Disabled due to Sendable warnings about RSImage (NSImage).
|
||||
// TODO: check if Swift 6 will allow us to deal with these warnings.
|
||||
|
||||
Reference in New Issue
Block a user