Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
73df49a0
Commit
73df49a0
authored
Jun 16, 2017
by
Chris Bracken
Committed by
GitHub
Jun 16, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Eliminate unused libimobiledevice tool refs (#10778)
parent
bcac3166
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
devices.dart
packages/flutter_tools/lib/src/ios/devices.dart
+0
-4
No files found.
packages/flutter_tools/lib/src/ios/devices.dart
View file @
73df49a0
...
@@ -43,7 +43,6 @@ class IOSDevice extends Device {
...
@@ -43,7 +43,6 @@ class IOSDevice extends Device {
IOSDevice
(
String
id
,
{
this
.
name
})
:
super
(
id
)
{
IOSDevice
(
String
id
,
{
this
.
name
})
:
super
(
id
)
{
_installerPath
=
_checkForCommand
(
'ideviceinstaller'
);
_installerPath
=
_checkForCommand
(
'ideviceinstaller'
);
_iproxyPath
=
_checkForCommand
(
'iproxy'
);
_iproxyPath
=
_checkForCommand
(
'iproxy'
);
_debuggerPath
=
_checkForCommand
(
'idevicedebug'
);
_loggerPath
=
_checkForCommand
(
'idevicesyslog'
);
_loggerPath
=
_checkForCommand
(
'idevicesyslog'
);
_screenshotPath
=
_checkForCommand
(
'idevicescreenshot'
);
_screenshotPath
=
_checkForCommand
(
'idevicescreenshot'
);
_pusherPath
=
_checkForCommand
(
_pusherPath
=
_checkForCommand
(
...
@@ -60,9 +59,6 @@ class IOSDevice extends Device {
...
@@ -60,9 +59,6 @@ class IOSDevice extends Device {
String
_iproxyPath
;
String
_iproxyPath
;
String
get
iproxyPath
=>
_iproxyPath
;
String
get
iproxyPath
=>
_iproxyPath
;
String
_debuggerPath
;
String
get
debuggerPath
=>
_debuggerPath
;
String
_loggerPath
;
String
_loggerPath
;
String
get
loggerPath
=>
_loggerPath
;
String
get
loggerPath
=>
_loggerPath
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment