Re: Sharing Prefs between Main and Helper App

2015-08-16 Thread Sean McBride
On Wed, 12 Aug 2015 15:50:35 -0600, Alex Kac said: >I have an OS X app signed with Developer ID. It is NOT sandboxed (I >suppose I could, but I'd prefer to stay away from that for a bit >longer). > >I need my helper and main app to share prefs. There must be a simple >way to do this for now. I kno

Re: Sharing Prefs between Main and Helper App

2015-08-12 Thread Alex Kac
Maybe its just Xcode and El Cap…I thought it was working too, but just now it wasn't. I did a clean and now it seems to be working again… On Wed, Aug 12, 2015 at 4:58 PM, Sean McBride wrote: > On Wed, 12 Aug 2015 15:50:35 -0600, Alex Kac said: > >>I have an OS X app signed with Developer ID. It i

Sharing Prefs between Main and Helper App

2015-08-12 Thread Alex Kac
I have an OS X app signed with Developer ID. It is NOT sandboxed (I suppose I could, but I'd prefer to stay away from that for a bit longer). I need my helper and main app to share prefs. There must be a simple way to do this for now. I know that initWithSuite works with App Groups and sandbox…but