Class: Confetti::Template::IosInfo

Inherits:
Base
  • Object
show all
Defined in:
lib/confetti/templates/ios_info.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Confetti::Template::Base

Instance Method Details

#bundle_identifierObject



4
5
6
# File 'lib/confetti/templates/ios_info.rb', line 4

def bundle_identifier
  @config.package
end

#bundle_versionObject



8
9
10
# File 'lib/confetti/templates/ios_info.rb', line 8

def bundle_version
  @config.version
end

#output_filenameObject



16
17
18
# File 'lib/confetti/templates/ios_info.rb', line 16

def output_filename
  "Info.plist"
end

#product_nameObject



12
13
14
# File 'lib/confetti/templates/ios_info.rb', line 12

def product_name
  @config.name.name
end