Hi,
I'm working on an app which purpose is to browse and search through Messages.app history in a better way than Messages.app allows you to. As of now, the app isn't sandboxed, and accesses ~/Library/Messages/ directly. This location is obviously disallowed for sandboxed apps, but I was hoping that an app could still access it if the user explicitely allows it to, through the NSOpenPanel (ie open that directory). However it doesn't seem to be the case. Does anyone have a suggestion on how I could do this ?
Thanks