Metadata-Version: 2.4
Name: ios-backup-inspector
Version: 0.1.1
Summary: GUI tool to inspect iOS backups on macOS (no jailbreak required)
Author-email: Ink <sevvetapps@gmail.com>
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: MacOS X
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Security
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown


# iOS Backup Inspector

GUI tool to inspect and extract files from iOS backups on macOS (no jailbreak required).

## Features

- List all apps and their Bundle IDs from local iOS backups
- Browse and export app files (documents, databases, plists)
- View and edit plist files with diff preview before saving
- Works with unencrypted backups created via Finder/iTunes

## Limitations

- **macOS only** — backups stored in `~/Library/Application Support/MobileSync/Backup`
- Requires **Full Disk Access** for Terminal (System Settings → Privacy → Full Disk Access)
- Does **not** support modifying backups for restore (only analysis/export)
- Encrypted backups require password (not handled by this tool)

## Installation

```bash

pip install ios-backup-inspector
```
