DevShark
DevShark

Reputation: 9122

Programmatically browse iOS file system from mac

How can I browse an iOS file system (e.g. iPhone) that is connected via USB to a mac?

I know it is possible because some programs are doing it (e.g. iexplorer or even iTunes itself).

Here are some of the solutions I found:

Upvotes: 3

Views: 726

Answers (1)

gkpln3
gkpln3

Reputation: 1499

You can have a look at libmobileidevice suite: https://github.com/libimobiledevice

Specifically ifuse: https://github.com/libimobiledevice/ifuse

Upvotes: 2

Related Questions