Код: Выделить всё
let path = Bundle.main.path(forResource: "myFile", ofType: "plist")
let dicFromFile = NSDictionary(contentsOfFile:path!)
myDictionary = dicFromFile as! [String : String]
Код: Выделить всё
https://www.dropbox.com/s/8ri13i2wggaz6/myFile.plist
Подробнее здесь: https://stackoverflow.com/questions/403 ... plist-file
Мобильная версия