Class: Tug::IpaCommand
- Defined in:
- lib/tug/command/ipa_command.rb
Instance Method Summary collapse
Methods inherited from Command
Instance Method Details
#execute(config_file) ⇒ Object
4 5 6 7 8 9 |
# File 'lib/tug/command/ipa_command.rb', line 4 def execute(config_file) super export_ipa(config_file.project) move_ipa(config_file.project) zip_and_move_dsym(config_file.project) end |