1.0.8 • Published 3 years ago

@ozelot379/ideviceappmount v1.0.8

Weekly downloads
-
License
GPL-3.0-only
Repository
github
Last release
3 years ago

@ozelot379/ideviceappmount

A wrapper for simple mount a supported iOS app data container with imobiledevice

Requirements

This is an "ES module"

So it requires NodeJS v14

If you need older support, please try to use something like webpack or babel

Only tested with Linux

Usage

Install it global so you can use the binary

yarn global add @ozelot379/ideviceappmount

You can now simple type ideviceappmount in your terminal

It will read installed apps on the connected iOS device (ideviceinstaller -l) and you can select an app

You can filter the app list by run ideviceappmount %APP_NAME% If only one app is found, the selection is skipped

Not mountable apps (For instance the app developer has restricted iTunes File Sharing) are not hidden and will not works

After select, the app data container will mount to the "hart coded path" %DESKTOP_FOLDER%/imobiledevice/%APP_ID% (ifuse --documents %APP_ID% %MOUNT_POINT%)

You can now do what you want

If you are finish, you can confirm and the data will auto unmount (fusermount -u %MOUNT_POINT%)

1.0.8

3 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago