class Xcodeproj::Project::ObjectDictionary
def to_tree_hash
-
(Hash-String>)
def to_tree_hash result = {} each { |key, obj| result[key] = obj.to_tree_hash } result end
(Hash String>)
-
def to_tree_hash result = {} each { |key, obj| result[key] = obj.to_tree_hash } result end