From 080bc4fa0370945a69fc409162785d886c7c18f6 Mon Sep 17 00:00:00 2001 From: Nathan Wong Date: Wed, 27 Jan 2021 15:36:59 +0000 Subject: [PATCH] Update constants for Xcode 12.4 I ran `spec/fixtures/CommonBuildSettings/rebuild_from_xcode` and there was no change from Xcode 12.3. --- CHANGELOG.md | 4 ++++ lib/xcodeproj/constants.rb | 4 ++-- .../xcschemes/iOS application and static library.xcscheme | 2 +- .../xcshareddata/xcschemes/iOS application.xcscheme | 2 +- ...iOS applicationTests Set Build Target For Running.xcscheme | 2 +- .../xcshareddata/xcschemes/iOS applicationTests.xcscheme | 2 +- spec/scheme_spec.rb | 2 +- 7 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ad2af45e..2817052f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,10 @@ [amorde](https://github.com/amorde) [#793](https://github.com/CocoaPods/Xcodeproj/pull/793) +* Bump Xcode version constants for Xcode 12.4 + [esteluk](https://github.com/esteluk) + [#806](https://github.com/CocoaPods/Xcodeproj/pull/806) + ##### Bug Fixes * Update Swift packages annotations to match Xcode diff --git a/lib/xcodeproj/constants.rb b/lib/xcodeproj/constants.rb index b892ecb18..dabdfefaa 100644 --- a/lib/xcodeproj/constants.rb +++ b/lib/xcodeproj/constants.rb @@ -36,11 +36,11 @@ module Constants # @return [String] The last known Xcode version to Xcodeproj. # - LAST_UPGRADE_CHECK = '1230' + LAST_UPGRADE_CHECK = '1240' # @return [String] The last known Xcode version to Xcodeproj. # - LAST_SWIFT_UPGRADE_CHECK = '1230' + LAST_SWIFT_UPGRADE_CHECK = '1240' # @return [String] The version of `.xcscheme` files supported by Xcodeproj # diff --git a/spec/fixtures/Sample Project/Cocoa Application.xcodeproj/xcshareddata/xcschemes/iOS application and static library.xcscheme b/spec/fixtures/Sample Project/Cocoa Application.xcodeproj/xcshareddata/xcschemes/iOS application and static library.xcscheme index 9d9499ba3..625e3f554 100644 --- a/spec/fixtures/Sample Project/Cocoa Application.xcodeproj/xcshareddata/xcschemes/iOS application and static library.xcscheme +++ b/spec/fixtures/Sample Project/Cocoa Application.xcodeproj/xcshareddata/xcschemes/iOS application and static library.xcscheme @@ -1,6 +1,6 @@