Skip to content

Instantly share code, notes, and snippets.

@luismachado
Created April 2, 2018 09:35
Show Gist options
  • Save luismachado/8da28615e33b4d7286e96ab7aa2df087 to your computer and use it in GitHub Desktop.
Save luismachado/8da28615e33b4d7286e96ab7aa2df087 to your computer and use it in GitHub Desktop.
#!/bin/bash
xcodebuild clean test -workspace FizzBuzz.xcworkspace -scheme FizzBuzz -sdk iphonesimulator -destination "platform=iOS Simulator,OS=11.2,name=iPhone 8" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO | xcpretty -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment