class Xcodeproj::Project::PBXObjectList

def [](uuid)

def [](uuid)
  if uuid_scope.include?(uuid) && hash = @project.objects_hash[uuid]
    Object.const_get(hash['isa']).new(@project, uuid, hash)
  end
end