From d9a8b1aea78fdb9952e50757a9c727a70f9dd2ab Mon Sep 17 00:00:00 2001 From: uncor3 Date: Sun, 23 Nov 2025 08:44:35 +0000 Subject: [PATCH] update README.md --- README.md | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 57 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ab17939..271f9fc 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ Cross platform, open-source and free idevice management tool written in C++

- + GitHub CodeFactor - + Build @@ -34,6 +34,45 @@

+## Download + +

+ + Download for Windows + + + Download for macOS + + + Download for Linux + + + Install from AUR + +

+ +### Installation Instructions + +#### Windows + +- **Installer (.msi)**: Download and run the installer. Recommended for most users. +- **Portable (.zip)**: Extract and run `iDescriptor.exe`. No installation required. + +#### macOS + +- **Apple Silicon**: Download the `.dmg` file for M1/M2/M3 Macs. +- **Intel**: Download the `.dmg` file for Intel-based Macs. + +Open the `.dmg` and drag iDescriptor to Applications folder. + +#### Linux + +- **AppImage**: Download, unzip, and run. +- **Arch Linux**: Install from AUR: `yay -S idescriptor-git` + +
+
+


@@ -180,8 +219,10 @@ If you like this project and want to support its development, consider becoming ## Thanks -- [libimobiledevice](https://libimobiledevice.org/) - Cross-platform software library that talks the protocols to support iPhone, iPad, iPod Touch devices. -- [ipatool](https://github.com/majd/ipatool) - A command-line tool for managing iOS apps and devices. +- [libimobiledevice](https://libimobiledevice.org/) +- [ipatool](https://github.com/majd/ipatool) - We use a modified version [here](https://github.com/uncor3/libipatool-go) +- [QSimpleUpdater](https://github.com/alex-spataru/QSimpleUpdater) - We use a modified version [here](https://github.com/uncor3/ZUpdater) +- [airplay](https://github.com/rcarmo/RPiPlay) - We use a modified version [here](https://github.com/uncor3/airplay) ## Linux Udev Rules @@ -201,3 +242,15 @@ Sun 6 Jul - 14:30  ~  @uncore  sudo udevadm control --reload-rules sudo udevadm trigger ``` + +# Contributing + +Contributions are welcome! + +You can check the source code in some places we have TODOs and FIXMEs that you can work on. + +For example + +- [Photos.sqlite](https://github.com/iDescriptor/iDescriptor/blob/main/src/gallerywidget.cpp) + +Or if you'd like to introduce new features, feel free to open an issue or a pull request!