Re: How to embed framework in app with setuid helper
Re: How to embed framework in app with setuid helper
- Subject: Re: How to embed framework in app with setuid helper
- From: Bill Cheeseman <email@hidden>
- Date: Sat, 15 Sep 2007 20:00:13 -0400
- Thread-topic: How to embed framework in app with setuid helper
on 2007-09-15 4:15 PM, Chris Suter at email@hidden wrote:
> You should try and avoid dynamically linking to local frameworks in
> your setuid tool if you can help it. If there's something that you
> must have, you could try creating a static library and linking to that.
The setuid tool and the framework are completely unrelated. The framework is
embedded in the app to provide certain functionality. The setuid tool is
embedded in the framework for the sole purpose of running the accessibility
API AXMakeProcessTrusted() function, which must run as root, to make the
main application's executable "trusted".
So maybe I need to think up some way to let Xcode know that they have
nothing to do with one another.
--
Bill Cheeseman - email@hidden
Quechee Software, Quechee, Vermont, USA
www.quecheesoftware.com
PreFab Software - www.prefabsoftware.com
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden