Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .swiftformat

This file was deleted.

7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,12 @@ build-example:
-destination platform="$(PLATFORM_IOS)" \
-derivedDataPath ~/.derivedData | xcpretty;


format:
@swiftformat .
@swift format -i -r --ignore-unparsable-files .

.PHONY: test-library test-linux build-example format
.PHONY: test-library test-linux build-example

define udid_for
$(shell xcrun simctl list devices available '$(1)' | grep '$(2)' | sort -r | head -1 | awk -F '[()]' '{ print $$(NF-3) }')
endef
endef
Loading