mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-21 19:35:49 +08:00
8f095aab89
- Updated CMakeLists.txt to include platform-specific source files for macOS. - Added new icon for disk unmount button. - Modified resources.qrc to include the new icon. - Implemented iFuse disk unmount button and manager classes for handling iFuse operations on Linux. - Created iFuseWidget for managing iPhone disk mounting, including UI and process handling. - Integrated iFuse functionality into the main application, allowing users to mount and unmount iPhone disks. - Enhanced DeviceInfoWidget and other UI components for better user experience. - Added support for displaying mounted iFuse paths in the status bar.
12 lines
431 B
Plaintext
12 lines
431 B
Plaintext
<RCC>
|
|
<qresource prefix="/">
|
|
<file>icons/ArrowMoveDownRight.svg</file>
|
|
<file>icons/video-x-generic.png</file>
|
|
<file>icons/MdiLightningBolt.png</file>
|
|
<file>icons/MingcuteSettings7Line.png</file>
|
|
<file>icons/ClarityHardDiskSolidAlerted.png</file>
|
|
<file>qml/MapView.qml</file>
|
|
<file>resources/dump.js</file>
|
|
<file>resources/iphone.png</file>
|
|
</qresource>
|
|
</RCC> |