Method: Xcodeproj::Project::Object::AbstractObject#nested_object_for_hash

Defined in:
lib/xcodeproj/project/object.rb

#nested_object_for_hash(object, method) ⇒ Object



407
408
409
410
411
412
413
414
# File 'lib/xcodeproj/project/object.rb', line 407

def nested_object_for_hash(object, method)
  case method
  when :to_ascii_plist
    Nanaimo::String.new(object.uuid, object.ascii_plist_annotation)
  else
    object.uuid
  end
end