swift - Is the functionality of AppleScript (or OSA) a subset of Cocoa -


i.e. can can osa cocoa? example communicate other open apps , tell them specific thing (resize window, etc.)

technically yes. cocoa supports things nsapplescript , nsscriptcommand accomplish same things, pretty similar applescript themselves.


Comments

Popular posts from this blog

c# - Class in a list -

mysql - Django database model for my website -

ios - How to run a segue on itself OR another viewController -