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