Skip to content

Allows communication with iDevices. Fork from mobiledevice.codeplex.com, making use of house arrest service (as opposed to AFC) to transfer files to documents directory.

Ebenstein/MobileDevice-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MobileDevice

Build status

.NET library to facilitate communication with iDevices. Fork from mobiledevice.codeplex.com, making use of house arrest service (as opposed to AFC like original) to transfer files to an app's documents directory (AFC only exposes app's media directory).

Usage

SingleSync

Command line tool which uses iTunes house arrest service to sync a local directory to an iOS app's sandbox directory.

Example: Copy directory from local to (AppSandbox)/Library/Caches on device

SingleSync.exe -s "C:\temp\Caches" -t "/Library/Caches/" -b "com.ImagineLearning.SomeAppName"

MultiSync

Same concept as SingleSync but it's a GUI tool that will sync the directory to every iDevice visible in iTunes.

License

The original library was licensed under GPLv2, by extension so is this fork.

About

Allows communication with iDevices. Fork from mobiledevice.codeplex.com, making use of house arrest service (as opposed to AFC) to transfer files to documents directory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published