class Xcodeproj::Project::ObjectDictionary

def to_tree_hash

Returns:
  • (Hash String>) -
def to_tree_hash
  result = {}
  each { |key, obj| result[key] = obj.to_tree_hash }
  result
end