8 lines
65 B
Bash
Executable File
8 lines
65 B
Bash
Executable File
#!/bin/bash
|
|
|
|
DIR=`dirname $0`
|
|
|
|
cd $DIR/app
|
|
xcodegen
|
|
#pod install
|