Commit 1bb0d772 authored by Chris Bracken's avatar Chris Bracken Committed by GitHub

Eliminate brew tap flutter/flutter instruction (#8702)

The flutter tap was deleted as part of the resolution to #7783.
parent f4a13bc7
...@@ -47,10 +47,8 @@ class IOSDevice extends Device { ...@@ -47,10 +47,8 @@ class IOSDevice extends Device {
_screenshotPath = _checkForCommand('idevicescreenshot'); _screenshotPath = _checkForCommand('idevicescreenshot');
_pusherPath = _checkForCommand( _pusherPath = _checkForCommand(
'ios-deploy', 'ios-deploy',
'To copy files to iOS devices, please install ios-deploy. ' 'To copy files to iOS devices, please install ios-deploy. To install, run:\n'
'You can do this using homebrew as follows:\n' 'brew install ios-deploy');
'\$ brew tap flutter/flutter\n'
'\$ brew install ios-deploy');
} }
String _installerPath; String _installerPath;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment