tell application "SpriteBuilder" to activate
tell application "SpriteBuilder"
open "portrait.spritebuilder"
end tell
The portrait.spritebuilder directory is in the same directory as the script. I think I need an absolute path, but I can't seem to get it working. I've tried adapting this suggestion, but no luck. Any ideas?