imkira / mobiledevice

Command line utility for interacting with Apple's Private (Closed) Mobile Device Framework
MIT License
674 stars 140 forks source link

Copying files to app's sandbox/cache folder in simulator, is that possible? #17

Open rraallvv opened 6 years ago

rraallvv commented 6 years ago

I need to check if a file already exists in the application's cache folder in the simulator, and if it doesn't exist then copy it, everything from the command line. Is that possible with mobiledevice? Thanks.