Re: Multiple Application Organization
Re: Multiple Application Organization
- Subject: Re: Multiple Application Organization
- From: Michael Nickerson <email@hidden>
- Date: Tue, 30 Sep 2008 14:29:35 -0400
On Sep 29, 2008, at 4:19 PM, Kelly Graus wrote:
• Is there a way for a command line application to use a plist (and
not have any conflicts if there are multiple command line
applications in the same directory, each with their own plist). Or
is their another method to hide the dock icon that doesn't use plists?
There actually is a way to set a plist file for a non-bundled
executable. You can add this to the "Other Linker Flags" on the
target that builds it:
-sectcreate __TEXT __info_plist Info.plist_path
It causes the Info.plist file you give in the path to be embedded in
the executable.
This is documented in the Code Signing guide, so I'm not entirely sure
if this is read pre 10.5 or not, though it doesn't cause any problems
when run on an earlier system.
<http://developer.apple.com/documentation/Security/Conceptual/CodeSigningGuide/Procedures/chapter_3_section_3.html
>
--------------------------------------
Darkshadow
(aka Michael Nickerson)
http://www.nightproductions.net
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden