Implement incremental iCloud sync

This commit is contained in:
Maurice Parker
2022-11-07 21:25:40 -06:00
parent 41869f7bd8
commit 97d740c41c
8 changed files with 13 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
import PackageDescription
var dependencies: [Package.Dependency] = [
.package(url: "https://github.com/Ranchero-Software/RSCore.git", .upToNextMajor(from: "1.0.0")),
.package(url: "https://github.com/Ranchero-Software/RSCore.git", .branch("main")),
.package(url: "https://github.com/Ranchero-Software/RSDatabase.git", .upToNextMajor(from: "1.0.0")),
]