Skip to content

Commit

Permalink
Update install_on_device.rb details (#21196)
Browse files Browse the repository at this point in the history
It seems that the ios-deploy project's README.md suggests the use of `brew` over `npm` for installing their package since 2019. ios-control/ios-deploy@3714fc1
  • Loading branch information
ls-1N committed Oct 17, 2023
1 parent 24dc3b7 commit e7e7aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/lib/fastlane/actions/install_on_device.rb
Expand Up @@ -68,7 +68,7 @@ def self.authors
end

def self.details
"Installs the ipa on the device. If no id is given, the first found iOS device will be used. Works via USB or Wi-Fi. This requires `ios-deploy` to be installed. Please have a look at [ios-deploy](https://github.com/ios-control/ios-deploy). To quickly install it, use `npm -g i ios-deploy`"
"Installs the ipa on the device. If no id is given, the first found iOS device will be used. Works via USB or Wi-Fi. This requires `ios-deploy` to be installed. Please have a look at [ios-deploy](https://github.com/ios-control/ios-deploy). To quickly install it, use `brew install ios-deploy`"
end

def self.is_supported?(platform)
Expand Down

0 comments on commit e7e7aca

Please sign in to comment.