Hey there,
Happy to find an active community here!
I’m working on an iOS app to send AppleScript commands to a Mac. I use a monitor to watch movies/tv from across the room and existing apps haven’t been what I want. (Don’t want to install anything additional on the Mac.)
So far, it’s working pretty great and meeting my needs!
However, everything is running through ssh connections to send osascript commands. I’d like to make this as safe as possible with the most limited permissions. Switching from having to enable remote login to just enabling remote application scripting feels better to me.
Looking into it, I haven’t been able to turn up much other than articles on how to enable the setting.
Does anyone have examples of RAS events being sent from iOS? Or is there apple documentation on the RAS protocol buried anywhere?