Pages

Friday, March 22, 2013

Re: How can I use AppleScriptObjC to close my Xcode application?

Call

 

on applicationShouldTerminate_(sender)

end applicationShouldTerminate_

 

 

You can put any cleanup code the app should run before terminating in there.


View the original article here

0 comments:

Post a Comment