XIB file contents change depending if IB is 32 or 64 bit, is that ok?
XIB file contents change depending if IB is 32 or 64 bit, is that ok?
- Subject: XIB file contents change depending if IB is 32 or 64 bit, is that ok?
- From: "Sean McBride" <email@hidden>
- Date: Wed, 30 Sep 2009 17:46:18 -0400
- Organization: Rogue Research Inc.
Hi all,
I've noticed that IB is doing changes like this in my XIBs:
<string key="NSMaxSize">{3.40282e+38, 3.40282e+38}</string>
to:
<string key="NSMaxSize">{1.79769e+308, 1.79769e+308}</string>
That's float-max becoming double-max. I'm guessing this is because the
value in question is really a GCFloat which changes size between 32 and
64 bit.
Should this worry me? If I change IB to 32 bit mode will it correctly
open nibs that were saved by an IB running in 64 bit mode?
Thanks,
--
____________________________________________________________
Sean McBride, B. Eng email@hidden
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
_______________________________________________
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