I can't find preferences .plist file, because Preferences folder is empty. To get Library folder I use:
println(NSSearchPathForDirectoriesInDomains(.LibraryDirectory, .UserDomainMask, true)[0])
Xcode 6 beta 5, iOS Simulator
I can't find preferences .plist file, because Preferences folder is empty. To get Library folder I use:
println(NSSearchPathForDirectoriesInDomains(.LibraryDirectory, .UserDomainMask, true)[0])
Xcode 6 beta 5, iOS Simulator
The folder hierarchy has changed under iOS8.
All preferences are now stored under the common
/Library/Preferences
folder. Notice, this is not theLibrary
folder under your app's container, it's the generalLibrary
folder.For the simulator, the exact folder is: