8 行
65 B
Bash
可执行文件
8 行
65 B
Bash
可执行文件
#!/bin/bash
|
|
|
|
DIR=`dirname $0`
|
|
|
|
cd $DIR/app
|
|
xcodegen
|
|
#pod install
|