Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c607c85

Browse files
committedJan 17, 2025·
retry
1 parent d57f586 commit c607c85

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ test:
2121
-testPlan $(SCHEME) \
2222
-skipPackagePluginValidation \
2323
CODE_SIGNING_REQUIRED=NO \
24-
CODE_SIGNING_ALLOWED=NO \
25-
| LC_ALL="en_US.UTF-8" xcpretty
24+
CODE_SIGNING_ALLOWED=NO
2625

2726
lint:
2827
swiftlint \

0 commit comments

Comments
 (0)
Please sign in to comment.