1

I am new to cocoa development Can any one please tell me how I can make my cocoa application scriptable. I want my application to perform certain actions,in response to scripts. I could not find easy guide or help.

Thomas Tempelmann
  • 11,045
  • 8
  • 74
  • 149
Unicorn
  • 2,382
  • 6
  • 29
  • 42

1 Answers1

2

Developer Library - Introduction to Cocoa Scripting Guide

Anne
  • 26,765
  • 9
  • 65
  • 71
Ben Zotto
  • 70,108
  • 23
  • 141
  • 204
  • I have gone through this, but this involves lot of reading. Is there a help which points out what exactly to do. – Unicorn Feb 17 '10 at 07:12