From af1763ffcd0a185498ccc63f2ca6128b0f90a387 Mon Sep 17 00:00:00 2001 From: Bas Broek Date: Tue, 31 Aug 2021 11:46:14 +0100 Subject: [PATCH 1/3] Update Xcode on CI to latest stable --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c00d5aeac..3d1ef16ed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ version: 2.1 defaults: &defaults macos: - xcode: 12.4.0 + xcode: 12.5.1 parallelism: 1 shell: /bin/bash --login environment: From 334c001483c8ce6089ecef7e7a9c9a5050fb0b64 Mon Sep 17 00:00:00 2001 From: Bas Broek Date: Tue, 31 Aug 2021 13:35:44 +0100 Subject: [PATCH 2/3] Update OS versions Co-Authored-By: Ray (Kanghoon Oh) --- Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 9311304ef..b811fbc38 100644 --- a/Rakefile +++ b/Rakefile @@ -63,8 +63,8 @@ end def device_os return { - ios: "14.4", - tvos: "14.3" + ios: "14.5", + tvos: "14.5" } end From 4329b3115416dab2ab0ca5d0331d8651689592cc Mon Sep 17 00:00:00 2001 From: Bas Broek Date: Tue, 31 Aug 2021 14:47:42 +0100 Subject: [PATCH 3/3] Update Rakefile --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index b811fbc38..700680454 100644 --- a/Rakefile +++ b/Rakefile @@ -57,7 +57,7 @@ end def device_names return { ios: "iPhone 8", - tvos: "Apple TV 4K (at 1080p)" + tvos: "Apple TV 4K (at 1080p) (2nd generation)" } end