os X macOS 开发,Preferences setting 文件位置

万高洁
2023-12-01

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
 类似资料: