Skip to content

Commit

Permalink
Update project.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspik authored Aug 2, 2024
1 parent fe55cf5 commit 38d6edd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/xcodeproj/project.rb
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,6 @@ def initialize_from_file
raise "[Xcodeproj] Unknown archive version (#{archive_version.to_i})."
end

if object_version.to_i > Constants::LAST_KNOWN_OBJECT_VERSION
raise "[Xcodeproj] Unknown object version (#{object_version.to_i})."
end

# Projects can have product_ref_groups that are not listed in the main_groups["Products"]
root_object.product_ref_group ||= root_object.main_group['Products'] || root_object.main_group.new_group('Products')
end
Expand Down

0 comments on commit 38d6edd

Please sign in to comment.