You can install the ifuse tool, which is located here: https://github.com/libimobiledevice/ifuse
To compile this tool, you need a working Gnu toolkit (make, libtool, etc.).
NB: update your .bash_profile (or similar) to include the following:
The rest of this process will take several minutes.
Install fuse4x
sudo port install fuse4x
Create dependencies:
Check out: https://github.com/libimobiledevice/libplist , cd at the box office and run:
./autogen.sh ./configure make sudo make install
Check out: https://github.com/libimobiledevice/libusbmuxd , cd at the checkout and run:
./autogen.sh ./configure make sudo make install
Check out: https://github.com/libimobiledevice/libimobiledevice , cd at the box office and run:
./autogen.sh ./configure make sudo make install
(If you are running Linux, you will also need to install usbmuxd after creating libusbmuxd and libimobiledevice. Otherwise, for Windows and OSX ...)
Now create iFuse:
Check out: https://github.com/libimobiledevice/ifuse
./autogen.sh ./configure make sudo make install
To use ifuse to access the application document directory:
Create a mount directory:
sudo mkdir -p /Volumes/myapp.app
Now mount the dir application:
ifuse --container <appid> /Volumes/abced.app
Where application id is the name displayed in the package identifier., Example:
ifuse --container mycompany.ABCED.com /Volumes/abced.app/
(see attached picture)
