omnivore/apple/scripts/format_and_lint.sh

5 lines
281 B
Bash
Raw Normal View History

2022-02-11 17:24:33 +00:00
cd BuildTools
2022-03-16 04:52:17 +00:00
SDKROOT=(xcrun --sdk macosx --show-sdk-path)
2022-02-11 17:24:33 +00:00
# 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"