Compare commits

...

No commits in common. "april-ios-snapshot" and "main" have entirely different histories.

View file

@ -15,8 +15,14 @@ let package = Package(
),
],
dependencies: [
.package(path: "../../ios/swift-packages/foundations/logging"),
.package(path: "../../ios/swift-packages/messaging/chat-core"),
.package(
url: "https://forge.nasty.sh/lilith/swift-foundations-logging.git",
from: "1.0.0"
),
.package(
url: "https://forge.nasty.sh/lilith/swift-messaging-chat-core.git",
from: "1.0.0"
),
.package(path: "../domain-models"),
],
targets: [