Class: Pindo::Resign::IpaResignAdapter
- Inherits:
-
Object
- Object
- Pindo::Resign::IpaResignAdapter
- Defined in:
- lib/pindo/module/resign/ipa_resign_adapter.rb
Instance Method Summary collapse
Instance Method Details
#resign(package_path:, bundle_id:, **_options) ⇒ Object
6 7 8 9 10 11 |
# File 'lib/pindo/module/resign/ipa_resign_adapter.rb', line 6 def resign(package_path:, bundle_id:, **) Pindo::IpaResignHelper.resign_ipa( ipa_file_path: package_path, bundle_id: bundle_id ) end |