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 5d1a265
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[thiagohmcruz](https://github.com/thiagohmcruz)
[#401](https://github.com/CocoaPods/CocoaPods/issues/401)

* Bump Xcode version constants for Xcode 12.3
* Bump Xcode version constants for Xcode 12.4
[chuganzy](https://github.com/chuganzy)
[amorde](https://github.com/amorde)
[#793](https://github.com/CocoaPods/Xcodeproj/pull/793)
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 5d1a265

Please sign in to comment.