Sha256: b40cf17ddf3648daa6de362deda5530b1182aa3abb16c2b751a481c26c52a175

Contents?: true

Size: 419 Bytes

Versions: 15

Compression:

Stored size: 419 Bytes

Contents

module SimCtl
  class Command
    module Uninstall
      # Uninstall an app on a device
      #
      # @param device [SimCtl::Device] the device the app should be uninstalled from
      # @param app_id App identifier of the app that should be uninstalled
      # @return [void]
      def uninstall_app(device, app_id)
        Executor.execute(command_for('uninstall', device.udid, app_id))
      end
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
simctl-1.6.10 lib/simctl/command/uninstall.rb
simctl-1.6.8 lib/simctl/command/uninstall.rb
simctl-1.6.7 lib/simctl/command/uninstall.rb
simctl-1.6.6 lib/simctl/command/uninstall.rb
simctl-1.6.5 lib/simctl/command/uninstall.rb
simctl-1.6.4 lib/simctl/command/uninstall.rb
simctl-1.6.3 lib/simctl/command/uninstall.rb
simctl-1.6.2 lib/simctl/command/uninstall.rb
simctl-1.6.1 lib/simctl/command/uninstall.rb
simctl-1.6.0 lib/simctl/command/uninstall.rb
simctl-1.5.8 lib/simctl/command/uninstall.rb
simctl-1.5.7 lib/simctl/command/uninstall.rb
simctl-1.5.6 lib/simctl/command/uninstall.rb
simctl-1.5.5 lib/simctl/command/uninstall.rb
simctl-1.5.4 lib/simctl/command/uninstall.rb