iTunesBackupFileExtractor icon indicating copy to clipboard operation
iTunesBackupFileExtractor copied to clipboard

Simple app that extract media files contained in iTunes backup.

Results 5 iTunesBackupFileExtractor issues
Sort by recently updated
recently updated
newest added

Newer version of itunes backup files are based on Manifest.db sqlite database file and not mbdb file.

Don't treat domains com.apple.TextEncoding or com.apple.assetsd as files, just discard them and proceed.

Unable to load in VS express 2017 for desktop or VS express 2010 for desktop.

Hello, Attached is the screenshot of the technical problem I faced. Don't really know what to do to correct it. Thank you. ![capture](https://cloud.githubusercontent.com/assets/8603966/4101488/eedb2318-30ed-11e4-970c-52ea0db8d510.JPG)

The code is outdated as the new backup folder uses .db manifest file to store the data and the code keeps searching for the ".mbdb" manifest file and does not...