Skip to content

Commit

Permalink
Update constants for Xcode 12.4
Browse files Browse the repository at this point in the history
I ran `spec/fixtures/CommonBuildSettings/rebuild_from_xcode` and there was
no change from Xcode 12.3.
  • Loading branch information
esteluk committed Jan 27, 2021
1 parent 3bc16a2 commit 457e0dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,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
Expand Down
4 changes: 2 additions & 2 deletions lib/xcodeproj/constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down

0 comments on commit 457e0dc

Please sign in to comment.