Re: Code Signing
Re: Code Signing
- Subject: Re: Code Signing
- From: Charles Srstka <email@hidden>
- Date: Sun, 6 Sep 2009 16:37:11 -0500
On Sep 6, 2009, at 6:00 AM, Peter Hudson wrote:
I notice that when I sign code ( the whole app ) I land up with 2
additional items in my /Contents directory in the app bundle.
These items are a folder called _CodeSignature and an alias called
CodeResources.
If I delete these two items, the code still identifies itself as
signed ( when I attempt to run codesign on it again ).
Also, the app still runs.
I was wondering if these files are meant to remain or if removing
them is not an issue ?
On my machine, codesign identifies the signature as invalid if those
files are deleted. As it should, since those files spell out what the
structure of the .app bundle is supposed to be.
Why are you wanting to go around deleting files from the insides of
app bundles? In general, stuff inside an app's bundle should be left
alone.
Charles
_______________________________________________
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
References: | |
| >Code Signing (From: Peter Hudson <email@hidden>) |