[add] build ipa
This commit is contained in:
7
mybuild/mybuild.command
Executable file
7
mybuild/mybuild.command
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
path="$(dirname "$BASH_SOURCE")"
|
||||
cd -- $path
|
||||
|
||||
name="JMKA"
|
||||
xcodebuild -exportArchive -exportOptionsPlist Info.plist -archivePath $name.xcarchive -exportPath $name.ipa
|
Reference in New Issue
Block a user