Re: Tools in App Bundles
Re: Tools in App Bundles
- Subject: Re: Tools in App Bundles
- From: Chris Suter <email@hidden>
- Date: Wed, 20 May 2009 16:43:46 +1000
Hi Kevin,
On Wed, May 20, 2009 at 4:28 PM, Kevin LaCoste <email@hidden> wrote:
> Thanks for the link. Now the question becomes, if we move helper tools into
> a new Contents/Helpers folder are they covered by codesign?
No, it wouldn't be covered by codesign. codesign has some built-in
rules that specify what is covered and what isn't.
These are the default rules:
<key>^Resources/.*\.lproj/</key>
<dict>
<key>optional</key>
<true/>
<key>weight</key>
<real>1000</real>
</dict>
Regards,
Chris
_______________________________________________
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