Skip to content

Commit 2cf6a22

Browse files
authored
Merge pull request #1007 from sprzenus/fix_issue_996_xcode16
2 parents ab3dfa5 + 5a3a202 commit 2cf6a22

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/xcodeproj/constants.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,9 @@ module Constants
132132
# @return [Hash] The compatibility version string for different object versions.
133133
#
134134
COMPATIBILITY_VERSION_BY_OBJECT_VERSION = {
135-
77 => 'Xcode 16.0',
135+
77 => 'Xcode 16.0', # with project compatibility set to Xcode 16.0
136+
71 => 'Xcode 16.2',
137+
70 => 'Xcode 16.0',
136138
63 => 'Xcode 15.3',
137139
60 => 'Xcode 15.0',
138140
56 => 'Xcode 14.0',

0 commit comments

Comments
 (0)