8 行
64 B
Bash
実行ファイル
8 行
64 B
Bash
実行ファイル
#!/bin/bash
|
|
|
|
DIR=`dirname $0`
|
|
|
|
cd $DIR/app
|
|
xcodegen
|
|
pod install
|