diff --git a/Example/ZcashLightClientSample/ZcashLightClientSample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Example/ZcashLightClientSample/ZcashLightClientSample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 370dc422..c4579987 100644 --- a/Example/ZcashLightClientSample/ZcashLightClientSample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Example/ZcashLightClientSample/ZcashLightClientSample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -60,8 +60,8 @@ "repositoryURL": "https://github.com/stephencelis/SQLite.swift.git", "state": { "branch": null, - "revision": "60a65015f6402b7c34b9a924f755ca0a73afeeaa", - "version": "0.13.1" + "revision": "4d543d811ee644fa4cc4bfa0be996b4dd6ba0f54", + "version": "0.13.3" } }, { diff --git a/Package.swift b/Package.swift index c68f6987..f337183d 100644 --- a/Package.swift +++ b/Package.swift @@ -15,8 +15,8 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/grpc/grpc-swift.git", from: "1.8.0"), - .package(url: "https://github.com/stephencelis/SQLite.swift.git", from: "0.13.0"), - .package(name: "libzcashlc", url: "https://github.com/zcash-hackworks/zcash-light-client-ffi.git", from: "0.0.3"), + .package(url: "https://github.com/stephencelis/SQLite.swift.git", Version(stringLiteral: "0.13.0")...Version(stringLiteral: "0.13.99")), + .package(name:"libzcashlc", url: "https://github.com/zcash-hackworks/zcash-light-client-ffi.git", from: "0.0.3"), ], targets: [ .target( diff --git a/ZcashLightClientKit.podspec b/ZcashLightClientKit.podspec index 98e26609..c4a10d3c 100644 --- a/ZcashLightClientKit.podspec +++ b/ZcashLightClientKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ZcashLightClientKit' - s.version = '0.16.12-beta' + s.version = '0.16.13-beta' s.summary = 'Zcash Light Client wallet SDK for iOS' s.description = <<-DESC @@ -20,7 +20,7 @@ Pod::Spec.new do |s| s.swift_version = '5.6' s.ios.deployment_target = '13.0' s.dependency 'gRPC-Swift', '~> 1.8.0' - s.dependency 'SQLite.swift', '~> 0.13' + s.dependency 'SQLite.swift', '~> 0.13.0' s.dependency 'libzcashlc', '0.0.3' s.static_framework = true diff --git a/changelog.md b/changelog.md index 6f3e125a..79ba22e1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,5 @@ +# 0.16-13-beta +- [#597] SDK does not build with SQLite 0.14 # 0.16.12-beta Checkpoints added: Mainnet