Hi,

I wanted to test Gorm and I have converted a very simple xib file into a nib format (In Xcode 4.6, File->Export->Nib) and
then I tried to load it inside Gorm but it didn't work.
The converted xib file is a nib folder with 2 files inside : designable.nib (that is actually a copy of the xib file ie a xml file) and keyedobjects.nib a binary plist file.When I look at Gorm's source code I can see it expects to find 2 files : keyedobjects.nib and classes.nib. If Xcode can open this converted nib file I am sure Gorm would be able to do it and it shouldn't be difficult to build this classes.nib
manually. Is it something that could be done ?

_______________________________________________
Gnustep-dev mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to