Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xx messenger iOS
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile
iOS
xx messenger iOS
Merge requests
!48
Bump db package to 1.0.6
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Bump db package to 1.0.6
hotfix-db-1.0.6
into
master
Overview
0
Commits
1
Pipelines
0
Changes
3
Merged
Bump db package to 1.0.6
Bruno Muniz
requested to merge
hotfix-db-1.0.6
into
master
Jul 13, 2022
Overview
0
Commits
1
Pipelines
0
Changes
3
0
0
Merge request reports
Compare
master
version 1
8417b841
Jul 13, 2022
master (base)
and
latest version
latest version
f65254b1
1 commit,
Jul 13, 2022
version 1
8417b841
1 commit,
Jul 13, 2022
3 files
+
15
−
15
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Sources/Integration/Implementations/Bindings.swift
+
10
−
10
View file @ f65254b1
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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
()
Loading