Re: Settings.bundle settings disappear while running

2016-01-12 Thread Ben Kennedy
Hey Eric, I've seen a problem with recent versions of the toolchain where the Settings app fails to display entries for the app's Settings.bundle (the section appears blank) after deploying new builds. At first I thought something was borked with our app, but I eventually realized that

Re: Settings.bundle settings disappear while running

2016-01-12 Thread Eric Dolecki
I believe so yes. The problem has gone away for some reason though. Perhaps magic. Sent from Outlook Mobile On Tue, Jan 12, 2016 at 8:46 PM -0800, "Ben Kennedy" wrote: Hey Eric, I've seen a problem with recent versions of the toolchain where the Settings app

Re: Panes vs. Separate Windows

2016-01-12 Thread Dave
> On 12 Jan 2016, at 03:56, Greg Weston wrote: > >> (I also don’t want to restart Xcode wars, but I do actually believe that the >> unified window style that arrived in Xcode 4 was an actual decision about >> which worked best, made by clever people who actually thought about

Weird Message from NSZombies

2016-01-12 Thread Dave
Hi, When I start up my App with Zombies enabled, I get the following message sent to the log (NSLog): objc[2579]: Class _NSZombie_OS_xpc_array is implemented in both ?? and ??. One of the two will be used. Which one is undefined. Not sure what this means? Anyone have any idea? All the Best

Can a privileged launchd daemon binary be linked against private framework?

2016-01-12 Thread Motti Shneor
Hi. I’m developing that privileged daemon, mostly a C++ unix-style thing, that will be started from a System-preferences panel, and kept alive by launchd. The SMJobBless() API will copy my daemon to the /Library/PrivilegedHelperTools/ and will run it from there. My daemon must link against

Re: Weird Message from NSZombies

2016-01-12 Thread Seth Willits
> On Jan 12, 2016, at 7:02 AM, Dave wrote: > > When I start up my App with Zombies enabled, I get the following message sent > to the log (NSLog): > > objc[2579]: Class _NSZombie_OS_xpc_array is implemented in both ?? and ??. > One of the two will be used. Which one