Skip to content

Commit

Permalink
bazel: update to Xcode 10.3 (#305)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Rebello <me@michaelrebello.com>
  • Loading branch information
rebello95 authored Aug 8, 2019
1 parent a9be00f commit aeaaf36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .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=12.2 \
--ios_simulator_version=12.4 \
--spawn_strategy=standalone \
--verbose_failures \
--workspace_status_command=envoy/bazel/get_workspace_status \
--xcode_version=10.2.1 \
--xcode_version=10.3.0 \
--incompatible_bzl_disallow_load_after_statement=false

# Manual Stamping is necessary in order to get versioning information in the ios
Expand Down
4 changes: 2 additions & 2 deletions docs/root/start/building/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Android requirements
iOS requirements
----------------

- Xcode 10.2.1
- iOS 12.2 / Swift 5.0
- Xcode 10.3.0
- Swift 5.0
- Note: Requirements are listed in the :repo:`.bazelrc file <.bazelrc>`

.. _android_aar:
Expand Down

0 comments on commit aeaaf36

Please sign in to comment.