> > Did you (or any one else) have any idea for the conversion of some
> > .nib files into human readable file format ?
[quoted text clipped - 4 lines]
> you may find a .xib file. This is an XML file that is the actual data
> that your program will use.
I know that the .nib files are packages, and they contains some other
nib and xib files. But some (not all) of my .nib packages, contain
only nib files (no xib files).
> You can encourage Interface Builder to save .xib files by opening a
> .nib file in Interface Builder, and in Interface Builder's xxx.nib
> window, choose the "nib" panel from the Instances|Images|Nib selector
> and choose "Mac OS X Version 10.3" from the "Oldest Target:" popup
> menu.
Using both .nib packages (which contain both xib and nib files, and
the other which contain only nib files), opened with Interface
Builder, I have no "nib" panel, but only
"Instance|Classes|Images|Sounds". (I have MAC OS 10.3.6 and IB 2.3.2
(v291)).
> for information on a general tool from apple for converting nib files
> into a human readable format. In particular, nibtool is useful for
> localization : separating out the strings. However, in general, nibtool
> will NOT convert back from its human readable output format into a nib
> file.
after the conversion of the .nib package into human readable format
(resulting nibtool file) (I did it and it works), suppose we made a
little modification (e.g. change coordinates of an object) inside the
resulting nibtool file, can I integrate this modification into the
.nib package (I need confirmation if this operation is possible or not
and how) ?
I tryed to integrate the resulting nibtool file into the .nib package,
but the terminal says that the destination is a folder.