Hi,

Since 10.5, OS X has used .xib files, which contain an XML format which is similar in content to a .nib file. These are then transformed in to .nib files when the project is compiled. The ibtool program which performs this conversion can also translate them into plist format, with class hierarchy, object properties, connections and classes all stored as dictionaries. I wonder if anyone has looked at importing and exporting this format from GORM?

David


_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to