2 lines
130 B
Bash
2 lines
130 B
Bash
# To build, place the IPA file in the project's root directory, then run `./build.sh`
|
|
make package IPA=$(pwd)*.ipa FINALPACKAGE=1
|