From 4d51a6eccf07aa232a19d54aebb7536b9d272077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=88=9A=28noham=29=C2=B2?= <100566912+NohamR@users.noreply.github.com> Date: Thu, 20 Aug 2026 16:23:19 +0200 Subject: [PATCH] Add HatchDragons tweak documentation --- HatchDragons/index.md | 22 ++++++++++++++++++++++ README.md | 1 + 2 files changed, 23 insertions(+) create mode 100644 HatchDragons/index.md diff --git a/HatchDragons/index.md b/HatchDragons/index.md new file mode 100644 index 0000000..506ab23 --- /dev/null +++ b/HatchDragons/index.md @@ -0,0 +1,22 @@ +# HatchDragons + +Logs HTTP requests and negates currency deductions in HatchDragons so spending hard/soft currency instead adds it to the player's balance. + +- **App**: [HatchDragons](https://apps.apple.com/us/app/hatch-dragons/id6746389113) +- **Latest version**: 1.2.1 +- **Tested on**: iOS 18.3 + +## Build + +```sh +make clean && make package THEOS_PACKAGE_SCHEME=rootless DEBUG=0 +``` + +## Inject + +```sh +cyan -i com.runawayplay.dragons_1.2.1.ipa \ + -o com.runawayplay.dragons_1.2.1_patched.ipa \ + -f xyz.nohamr.hatchdragons_1.0.0_iphoneos-arm.deb \ + -u +``` \ No newline at end of file diff --git a/README.md b/README.md index ab9f34c..effe76e 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ iOS tweaks built with [Theos](https://theos.dev), injected into IPAs via [cyan]( | [VolkswagenJB](VolkswagenJB/index.md) | Volkswagen 2.72.0 | iOS 16.7.15 | | [GPXViewer2](GPXViewer2) | GPXViewer 2 | iOS 14+ | | [RMHook](RMHook/index.md) | reMarkable | iOS | +| [HatchDragons](HatchDragons/index.md) | HatchDragons 1.2.1 | iOS 18+ | ## Build