CFPreferences creates multiple files
Posted
by Nobik
on Stack Overflow
See other posts from Stack Overflow
or by Nobik
Published on 2010-03-18T08:41:57Z
Indexed on
2010/03/18
9:01 UTC
Read the original article
Hit count: 183
I have only a little question:
Why the CFPreferences-API creates multiple files in my UserPrefs-Directory? All the files have my Bundle-Identifier as name and all (except the one, the original) have added a suffix like this:
- com.myComp.myApp.plist <- (only this plist-file should be created)
- com.myComp.myApp.plist.0qzcicc
- com.myComp.myApp.plist.8dhjfht
© Stack Overflow or respective owner