Skip to content

Commit

Permalink
update xcode version because it is mandatory for App store (#933)
Browse files Browse the repository at this point in the history
* update xcode version because it is mandatory for Aplestore
* update submodule quazip
  • Loading branch information
Michael Bonani authored Jun 22, 2021
1 parent 398e020 commit 532922e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ jobs:

- job: BuildForIOs
pool:
vmImage: 'macOS-10.14'
vmImage: 'macOS-10.15'
steps:
- task: NodeTool@0
inputs:
Expand Down Expand Up @@ -370,14 +370,14 @@ jobs:
displayName: 'Clone submodules'
- script: |
sudo xcode-select -s /Applications/Xcode_11.3.1.app/Contents/Developer
sudo xcode-select -s /Applications/Xcode_12.1.1.app/Contents/Developer
mkdir build && cd build;
mkdir flatc && cd flatc;
cmake ../../third_party/flatbuffers -GXcode
cmake ../../third_party/flatbuffers -G Xcode -T buildsystem=1
cmake --build . --config Release --target flatc
export FLATC=`pwd`/Release/flatc
cd ..
cmake -DIOS_ARCH="arm64" -DENABLE_BITCODE=NO -DIOS_DEPLOYMENT_TARGET=11.0 -DCMAKE_TOOLCHAIN_FILE=../ios/ios-cmake/ios.toolchain.cmake -DCMAKE_PREFIX_PATH="`pwd`/../Qt/5.15.2/ios/" -G Xcode -DIOS_ARCHIVE_BUILD=1 ..
cmake -DIOS_ARCH="arm64" -DENABLE_BITCODE=NO -DIOS_DEPLOYMENT_TARGET=11.0 -DCMAKE_TOOLCHAIN_FILE=../ios/ios-cmake/ios.toolchain.cmake -DCMAKE_PREFIX_PATH="`pwd`/../Qt/5.15.2/ios/" -G Xcode -T buildsystem=1 -DIOS_ARCHIVE_BUILD=1 ..
displayName: 'CONFIGURE with cmake'
- script: |
Expand Down
2 changes: 1 addition & 1 deletion third_party/quazip
Submodule quazip updated 2 files
+1 −0 CMakeLists.txt
+97 −26 quazip.sln

0 comments on commit 532922e

Please sign in to comment.