[#597] SDK does not build with SQLite 0.14

This commit is contained in:
Francisco Gindre 2022-10-28 14:20:52 -03:00
parent bbe5a577d5
commit 245f2324b5
4 changed files with 7 additions and 5 deletions

View File

@ -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"
}
},
{

View File

@ -15,7 +15,7 @@ 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(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: [

View File

@ -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

View File

@ -1,3 +1,5 @@
# 0.16-13-beta
- [#597] SDK does not build with SQLite 0.14
# 0.16.12-beta
Checkpoints added:
Mainnet