Skip to content

Instantly share code, notes, and snippets.

@quellish
Created April 11, 2012 10:41
Show Gist options
  • Select an option

  • Save quellish/2358578 to your computer and use it in GitHub Desktop.

Select an option

Save quellish/2358578 to your computer and use it in GitHub Desktop.
Run CoverStory from Xcode build script
exec osascript <<EOF
set objects_normal to system attribute "OBJECT_FILE_DIR_normal"
tell app "CoverStory"
activate
open (objects_normal as text) & "/i386"
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment