Method: XcodeProject::Data#remove_file

Defined in:
lib/xcodeproject/data.rb

#remove_file(gpath) ⇒ Object



73
74
75
# File 'lib/xcodeproject/data.rb', line 73

def remove_file(gpath)
  main_group.remove_file(gpath)
end