4

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.

Thomas Tempelmann
  • 11,045
  • 8
  • 74
  • 149
Dave Rapin
  • 1,471
  • 14
  • 18

1 Answers1

5

There is a set of sample codes in ADC!

Yuji
  • 34,103
  • 3
  • 70
  • 88