Make SyncDatabase explicitly depend on RSCore to resolve signing issue
This commit is contained in:
parent
7558120dc3
commit
2579b7975a
@ -11,6 +11,7 @@ let package = Package(
|
||||
targets: ["SyncDatabase"]),
|
||||
],
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/Ranchero-Software/RSCore.git", .upToNextMajor(from: "1.0.0")),
|
||||
.package(url: "https://github.com/Ranchero-Software/RSDatabase.git", .upToNextMajor(from: "1.0.0")),
|
||||
.package(url: "../Articles", .upToNextMajor(from: "1.0.0")),
|
||||
],
|
||||
@ -18,6 +19,7 @@ let package = Package(
|
||||
.target(
|
||||
name: "SyncDatabase",
|
||||
dependencies: [
|
||||
"RSCore",
|
||||
"RSDatabase",
|
||||
"Articles",
|
||||
]),
|
||||
|
Loading…
x
Reference in New Issue
Block a user