Проверка шаблона шины для iOS

8 lines
64B

  1. #!/bin/bash
  2. DIR=`dirname $0`
  3. cd $DIR/app
  4. xcodegen
  5. pod install