This proposal is not longer active. Context: https://twitter.com/siddharthkp/status/909818777314902016
This proposal is not longer active. Context: https://twitter.com/siddharthkp/status/909818777314902016
#!/bin/bash | |
# Script to compile and run unit tests from the command line | |
# The scheme and target name of the main app | |
MAIN_APP_TARGET="$1" | |
# The scheme and target name of the unit tests | |
UNIT_TEST_TARGET="$2" | |
# The path to libXcodeTest.a, if not in current directory |