Skip to content

Conversation

@cbracken
Copy link
Member

All invocations should go via the IMobileDevice class in mac.dart.

All invocations should go via the IMobileDevice class in mac.dart.
@cbracken cbracken requested a review from tvolkert June 16, 2017 17:13
class IOSDevice extends Device {
IOSDevice(String id, { this.name }) : super(id) {
_installerPath = _checkForCommand('ideviceinstaller');
_listerPath = _checkForCommand('idevice_id');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it's no longer used, remove the instance variable and getter too.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gah. Done.

@cbracken cbracken merged commit bcac316 into flutter:master Jun 16, 2017
@cbracken cbracken deleted the no-idevice_id branch June 16, 2017 17:41
gspencergoog pushed a commit to gspencergoog/flutter that referenced this pull request Jul 1, 2017
All invocations should go via the IMobileDevice class in mac.dart.
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants