Re: Compiling a XIB creates a different NIB file everytime
Re: Compiling a XIB creates a different NIB file everytime
- Subject: Re: Compiling a XIB creates a different NIB file everytime
- From: Jonathan Hess <email@hidden>
- Date: Mon, 20 Apr 2009 14:13:39 -0700
On Apr 20, 2009, at 1:44 PM, Lyndsey Ferguson wrote:
On Apr 20, 2009, at 4:17 PM, Jonathan Hess wrote:
A NIB file contains many hash based unordered data structures, and
won't have a byte for byte identical representation from one save/
compile operation to the next - even when the represented interface
is identical.
Okay, thanks Jon,
If you're producing unflattened NIB's via ibtool's --flatten NO, or
Xcode's IBC_FLATTEN_NIBS build setting, and you're primarily
interested in detecting semantic changes to the file you could instead
MD5 the result of running "ibtool --all" against the produced NIB
file. You won't be able to use "ibtool --all" against a flattened/
stripped NIB.
Jon Hess
Lyndsey
_______________________________________________
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
_______________________________________________
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