File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,13 @@ set -eu -o pipefail
44# # Builds an ipa file for iOS. Should be run from the repo-root
55
66# Create Xcode file and build
7- qmake -spec macx-xcode Jamulus.pro
8- /usr/bin/xcodebuild -project Jamulus.xcodeproj -scheme Jamulus -configuration Release clean archive -archivePath " build/Jamulus.xcarchive" CODE_SIGN_IDENTITY=" " CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO CODE_SIGN_ENTITLEMENTS=" "
7+ qmake Jamulus.pro -spec macx-xcode
8+
9+ echo " Running preparation scripts..."
10+ make -f Jamulus.xcodeproj/qt_makeqmake.mak
11+ make -f Jamulus.xcodeproj/qt_preprocess.mak
12+
13+ /usr/bin/xcodebuild -destination generic/platform=iOS -project Jamulus.xcodeproj -scheme Jamulus -configuration Release clean archive -archivePath " build/Jamulus.xcarchive" CODE_SIGN_IDENTITY=" " CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO CODE_SIGN_ENTITLEMENTS=" "
914
1015# Generate ipa by copying the .app file from the xcarchive directory
1116mkdir build/Payload
@@ -15,4 +20,4 @@ zip -0 -y -r Jamulus.ipa Payload/
1520
1621# Make a deploy folder and copy file
1722mkdir ../deploy
18- mv Jamulus.ipa ../deploy
23+ mv Jamulus.ipa ../deploy
You can’t perform that action at this time.
0 commit comments