Files
omnivore/apple/scripts/format_and_lint.sh
2022-02-11 09:24:33 -08:00

5 lines
251 B
Bash
Executable File

cd BuildTools
SDKROOT=macosx
# swift package update #Uncomment this line temporarily to update the version used to the latest matching your BuildTools/Package.swift file
swift run -c release swiftformat "$SRCROOT"
swift run swiftlint --path "$SRCROOT"