Use AppConfig in Images module.
This commit is contained in:
parent
aaf8268bbd
commit
840147aee3
@ -13,7 +13,8 @@ let package = Package(
|
|||||||
dependencies: [
|
dependencies: [
|
||||||
.package(path: "../Core"),
|
.package(path: "../Core"),
|
||||||
.package(path: "../Articles"),
|
.package(path: "../Articles"),
|
||||||
.package(path: "../Account")
|
.package(path: "../Account"),
|
||||||
|
.package(path: "../AppConfig")
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
.target(
|
.target(
|
||||||
@ -21,7 +22,8 @@ let package = Package(
|
|||||||
dependencies: [
|
dependencies: [
|
||||||
"Core",
|
"Core",
|
||||||
"Articles",
|
"Articles",
|
||||||
"Account"
|
"Account",
|
||||||
|
"AppConfig"
|
||||||
]
|
]
|
||||||
// Disabled due to Sendable warnings about RSImage (NSImage).
|
// Disabled due to Sendable warnings about RSImage (NSImage).
|
||||||
// TODO: check if Swift 6 will allow us to deal with these warnings.
|
// TODO: check if Swift 6 will allow us to deal with these warnings.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user