Hi, it's a theoretical question: suppose I come up with an outstanding new scripting language and want to make a Cocoa bridge for that.
Is it possible to make Interface Builder recognize the new language and parse the source code automatically so that it can list the IBAction
s and IBOutlet
s, just as it already does for Objective-C's .h
, RubyCocoa's .rb
, and PyObjC's .py
, and AppleScriptObjC's .applescript
files? Or is it hard-coded into Interface Builder?
If it's possible, how can I do it and/or is there a document?