make ipa exporting easier
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
xcodebuild archive \
|
||||
-scheme ImageViewer \
|
||||
-configuration Release \
|
||||
-archivePath ./build/ImageViewer.xcarchive \
|
||||
-destination 'generic/platform=iOS'
|
||||
|
||||
xcodebuild -exportArchive \
|
||||
-archivePath ./build/ImageViewer.xcarchive \
|
||||
-exportOptionsPlist ./ExportOptions.plist \
|
||||
-exportPath ./build/ipa
|
||||
Reference in New Issue
Block a user