mirror of
https://github.com/NohamR/RMHook-iOS.git
synced 2026-08-26 10:12:15 +00:00
Add support for reMarkable app v3.28.0
Adds a new 3.28.0 build target with its macro, Qt 6.10.3 toolchain version, and iOS target settings in `script/build.sh`. Updates hook offsets in `src/Tweak.xm` for `QNetworkAccessManager::createRequest` and `QWebSocket::open`, bumps package version in `src/control` to 3.28.0, and aligns README setup instructions with the new Qt/app version mapping.
This commit is contained in:
@@ -76,13 +76,13 @@ source aqt_venv/bin/activate
|
||||
pip install aqtinstall
|
||||
```
|
||||
|
||||
Then, download the required Qt versions for iOS to your home directory (e.g., `6.8.2` for the 3.25.0 target and `6.10.0` for the 3.27.1 target):
|
||||
Then, download the required Qt versions for iOS to your home directory (e.g., `6.8.2` for the 3.25.0 target and `6.10.3` for the 3.28.0 target):
|
||||
```bash
|
||||
# Install Qt 6.8.2 for iOS (used for v3.25.0)
|
||||
aqt install-qt mac ios 6.8.2 -m qtwebsockets --outputdir ~/Qt
|
||||
|
||||
# Install Qt 6.10.0 for iOS (used for v3.27.1)
|
||||
aqt install-qt mac ios 6.10.0 -m qtwebsockets --outputdir ~/Qt
|
||||
# Install Qt 6.10.3 for iOS (used for v3.28.0)
|
||||
aqt install-qt mac ios 6.10.3 -m qtwebsockets --outputdir ~/Qt
|
||||
```
|
||||
|
||||
### 2. Finding Specific App Function Offsets
|
||||
|
||||
Reference in New Issue
Block a user