1. 程式人生 > >os X macOS 開發,Preferences setting 檔案位置

os X macOS 開發,Preferences setting 檔案位置

Where is a Mac Application's NSUserDefaults Data Stored?

https://stackoverflow.com/questions/7982740/where-is-a-mac-applications-nsuserdefaults-data-stored

They can be found in more than one place:

~/Library/Preferences/com.example.myapp.plist
~/Library/SyncedPreferences/com.example.myapp.plist

and if sandboxed

~/Library/Containers/com.example.myapp/Data/Library/Preferences/com.example.myapp.plist
~/Library/Containers/com.example.myapp/Data/Library/SyncedPreferences/com.example.myapp.plist