sublime-ps-extendscript
sublime-ps-extendscript copied to clipboard
Replace Photoshop version with bundle identifier in AppleScript
Hey Davide, you can make the Photoshop version generic (target the latest version installed) by changing the specific version to the bundle identifier, like this:
tell application "com.adobe.Photoshop"
activate
end tell
https://github.com/undavide/sublime-ps-extendscript/blob/master/ExtendScript-PS/run.scpt#L3