Class: Confetti::Template::IosInfo
- Inherits:
-
Base
- Object
- Mustache
- Base
- Confetti::Template::IosInfo
show all
- Defined in:
- lib/confetti/templates/ios_info.rb
Instance Method Summary
collapse
Methods inherited from Base
#initialize
Instance Method Details
#bundle_identifier ⇒ Object
4
5
6
|
# File 'lib/confetti/templates/ios_info.rb', line 4
def bundle_identifier
@config.package
end
|
#bundle_version ⇒ Object
8
9
10
|
# File 'lib/confetti/templates/ios_info.rb', line 8
def bundle_version
@config.version
end
|
#output_filename ⇒ Object
16
17
18
|
# File 'lib/confetti/templates/ios_info.rb', line 16
def output_filename
"Info.plist"
end
|
#product_name ⇒ Object
12
13
14
|
# File 'lib/confetti/templates/ios_info.rb', line 12
def product_name
@config.name.name
end
|