App Store, Sandbox and loadable code bundle

2014-06-23 Thread Trygve Inda
I have an app that normally exists as a System Preference Pane. To get it to work in an app, and share the same code as the prefPane, I built a small host app that simply loads the prefPane (a Mach-O bundle) with: [self setPaneObject:[[[paneClass alloc] initWithBundle:paneBundle] autorelease]];

Re: App Store, Sandbox and loadable code bundle

2014-06-23 Thread Graham Cox
On 24 Jun 2014, at 12:48 pm, Trygve Inda cocoa...@xericdesign.com wrote: It works fine on my system, but is there any reason Apple will not approve of this? The Mach-O code bundle gets loaded into the main app and becomes part of it. Has anyone submitted something to the App Store that