Skip to content

Instantly share code, notes, and snippets.

@quellish
Created April 11, 2012 10:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quellish/2358564 to your computer and use it in GitHub Desktop.
Save quellish/2358564 to your computer and use it in GitHub Desktop.
Run CoverStory from Xcode build script
exec osascript <<EOF
set location to system attribute "OBJECT_FILE_DIR_normal"
tell app "CoverStory"
activate
set var to location
open var
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment