Method: CBin::Framework#delete_resources
- Defined in:
- lib/cocoapods-tj/helpers/framework.rb
#delete_resources ⇒ Object
26 27 28 29 |
# File 'lib/cocoapods-tj/helpers/framework.rb', line 26 def delete_resources Pathname.new(@resources_path).rmtree if File.exist? (@resources_path) (Pathname.new(@fwk_path) + Pathname.new('Resources')).delete if File.exist?(Pathname.new(@fwk_path) + Pathname.new('Resources')) end |