Compare commits

...

5 Commits

Author SHA1 Message Date
Lukas Korba 5f08313c4b
Merge pull request #1212 from Chlup/1166_fix_archive_in_xcode_15_3
Fix Archive in Xcode 15.3
2024-04-22 14:37:12 +02:00
Lukas Korba e776584575
Merge pull request #1206 from LukasKorba/1205-Release-1-0-5-3
[#1205] Release 1.0.5-3
2024-04-22 14:26:10 +02:00
Lukas Korba c662157034
Merge branch 'main' into 1205-Release-1-0-5-3 2024-04-22 14:25:40 +02:00
Michal Fousek ca35256417 Fix Archive in Xcode 15.3
Problem was in swift-custom-dump package. And it was fixed in this PR:
https://github.com/pointfreeco/swift-custom-dump/pull/108.
2024-04-20 10:03:51 +02:00
Lukas Korba 9a3f7a4756 [#1205] Release 1.0.5-3
- Changelog updated
- SDK version bumped up
- Project settings for build 3 updated
2024-04-18 15:46:10 +02:00
2 changed files with 3 additions and 2 deletions

View File

@ -67,6 +67,7 @@ let package = Package(
.library(name: "ZcashSDKEnvironment", targets: ["ZcashSDKEnvironment"])
],
dependencies: [
.package(url: "https://github.com/pointfreeco/swift-custom-dump.git", from: "1.3.0"),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", from: "1.9.2"),
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "1.3.2"),
.package(url: "https://github.com/pointfreeco/swift-url-routing", from: "0.6.0"),

View File

@ -212,8 +212,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-custom-dump",
"state" : {
"revision" : "aedcf6f4cd486ccef5b312ccac85d4b3f6e58605",
"version" : "1.1.2"
"revision" : "f01efb26f3a192a0e88dcdb7c3c391ec2fc25d9c",
"version" : "1.3.0"
}
},
{