View Single Post
It doesn't immediately look like an App store version referencing issue, because the form you are using:

tell application "OmniFocus"


Should work with both.

I personally tend to use:

tell application id "OFOC"


which also works with both. (Note that it is case-sensitive).

I don't have an App Store copy, so I can't directly test whether:

tell application id "com.OmniFocus.MacAppStore"

is case-sensitive.

--

Last edited by RobTrew; 2012-04-17 at 01:51 AM..