diff --git a/run_tests_mac.sh b/run_tests_mac.sh index b053e69..1cf4e1d 100755 --- a/run_tests_mac.sh +++ b/run_tests_mac.sh @@ -1,3 +1,5 @@ #!/bin/bash -xcodebuild test -project ApprovalTests.Swift.xcodeproj -scheme ApprovalTests.Swift +SCHEME='ApprovalTests.Swift' + +xcodebuild test -scheme $SCHEME CODE_SIGNING_ALLOWED='NO'