6 lines
71 B
Bash
Raw Normal View History

2018-07-19 02:06:09 +02:00
rm -rf node_modules
yarn
cd ios
rm -rf Pods/* Podfile.lock
pod install