Skip to content
Snippets Groups Projects
Commit f65254b1 authored by Bruno Muniz's avatar Bruno Muniz :apple:
Browse files

Bump db package to 1.0.6

parent f3d76668
No related branches found
No related tags found
1 merge request!48Bump db package to 1.0.6
......@@ -66,7 +66,7 @@ let package = Package(
.package(url: "https://github.com/pointfreeco/combine-schedulers", from: "0.5.0"),
.package(url: "https://github.com/kishikawakatsumi/KeychainAccess", from: "4.2.1"),
.package(url: "https://github.com/google/google-api-objectivec-client-for-rest", from: "1.6.0"),
.package(url: "https://git.xx.network/elixxir/client-ios-db.git", .upToNextMajor(from: "1.0.5")),
.package(url: "https://git.xx.network/elixxir/client-ios-db.git", .upToNextMajor(from: "1.0.6")),
.package(url: "https://github.com/firebase/firebase-ios-sdk.git", .upToNextMajor(from: "8.10.0")),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture.git",.upToNextMajor(from: "0.32.0"))
],
......
......@@ -499,11 +499,11 @@ extension BindingsClient: BindingsInterface {
fatalError("Couldn't retrieve cert.")
}
try! udb!.setAlternative(
"18.198.117.203:11420".data(using: .utf8),
cert: try! Data(contentsOf: URL(fileURLWithPath: certPath)),
contactFile: try! Data(contentsOf: URL(fileURLWithPath: contactFilePath))
)
// try! udb!.setAlternative(
// "18.198.117.203:11420".data(using: .utf8),
// cert: try! Data(contentsOf: URL(fileURLWithPath: certPath)),
// contactFile: try! Data(contentsOf: URL(fileURLWithPath: contactFilePath))
// )
guard let error = error else { return udb! }
throw error.friendly()
......@@ -525,11 +525,11 @@ extension BindingsClient: BindingsInterface {
fatalError("Couldn't retrieve cert.")
}
try! udb!.setAlternative(
"18.198.117.203:11420".data(using: .utf8),
cert: try! Data(contentsOf: URL(fileURLWithPath: certPath)),
contactFile: try! Data(contentsOf: URL(fileURLWithPath: contactFilePath))
)
// try! udb!.setAlternative(
// "18.198.117.203:11420".data(using: .utf8),
// cert: try! Data(contentsOf: URL(fileURLWithPath: certPath)),
// contactFile: try! Data(contentsOf: URL(fileURLWithPath: contactFilePath))
// )
guard let error = error else { return udb! }
throw error.friendly()
......
......@@ -50,8 +50,8 @@
"kind" : "remoteSourceControl",
"location" : "https://git.xx.network/elixxir/client-ios-db.git",
"state" : {
"revision" : "adf3c4b906870ecbd0d1d7208f0666939fd08665",
"version" : "1.0.5"
"revision" : "f52a83a8095c36f4e84afa51b52c929117c8779a",
"version" : "1.0.6"
}
},
{
......@@ -158,8 +158,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/groue/GRDB.swift",
"state" : {
"revision" : "e02f2c8abacff2799ed14926edcbf6e76fb9f805",
"version" : "5.25.0"
"revision" : "23f4254ae36fa19aecd73047c0577a9f49850d1c",
"version" : "5.26.0"
}
},
{
......
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