Class: GoNative::Commands::IOS::SetBundleId

Inherits:
Base
  • Object
show all
Defined in:
lib/gonative/commands/ios/set_bundle_id.rb

Instance Method Summary collapse

Methods inherited from Base

inherited

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