On Jan 22, 2013, at 9:51 AM, koenig.yvan wrote: I see no reason why it would no longer work.
The folder dedicated to Mail sandboxing contains a true subfolder for the preferences file but it contains a link (16 bytes) to the subfolder Users/<username>/Library/Mail
Do I correctly understand that sandboxing involves only the /Library/Containers/ folder ?
I no longer read/write the file "com.apple.mail.plist", which is in the /Library/Containers/ folder. But, I do write my application's preference file and "com.apple.dock.plist" in <username>/Library/Preferences/
I wonder if this will avoid having to do codesign-ing?
(At first, I had trouble with the handler that inserts a folder into the Dock. It correctly wrote the data to "com.apple.dock.plist", but the icon would not appear. After multiple tries, and quitting Dock via Activity Monitor, nothing happened. Out of frustration, I quit trying and studied the problem awhile. Then tried one more time and
found multiple copies of the folder icon in the Dock. I can no longer replicate this behavior.)
|