react-native-vision-camera/scripts/swiftformat.sh

8 lines
188 B
Bash
Raw Normal View History

2021-03-09 02:53:29 -07:00
#!/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