sublime-ps-extendscript icon indicating copy to clipboard operation
sublime-ps-extendscript copied to clipboard

Replace Photoshop version with bundle identifier in AppleScript

Open JavierAroche opened this issue 8 years ago • 0 comments

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

JavierAroche avatar Jul 26 '17 21:07 JavierAroche