I want to add 'folder reference' to PBXGroup using ruby. Can't find a solution in github.com/CocoaPods/Xcodeproj
file_path = File.join(to_folder, folder_to_fetch)
file_reference = destination_group.new_file(file_path, :group)
project.native_targets.each do |target|
# ... ???
end