UpdateSputnik // Comment update.
This commit is contained in:
parent
ce7e140458
commit
609ad98f4a
|
@ -46,7 +46,7 @@ public class UpdateSputnik {
|
||||||
currentTask = task
|
currentTask = task
|
||||||
}
|
}
|
||||||
|
|
||||||
// MARK: - Private properties
|
// MARK: - Private Properties
|
||||||
|
|
||||||
private var isCurrentCheckForced = false
|
private var isCurrentCheckForced = false
|
||||||
var sessionConfiguration = URLSessionConfiguration.background(withIdentifier: Bundle.main.bundleIdentifier!)
|
var sessionConfiguration = URLSessionConfiguration.background(withIdentifier: Bundle.main.bundleIdentifier!)
|
||||||
|
@ -73,7 +73,7 @@ public class UpdateSputnik {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// MARK: - Private functions.
|
// MARK: - Private Functions.
|
||||||
|
|
||||||
internal func dataDidSet(data: Data) {
|
internal func dataDidSet(data: Data) {
|
||||||
var plist: [AnyHashable: Any]?
|
var plist: [AnyHashable: Any]?
|
||||||
|
|
Loading…
Reference in New Issue