Class: Escalator::Resign
- Inherits:
-
Object
- Object
- Escalator::Resign
- Defined in:
- lib/escalator/resign.rb
Class Method Summary collapse
Class Method Details
.run(command) ⇒ Object
7 8 9 10 11 12 13 14 |
# File 'lib/escalator/resign.rb', line 7 def run command @command = command prepareContext applyCertificates command.ipaPaths.map { |path| resignIPA handleIPA path } end |