Re: Multiple developers and nib files
Re: Multiple developers and nib files
- Subject: Re: Multiple developers and nib files
- From: Chris Hanson <email@hidden>
- Date: Sun, 8 Apr 2007 23:01:13 -0700
On Apr 8, 2007, at 1:53 PM, Nick Zitzmann wrote:
Here's something I've always wondered: Are the XML versions of nibs
also unmergable, or is that only the binary nibs? I've never enabled
the XML option in IB because it doesn't say anything in IB about
their compatibility...
"XML" Cocoa nib files are not "real" XML - e.g., they're not anything
like
<window title="My Document">
<button title="Convert" />
</window>
or anything of the sort. They're just XML property list
representation instead of binary property list representation, and are
as precisely un-mergeable as the binary representation.
-- Chris
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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