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 the Library
folder under your app's container, it's the general Library
folder.
For the simulator, the exact folder is:
~/Library/Developer/CoreSimulator/Devices/<Unique Simulator ID>/data/Library/Preferences
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With