Main // Typo fix.
This commit is contained in:
parent
19c9ee8456
commit
ab995b73c4
|
@ -59,7 +59,7 @@ guard let mainBundleInfoDict = Bundle.main.infoDictionary,
|
|||
let strUpdateInfoSource = mainBundleInfoDict["UpdateInfoEndpoint"] as? String,
|
||||
let urlUpdateInfoSource = URL(string: strUpdateInfoSource)
|
||||
else {
|
||||
NSLog("Fatal error: Info.plist wrecked It needs to have correct 'UpdateInfoEndpoint' value.")
|
||||
NSLog("Fatal error: Info.plist wrecked. It needs to have correct 'UpdateInfoEndpoint' value.")
|
||||
exit(-1)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue