Method: XcodeProject::RootNode#find_objects

Defined in:
lib/xcodeproject/root_node.rb

#find_objects(isa, hash = Hash.new) ⇒ Object



71
72
73
74
# File 'lib/xcodeproject/root_node.rb', line 71

def find_objects (isa, hash = Hash.new)
  hash.merge!(Hash[ 'isa',  isa ])
  select_objects {|uuid, data| data.values_at(*hash.keys) == hash.values }
end