Re: Automating reading classes with InterfaceBuilder

2009-04-05 Thread Joey Hagedorn
Josef, While there is not an API for communicating to Interface Builder directly, Interface Builder syncs with header files in the Xcode project associated with a xib or nib file. I presume you're still using Xcode to manage and build the project. If you include the converted Objective-C

Automating reading classes with InterfaceBuilder

2009-04-04 Thread Ryan Joseph
I'm working on a Pascal bridge to Cocoa and as part of the system I have a PHP script which converts files to Objective-C headers, which InterfaceBuilder can use. However first I must manually "Read class files" and Reload in InterfaceBuilder. Xcode does this so there must be a way, but can