Main // Typo fix.

This commit is contained in:
ShikiSuen 2022-09-12 10:01:20 +08:00
parent 19c9ee8456
commit ab995b73c4
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ guard let mainBundleInfoDict = Bundle.main.infoDictionary,
let strUpdateInfoSource = mainBundleInfoDict["UpdateInfoEndpoint"] as? String, let strUpdateInfoSource = mainBundleInfoDict["UpdateInfoEndpoint"] as? String,
let urlUpdateInfoSource = URL(string: strUpdateInfoSource) let urlUpdateInfoSource = URL(string: strUpdateInfoSource)
else { 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) exit(-1)
} }