We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3b4681 commit f0f1fceCopy full SHA for f0f1fce
Coder Desktop/Makefile
@@ -13,14 +13,14 @@ fmt:
13
swiftformat $(FMTFLAGS) .
14
15
test:
16
- LC_ALL="en_US.UTF-8" \
17
xcodebuild test \
18
-project $(PROJECT) \
19
-scheme $(SCHEME) \
20
-testPlan $(SCHEME) \
21
-skipPackagePluginValidation \
22
CODE_SIGNING_REQUIRED=NO \
23
- CODE_SIGNING_ALLOWED=NO | xcpretty
+ CODE_SIGNING_ALLOWED=NO \
+ | LC_ALL="en_US.UTF-8" xcpretty
24
25
lint:
26
swiftlint \
0 commit comments