Class: Confetti::Template::IosRemotePlist
- Defined in:
- lib/confetti/templates/ios_remote_plist.rb
Constant Summary
Constants inherited from IosInfo
Confetti::Template::IosInfo::ORIENTATIONS_MAP
Instance Method Summary collapse
-
#output_filename ⇒ Object
just take the methods from IosInfo.
Methods inherited from IosInfo
#app_orientations, #bundle_identifier, #bundle_version, #devices, #fullscreen?, #icons, #prerendered_icon?, #product_name
Methods inherited from Base
Constructor Details
This class inherits a constructor from Confetti::Template::Base
Instance Method Details
#output_filename ⇒ Object
just take the methods from IosInfo
6 7 8 |
# File 'lib/confetti/templates/ios_remote_plist.rb', line 6 def output_filename "remote.plist" end |