Skip to content

Commit

Permalink
Merge pull request #884 from florianhieger/feature/support-xcode-14
Browse files Browse the repository at this point in the history
Add Xcode 14.0 object version support.
  • Loading branch information
dnkoutso committed Jun 22, 2022
2 parents adb2a11 + a128922 commit 3960bc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/xcodeproj/constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module Constants

# @return [String] The last known object version to Xcodeproj.
#
LAST_KNOWN_OBJECT_VERSION = 55
LAST_KNOWN_OBJECT_VERSION = 56

# @return [String] The last known Xcode version to Xcodeproj.
#
Expand Down Expand Up @@ -128,6 +128,7 @@ module Constants
# @return [Hash] The compatibility version string for different object versions.
#
COMPATIBILITY_VERSION_BY_OBJECT_VERSION = {
56 => 'Xcode 14.0',
55 => 'Xcode 13.0',
54 => 'Xcode 12.0',
53 => 'Xcode 11.4',
Expand Down

0 comments on commit 3960bc0

Please sign in to comment.