Skip to content

Commit

Permalink
Add Xcode 13.0 object version support.
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkoutso committed Jul 2, 2021
1 parent 7efa821 commit 4147cd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

##### Enhancements

* Add Xcode 13.0 object version support.
[Dimitris Koutsogiorgas](https://github.com/dnkoutso)
[#825](https://github.com/CocoaPods/Xcodeproj/pull/825)

* Add support to parse OTHER_LDFLAGS arg files using '@'
[dnkoutso](https://github.com/dnkoutso)
[#820](https://github.com/CocoaPods/Xcodeproj/pull/820)
Expand Down
1 change: 1 addition & 0 deletions lib/xcodeproj/constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ module Constants
# @return [Hash] The compatibility version string for different object versions.
#
COMPATIBILITY_VERSION_BY_OBJECT_VERSION = {
55 => 'Xcode 13.0',
54 => 'Xcode 12.0',
53 => 'Xcode 11.4',
52 => 'Xcode 11.0',
Expand Down

0 comments on commit 4147cd2

Please sign in to comment.