We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
destination
1 parent f28e759 commit 54fca34Copy full SHA for 54fca34
.github/scripts/tests.sh
@@ -16,6 +16,6 @@ export LC_CTYPE=en_US.UTF-8
16
set -o pipefail && arch -"${ARCH}" xcodebuild \
17
-scheme CodeEditSourceEditor \
18
-derivedDataPath ".build" \
19
- -destination "platform=macos,arch=${ARCH}" \
+ -destination "platform=macOS,arch=${ARCH},name=My Mac" \
20
-skipPackagePluginValidation \
21
clean test | xcpretty
0 commit comments