# libimobiledevice 筆記 在 macOS 上使用 [libimobiledevice](https://github.com/libimobiledevice/libimobiledevice) 與 iOS 裝置溝通的操作紀錄。 不需要 iTunes、不需要越獄,透過 USB 即可存取裝置資訊、備份還原、App 管理、系統日誌等功能。 ## 測試環境 | 項目 | 內容 | |------|------| | 電腦 | macOS (Homebrew) | | 裝置 | iPhone 15 Pro Max (iPhone16,2) | | iOS | 26.4.1 | | libimobiledevice | 1.4.0 | | ideviceinstaller | 1.2.0 | ## 文件索引 | 文件 | 說明 | |------|------| | [QUICKSTART.md](QUICKSTART.md) | 快速上手,5 分鐘內完成安裝與連線 | | [SUMMARY.md](SUMMARY.md) | 功能總表,一覽哪些能用、哪些不行、需要什麼條件 | | [libimobiledevice-guide.md](libimobiledevice-guide.md) | 完整指南,所有指令的詳細用法與實測結果 | ## 相關連結 - [libimobiledevice GitHub](https://github.com/libimobiledevice/libimobiledevice) - [官方網站](https://www.libimobiledevice.org/)