Compare commits
No commits in common. "april-ios-snapshot" and "main" have entirely different histories.
april-ios-
...
main
1 changed files with 8 additions and 2 deletions
|
|
@ -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: [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue