Various fixes

This commit is contained in:
Ilya Laktyushin
2024-06-10 14:27:05 +04:00
parent 1cc27e2a20
commit 2761be7991
3 changed files with 7 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ private func loadCountryCodes() -> [Country] {
}
let delimiter = ";"
let endOfLine = "\n"
let endOfLine = "\r\n"
var result: [Country] = []
var countriesByPrefix: [String: (Country, Country.CountryCode)] = [:]