We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ca2cb commit 447ac7cCopy full SHA for 447ac7c
.swiftformat
Makefile
@@ -149,11 +149,12 @@ build-example:
149
-destination platform="$(PLATFORM_IOS)" \
150
-derivedDataPath ~/.derivedData | xcpretty;
151
152
+
153
format:
- @swiftformat .
154
+ @swift format -i -r --ignore-unparsable-files .
155
-.PHONY: test-library test-linux build-example format
156
+.PHONY: test-library test-linux build-example
157
158
define udid_for
159
$(shell xcrun simctl list devices available '$(1)' | grep '$(2)' | sort -r | head -1 | awk -F '[()]' '{ print $$(NF-3) }')
-endef
160
+endef
0 commit comments