Skip to content

Commit c6907ee

Browse files
hramosfacebook-github-bot
authored andcommitted
Bump Xcode to 13.0.0 and CocoaPods to 1.11.2
Summary: Bump the version of Xcode used in internal and external iOS tests, as well as the CocoaPods version used in RNTester (and therefore, the internal CocoaPods offline mirror). New versions used: * Xcode 13.0.0 * CocoaPods 1.11.2 See Circle CI Xcode 13.0.0 macOS Container Software manifest: https://circle-macos-docs.s3.amazonaws.com/image-manifest/v6052/index.html * Xcode 13.0 Build version 13A233 * CocoaPods 1.11.2 Changelog: [Internal] Reviewed By: fkgozali Differential Revision: D31253170 fbshipit-source-id: c85f3ee12fa708d9e54fef1200f3124810211d2f
1 parent f09beea commit c6907ee

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ executors:
5252
reactnativeios:
5353
<<: *defaults
5454
macos:
55-
xcode: &_XCODE_VERSION "12.5.0"
55+
xcode: &_XCODE_VERSION "13.0.0"
5656

5757
# -------------------------
5858
# COMMANDS

packages/rn-tester/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Gemfile
22
source 'https://rubygems.org'
33

4-
gem 'cocoapods', '= 1.10.1'
4+
gem 'cocoapods', '= 1.11.2'
55
gem 'rexml'

packages/rn-tester/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -921,4 +921,4 @@ SPEC CHECKSUMS:
921921

922922
PODFILE CHECKSUM: f2609ec079811d7784b6e802b8351314bd41de51
923923

924-
COCOAPODS: 1.10.1
924+
COCOAPODS: 1.11.2

scripts/update_podfile_lock.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ THIS_DIR=$(cd -P "$(dirname "$(readlink "${BASH_SOURCE[0]}" || echo "${BASH_SOUR
1212
RNTESTER_DIR="$THIS_DIR/../packages/rn-tester"
1313

1414
# Note: Keep in sync with FB internal.
15-
REQUIRED_COCOAPODS_VERSION="1.10.1"
15+
REQUIRED_COCOAPODS_VERSION="1.11.2"
1616

1717
validate_env () {
1818
# Check that CocoaPods is working.

0 commit comments

Comments
 (0)