Class: Pod::Helper::InfoPlist

Inherits:
TemplateFile show all
Defined in:
lib/pod/helper/template_file.rb

Instance Method Summary collapse

Methods inherited from TemplateFile

#exists?, #file, #fixture_path, #initialize, #template, #write

Constructor Details

This class inherits a constructor from Pod::Helper::TemplateFile

Instance Method Details

#nameObject



80
81
82
# File 'lib/pod/helper/template_file.rb', line 80

def name
  "#{@project_name}-Info.plist"
end

#template_nameObject



84
85
86
# File 'lib/pod/helper/template_file.rb', line 84

def template_name
  'Info.plist'
end