Send AppleScript to remote computer in Objective-C
- by Mark Szymanski
How do you use Objective-C (iPhone) to send an AppleScript to a remote computer (on same network) to be executed?
I think something like NSNetService would be of use here, but I don't know.
Thanks!