JM_KA/mybuild/mybuild.command
2022-01-02 00:31:40 +08:00

7 lines
178 B
Bash
Executable File

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