Skip to content

Commit 2cb91c1

Browse files
ChlupLukasKorba
authored andcommitted
Fix Archive in Xcode 15.3
Problem was in swift-custom-dump package. And it was fixed in this PR: pointfreeco/swift-custom-dump#108.
1 parent 7e2d025 commit 2cb91c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/Package.swift

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ let package = Package(
6767
.library(name: "ZcashSDKEnvironment", targets: ["ZcashSDKEnvironment"])
6868
],
6969
dependencies: [
70+
.package(url: "https://github.com/pointfreeco/swift-custom-dump.git", from: "1.3.0"),
7071
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.9.2"),
7172
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "1.3.2"),
7273
.package(url: "https://github.com/pointfreeco/swift-url-routing", from: "0.6.0"),

0 commit comments

Comments
 (0)