Archived
1

Moved Some Preferences to a new "iTunes Store" Panel

This commit is contained in:
Kim Wittenburg
2015-10-21 10:07:41 +02:00
committed by Kim Wittenburg
parent e152c3da44
commit a228f91409
4 changed files with 141 additions and 106 deletions

View File

@@ -42,6 +42,10 @@ internal class GeneralPreferencesViewController: NSViewController {
}
}
}
internal class StorePreferencesViewController: NSViewController {
dynamic var iTunesStores: [String] {
return NSLocale.ISOCountryCodes().map { NSLocale.currentLocale().displayNameForKey(NSLocaleCountryCode, value: $0)! }
}