7 lines
178 B
Plaintext
7 lines
178 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
path="$(dirname "$BASH_SOURCE")"
|
||
|
cd -- $path
|
||
|
|
||
|
name="JMKA"
|
||
|
xcodebuild -exportArchive -exportOptionsPlist Info.plist -archivePath $name.xcarchive -exportPath $name.ipa
|