File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -11,27 +11,27 @@ SCHEME := "Coder Desktop"
11
11
12
12
fmt :
13
13
swiftformat \
14
- --exclude ' **.pb.swift' \
15
- $(FMTFLAGS ) .
14
+ --exclude ' **.pb.swift' \
15
+ $(FMTFLAGS ) .
16
16
17
17
test :
18
18
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
26
26
27
27
lint :
28
28
swiftlint \
29
- --strict \
30
- --quiet $(LINTFLAGS )
29
+ --strict \
30
+ --quiet $(LINTFLAGS )
31
31
32
32
clean :
33
33
xcodebuild clean \
34
- -project $(PROJECT )
34
+ -project $(PROJECT )
35
35
36
36
proto :
37
37
protoc --swift_out=. ' Coder Desktop/Proto/vpn.proto'
You can’t perform that action at this time.
0 commit comments