lib/simctl/command/install.rb in simctl-1.5.7 vs lib/simctl/command/install.rb in simctl-1.5.8
- old
+ new
@@ -1,11 +1,9 @@
require 'shellwords'
module SimCtl
class Command
module Install
- COMMAND = %w[xcrun simctl install]
-
# Installs an app on a device
#
# @param device [SimCtl::Device] the device the app should be installed on
# @param path Absolute path to the app that should be installed
# @return [void]