JM_KA/mybuild/mybuild.command

7 lines
178 B
Plaintext
Raw Permalink Normal View History

2022-01-01 16:31:40 +00:00
#!/bin/bash
path="$(dirname "$BASH_SOURCE")"
cd -- $path
name="JMKA"
xcodebuild -exportArchive -exportOptionsPlist Info.plist -archivePath $name.xcarchive -exportPath $name.ipa