7 lines
52 B
Bash
Executable File
7 lines
52 B
Bash
Executable File
#!/bin/bash
|
|
|
|
DIR=`dirname $0`
|
|
|
|
cd $DIR/app
|
|
xcodegen
|