Skip to content

Commit

Permalink
ios: update to Xcode 11.1 (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebello95 authored and jpsim committed Nov 28, 2022
1 parent ba36f5c commit 23a90fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mobile/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ build \
--define=tcmalloc=disabled \
--ios_minimum_os=10.0 \
--ios_simulator_device="iPhone X" \
--ios_simulator_version=13.0 \
--ios_simulator_version=13.1 \
--spawn_strategy=local \
--verbose_failures \
--workspace_status_command=envoy/bazel/get_workspace_status \
--xcode_version=11.0.0 \
--xcode_version=11.1.0 \
--incompatible_depset_is_not_iterable=false \
--incompatible_bzl_disallow_load_after_statement=false \
--javabase=@bazel_tools//tools/jdk:jdk
Expand Down
2 changes: 1 addition & 1 deletion mobile/ci/mac_ci_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ do
done

# https://github.com/Microsoft/azure-pipelines-image-generation/blob/master/images/macos/macos-10.14-Readme.md#xcode
sudo xcode-select --switch /Applications/Xcode_11.app
sudo xcode-select --switch /Applications/Xcode_11.1.app
2 changes: 1 addition & 1 deletion mobile/docs/root/start/building/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Android requirements
iOS requirements
----------------

- Xcode 11.0.0
- Xcode 11.1.0
- Swift 5.0
- Note: Requirements are listed in the :repo:`.bazelrc file <.bazelrc>`

Expand Down

0 comments on commit 23a90fe

Please sign in to comment.