Search code examples
objective-ccocoascripting-bridgecocoa-scripting

Simple Tutorial to Create a Scriptable Cocoa Application (Scripting Bridge)


Can anyone point me to a really simple hello world type of application that introduces ScriptingBridge? Something that takes you step by step to creating a 1 class - 1 method project that can be instantiated from ruby/python/applescript, etc.

I'm having a hard time wrapping my head around what is actually required to create a scriptable cocoa app and haven't been able to find any concrete examples or tutorials.


Solution

  • There is a set of sample codes in ADC!