Add database change notification
This commit is contained in:
parent
5bbb722b20
commit
df17d21ec4
6 changed files with 84 additions and 112 deletions
|
|
@ -16,8 +16,8 @@ let package = Package(
|
|||
)
|
||||
],
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/angd-dev/data-lite-core.git", from: "1.0.0"),
|
||||
.package(url: "https://github.com/angd-dev/data-lite-coder.git", from: "1.0.0"),
|
||||
.package(url: "https://github.com/angd-dev/data-lite-core.git", .upToNextMinor(from: "1.1.0")),
|
||||
.package(url: "https://github.com/angd-dev/data-lite-coder.git", .upToNextMinor(from: "1.0.0")),
|
||||
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
|
||||
],
|
||||
targets: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue