File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -11,27 +11,27 @@ SCHEME := "Coder Desktop"
1111
1212fmt :
1313 swiftformat \
14- --exclude ' **.pb.swift' \
15- $(FMTFLAGS ) .
14+ --exclude ' **.pb.swift' \
15+ $(FMTFLAGS ) .
1616
1717test :
1818 xcodebuild test \
19- -project $(PROJECT ) \
20- -scheme $(SCHEME ) \
21- -testPlan $(SCHEME ) \
22- -skipPackagePluginValidation \
23- CODE_SIGNING_REQUIRED=NO \
24- CODE_SIGNING_ALLOWED=NO \
25- | LC_ALL=" en_US.UTF-8" xcpretty
19+ -project $(PROJECT ) \
20+ -scheme $(SCHEME ) \
21+ -testPlan $(SCHEME ) \
22+ -skipPackagePluginValidation \
23+ CODE_SIGNING_REQUIRED=NO \
24+ CODE_SIGNING_ALLOWED=NO \
25+ | LC_ALL=" en_US.UTF-8" xcpretty
2626
2727lint :
2828 swiftlint \
29- --strict \
30- --quiet $(LINTFLAGS )
29+ --strict \
30+ --quiet $(LINTFLAGS )
3131
3232clean :
3333 xcodebuild clean \
34- -project $(PROJECT )
34+ -project $(PROJECT )
3535
3636proto :
3737 protoc --swift_out=. ' Coder Desktop/Proto/vpn.proto'
You can’t perform that action at this time.
0 commit comments