Re: XIB & 10.4
Re: XIB & 10.4
- Subject: Re: XIB & 10.4
- From: Jonathan Hess <email@hidden>
- Date: Mon, 21 Sep 2009 11:51:47 -0700
On Sep 21, 2009, at 4:27 AM, Peter C wrote:
I am moving my project (Xcode 2.5) to Xcode 3.2 and it have to be OS
10.4 compatible. Most of the resource files are still in NIB files
(2.x). After editing & saving some NIB files, I notice the files now
are now consist of designable.nib & keyedobjects.nib. Previously it
was classes.nib, info.nib & keyedobjects.nib. To save me yet another
svn headache, I decide to convert the files to XIB. However I am
unsure of XIB or rather flatten NIB is compatible with OS 10.4 and
have look up the documentations, does not seems to mention anything
about backward compatible.
Is XIB, 10.4 compatible ?
Hey Peter -
Only actual content in the XIB File effects what versions of Mac OS X
the file's NIB output can be deployed on. For example.
NSCollectionView was a Mac OS X 10.5 feature, so an XIB file with an
NSCollectionView can only be deployed on 10.5.
XIB files with compatible objects, can be deployed all the way back to
Mac OS 10.2.
Jon Hess
_______________________________________________
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
_______________________________________________
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
References: | |
| >XIB & 10.4 (From: Peter C <email@hidden>) |