chrisjrn / kaas

Keynote-as-a-Service: HTTP control for Keynote Presenters
31 stars 5 forks source link

Support Keynote 6 #3

Closed chrisjrn closed 10 years ago

chrisjrn commented 10 years ago

Keynote 6 now has an AppleScript API. It is largely similar to Keynote 5's; exports seems to have some minor syntactic changes.

Version of a given app can be found by using applescript

tell application "foo" to version

This returns the version code of foo. A path to a specific app bundle can be provided where foo is.

K6 installation puts K5.x into a separate location on the filesystem.

Behaviour should be:

chrisjrn commented 10 years ago

Basic K6 support.

K6 currently doesn't support getting the current slide, so we can't support the sync or monitor operations at the moment, alas.