Add destination to build scripts

This commit is contained in:
Maurice Parker
2019-10-12 07:56:39 -05:00
parent e76a4f1d02
commit bb6901b9c7
2 changed files with 7 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ rm -f buildscripts/certs/ios-dist.cer
rm -f buildscripts/certs/mac-dist.p12
# Do the build
xcodebuild -scheme $SCHEME test -showBuildTimingSummary
xcodebuild -scheme $SCHEME test -destination "$DESTINATION" -showBuildTimingSummary
# Delete the keychain and the provisioningi profile
security delete-keychain github-build.keychain