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.
1 parent a26af66 commit 442864bCopy full SHA for 442864b
.github/scripts/test_app.sh
@@ -12,9 +12,8 @@ echo "Building with arch: ${ARCH}"
12
echo "SwiftLint Version: $(swiftlint --version)"
13
14
export LC_CTYPE=en_US.UTF-8
15
-export IDEFileSystemSynchronizedGroupsAreEnabled=YES
16
17
-set -o pipefail && arch -"${ARCH}" xcodebuild \
+set -o pipefail && env IDEFileSystemSynchronizedGroupsAreEnabled=YES arch -"${ARCH}" xcodebuild \
18
-scheme CodeEdit \
19
-destination "platform=OS X,arch=${ARCH}" \
20
-skipPackagePluginValidation \
0 commit comments