We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c8c1f commit 4c09fe3Copy full SHA for 4c09fe3
.github/scripts/tests.sh
@@ -16,6 +16,6 @@ export LC_CTYPE=en_US.UTF-8
16
set -o pipefail && arch -"${ARCH}" xcodebuild \
17
-scheme CodeEditTextView \
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