I am running an AppleScript that looks like this
tell application "iTunes"
open
end tell
using Apple's Script Editor which is supposed to open the iTunes on the mac but instead it opens the itunes in the parallels instance. Is there a way I can disable this behavior? I need to test my...