Files
omnivore/apple/scripts/format_and_lint.sh
2024-01-20 08:18:42 -08:00

4 lines
237 B
Bash
Executable File

cd BuildTools
SDKROOT=(xcrun --sdk macosx --show-sdk-path)
# swift package update #Uncomment this line temporarily to update the version used to the latest matching your BuildTools/Package.swift file
swift run swiftlint --path "$SRCROOT"