lib/xcake/xcode/project.rb in xcake-0.6.24 vs lib/xcake/xcode/project.rb in xcake-0.6.25

- old
+ new

@@ -143,16 +143,15 @@ variant_group.name = node.component variant_group.set_source_tree(:group) group.children << variant_group end + ensure_parent_path(group, parent.parent) group = variant_group else group = main_group.find_subpath(parent.path, true) unless group + ensure_parent_path(group, parent) end - - #TODO: Does this work with this new system - ensure_parent_path(group, parent) group end # Creates a new xcode file reference from the node