diff --git a/README.md b/README.md index c554c7f..0ee3b5d 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ ### Tools | Feature | Status | Notes | | ---------------------------------------------------------------- | -------------------- | ------------------------------------------------------------------------------------------- | -| AirPlay Mirroring | ✅ Implemented | Cast your device screen to your computer. | +| [AirPlay](#airplay) | ✅ Implemented | Cast your device screen to your computer. | | [Download & Install Apps From Apple Store](#app-store) | ✅ Implemented | Download and install apps directly from the Apple Store. | | [Virtual Location](#virtual-location) | ✅ Implemented | Simulate GPS location. Requires a mounted Developer Disk Image. **( iOS 6 - iOS 16)** | | [iFuse Filesystem Mount](#ifuse-filesystem-mount) | ✅ Implemented | Mount the device's filesystem. (Windows & Linux only) | @@ -56,15 +56,15 @@ | [Network Device Discovery](#network-device-discovery) | ✅ Implemented | Discover and monitor devices on your local network. | | [SSH Terminal](#ssh-terminal) **(Jailbroken)** | ✅ Implemented | Open up a terminal on your iDevice. | | Query MobileGestalt | ✅ Implemented | Read detailed hardware and software information from the device. | -| Live Screen | ✅ Implemented | View your device's screen in real-time **(wired)**. | +| [Live Screen](#live-screen) | ✅ Implemented | View your device's screen in real-time **(wired)**. | | Developer Disk Images | ✅ Implemented | Manage and mount developer disk images. **( iOS 6 - iOS 16)** | ### Device Actions | Feature | Status | Notes | | --------------------------- | -------------------- | ------------------------------------------------------------------------------------------- | -| Restart Device | ✅ Implemented | | -| Shutdown Device | ✅ Implemented | | -| Enter Recovery Mode | ✅ Implemented | | +| Restart Device | ✅ Implemented | - | +| Shutdown Device | ✅ Implemented | - | +| Enter Recovery Mode | ✅ Implemented | - | ## Fully Theme Aware

@@ -74,6 +74,13 @@

+## AirPlay +### Cast your device screen to your computer! + +

+
+

+ ## App Store ### Download and Install Apps directly from the Apple Store! @@ -137,7 +144,13 @@ Literally mount your iDevice filesystem and use it as a regular drive , read and

+## Live Screen +Useful if your device does not support AirPlay + +

+
+

## **Authentication Required** ? diff --git a/resources/repo/airplay.gif b/resources/repo/airplay.gif new file mode 100644 index 0000000..5c594c0 Binary files /dev/null and b/resources/repo/airplay.gif differ