mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-21 19:35:49 +08:00
bb6b5775269b2942f154046c3d311ea434b4a1ca
- Added `install_ipa.cpp` to handle IPA installation on iOS devices using the installation proxy. - Introduced `ServiceManager` class to centralize and thread-safely manage device service operations, including AFC file operations. - Updated `DeviceInfoWidget` layout for improved UI responsiveness. - Refactored `GalleryWidget`, `MediaStreamer`, `PhotoExportManager`, and `PhotoModel` to utilize `ServiceManager` for safer AFC operations. - Enhanced error handling and logging across various components. - Adjusted `ToolboxWidget` to streamline device change handling and UI updates.
@uncore sudo cat /etc/udev/rules.d/99-idevice.rules SUBSYSTEM=="usb", ATTR{idVendor}=="05ac", MODE="0666"
✘ Sun 6 Jul - 14:29 ~ @uncore sudo groupadd idevice
Sun 6 Jul - 14:30 ~ @uncore sudo usermod -aG idevice $USER
Sun 6 Jul - 14:30 ~ @uncore sudo udevadm control --reload-rules sudo udevadm trigger
Languages
C++
78.9%
Rust
15%
CMake
2%
JavaScript
0.8%
Shell
0.8%
Other
2.5%