mirror of
https://github.com/appium/appium.git
synced 2026-05-06 19:09:35 -05:00
f2f349a36d
`mobile: pullFile {:path => '/Some/Path'}` fetches a file relative to
the root of the device's filesystem.
`mobile: pullFile {:path => '/Applications/Some.app'}` fetches a file
relative to the root of that Application's .app directory, adding in the
GUID.
Fixes #2010, #1807