.PHONY: default lint format clean build open test default: format lint build format: swift format --in-place --recursive Sora lint: swiftlint lint --quiet scan: mint run peripheryapp/periphery scan clean: xcodebuild clean build: xcodebuild -configuration Release -scheme Sora clean build open: open /Users/$(USER)/Library/Developer/Xcode/DerivedData/Sora-*/Build/Products/Release/Sora.app