Section 16/221 menit
Run unit tests
Run unit tests
test:
xcodebuild test
-workspace $(WORKSPACE)
-scheme $(SCHEME)
-destination '$(DESTINATION)'
-configuration Debug
-resultBundlePath TestResults.xcresult
CODE_SIGNING_ALLOWED=NO
| xcbeautify