Skip to content

Commit

Permalink
mobile: Update XCode and iOS versions
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Beyad <abeyad@google.com>
  • Loading branch information
abeyad committed Oct 23, 2024
1 parent a5f9f35 commit d6ba303
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions mobile/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ build --features=debug_prefix_map_pwd_is_dot
build --features=swift.cacheable_swiftmodules
build --features=swift.debug_prefix_map
build --host_force_python=PY3
build --macos_minimum_os=10.15
build --ios_minimum_os=13.0
build --ios_simulator_version=16.1
build --macos_minimum_os=13.3
build --ios_minimum_os=16.3
build --ios_simulator_version=17.4
build --verbose_failures
build --workspace_status_command=../bazel/get_workspace_status
build --xcode_version=14.1
build --xcode_version=15.3
build --use_top_level_targets_for_symlinks
build --experimental_repository_downloader_retries=2
build --define=google_grpc=disabled
Expand Down
2 changes: 1 addition & 1 deletion mobile/bazel/config.bzl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Shared configuration for things we don't want to duplicate"""

MINIMUM_IOS_VERSION = "13.0"
MINIMUM_IOS_VERSION = "16.3"

0 comments on commit d6ba303

Please sign in to comment.