mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-04-30 02:15:19 +00:00
COVIDSafe code from version 1.4
This commit is contained in:
parent
56c93f2079
commit
e0406c7452
33 changed files with 6865 additions and 481 deletions
|
@ -35,7 +35,7 @@ class CovidNetworking {
|
|||
static let shared = CovidNetworking()
|
||||
public let session: Session
|
||||
|
||||
init() {
|
||||
init() {
|
||||
let serverTrustPolicy = CovidServerTrustManager(evaluators: evaluators)
|
||||
session = Session(serverTrustManager:serverTrustPolicy)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue