Class: GoNative::Commands::IOS::SetBundleId
- Defined in:
- lib/gonative/commands/ios/set_bundle_id.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#call(bundle_id:, with_entitlements:) ⇒ Object
12 13 14 |
# File 'lib/gonative/commands/ios/set_bundle_id.rb', line 12 def call(bundle_id:, with_entitlements:, **) Plugins::IOS::SetBundleId.call(bundle_id, with_entitlements) end |