|
|
@@ -136,13 +136,13 @@ cd ..
|
|
136
|
136
|
|
|
137
|
137
|
mkdir -p /tmp/jitsi-meet/
|
|
138
|
138
|
|
|
139
|
|
-xcodebuild archive -workspace ios/jitsi-meet.xcworkspace -scheme jitsi-meet -configuration Release -archivePath /tmp/jitsi-meet/jitsi-meet.xcarchive
|
|
|
139
|
+xcodebuild archive -quiet -workspace ios/jitsi-meet.xcworkspace -scheme jitsi-meet -configuration Release -archivePath /tmp/jitsi-meet/jitsi-meet.xcarchive
|
|
140
|
140
|
|
|
141
|
141
|
sed -e "s/YOUR_TEAM_ID/${IOS_TEAM_ID}/g" ios/travis-ci/build-ipa.plist.template > ios/travis-ci/build-ipa.plist
|
|
142
|
142
|
|
|
143
|
143
|
IPA_EXPORT_DIR=/tmp/jitsi-meet/jitsi-meet-ipa
|
|
144
|
144
|
|
|
145
|
|
-xcodebuild -exportArchive -archivePath /tmp/jitsi-meet/jitsi-meet.xcarchive -exportPath $IPA_EXPORT_DIR -exportOptionsPlist ios/travis-ci/build-ipa.plist
|
|
|
145
|
+xcodebuild -quiet -exportArchive -archivePath /tmp/jitsi-meet/jitsi-meet.xcarchive -exportPath $IPA_EXPORT_DIR -exportOptionsPlist ios/travis-ci/build-ipa.plist
|
|
146
|
146
|
|
|
147
|
147
|
echo "Will try deploy the .ipa to: ${IPA_DEPLOY_LOCATION}"
|
|
148
|
148
|
|