react-native-camera/RNCameraExample/scripts/post.sh
2018-02-01 12:00:34 -02:00

7 lines
316 B
Bash
Executable File

#!/bin/bash
mkdir scripts/dirtemp
curl -o scripts/dirtemp/temp.tar.gz 'https://dl.google.com/dl/cpdc/df83c97cbca53eaf/GoogleMobileVision-1.1.0.tar.gz'
tar -xvzf scripts/dirtemp/temp.tar.gz -C scripts/dirtemp
cp -r scripts/dirtemp/FaceDetector/Frameworks ios/Frameworks/FaceDetector/Frameworks
rm -rf scripts/dirtemp