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