Initial commit: libimobiledevice 操作筆記與參考文件

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-15 13:25:54 +08:00
commit 4feb33f514
5 changed files with 449 additions and 0 deletions

28
README.md Normal file
View File

@@ -0,0 +1,28 @@
# 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/)