react-native-vision-camera/scripts/swiftformat.sh
2021-03-09 10:53:29 +01:00

8 lines
188 B
Bash
Executable File

#!/bin/bash
if which swiftformat >/dev/null; then
cd ios && swiftformat .
else
echo "warning: SwiftFormat not installed, download from https://github.com/nicklockwood/SwiftFormat"
fi