[add] build ipa

This commit is contained in:
derek100232
2022-01-02 00:31:40 +08:00
parent c069ccd74e
commit c641b76532
64 changed files with 18133 additions and 13 deletions

7
mybuild/mybuild.command Executable file
View 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