Skip to content

Instantly share code, notes, and snippets.

@laullon
Created January 27, 2012 18:30
Show Gist options
  • Save laullon/1690185 to your computer and use it in GitHub Desktop.
Save laullon/1690185 to your computer and use it in GitHub Desktop.
Open CoverStory after running tests on Xcode 4
on: Edit Scheme >> Test >> Post-action >> Run Script
script:
open -a coverstory ${BUILT_PRODUCTS_DIR}/../../
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment