Skip to content
Snippets Groups Projects
Commit 9e9e448d authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Add XCTestDynamicOverlay dependency

parent fbc51204
No related branches found
No related tags found
2 merge requests!102Release 1.0.0,!18Update Bindings
...@@ -86,8 +86,8 @@ ...@@ -86,8 +86,8 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/xctest-dynamic-overlay", "location" : "https://github.com/pointfreeco/xctest-dynamic-overlay",
"state" : { "state" : {
"revision" : "50a70a9d3583fe228ce672e8923010c8df2deddd", "revision" : "ef8e14e7ce1c0c304c644c6ba365d06c468ded6b",
"version" : "0.2.1" "version" : "0.3.3"
} }
} }
], ],
......
...@@ -31,12 +31,20 @@ let package = Package( ...@@ -31,12 +31,20 @@ let package = Package(
url: "https://github.com/pointfreeco/swift-custom-dump.git", url: "https://github.com/pointfreeco/swift-custom-dump.git",
.upToNextMajor(from: "0.4.0") .upToNextMajor(from: "0.4.0")
), ),
.package(
url: "https://github.com/pointfreeco/xctest-dynamic-overlay.git",
.upToNextMajor(from: "0.3.3")
),
], ],
targets: [ targets: [
.target( .target(
name: "ElixxirDAppsSDK", name: "ElixxirDAppsSDK",
dependencies: [ dependencies: [
.target(name: "Bindings"), .target(name: "Bindings"),
.product(
name: "XCTestDynamicOverlay",
package: "xctest-dynamic-overlay"
),
], ],
swiftSettings: swiftSettings swiftSettings: swiftSettings
), ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment