mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
5 lines
No EOL
251 B
Bash
Executable file
5 lines
No EOL
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" |