F-Script Plugin for Interface Builder 3
November 25, 2007 by Philippe Mougin
Leopard comes with a brand new version of Interface Builder. The classic palette system is gone, replaced by a new plugin model that renders the old F-Script palette unusable.
In order to fix that, I have implemented a plugin for Interface Builder 3. It contains two elements that you can drag-and-drop from the Library window of IB (shown below) into your interface:

There is more about embedding F-Script into your own applications in this article.
Just the thing I’ve been looking for. A hint regarding where to get hold of it would be quite welcome, though.
@Ahruman
It is included in the early alpha distribution of F-Script 2.0 that you can download at: http://www.fscript.org/download/FScriptSources-2_0_alpha.zip
You’ll just have to build the “FScripIBPlugin” target.
– Philippe
Ahh, thanks.