diff --git a/README.md b/README.md
index 1b71c0c..c7ec3ff 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,16 @@ Looking for the Desktop versions? Check out:
- reMarkable iOS v3.25.0
- reMarkable iOS v3.27.1
+
+
+
+
+
+
+
+
+
+
## Installation and usage
⚠️ **For legal reasons, this repository does not include the reMarkable app.** However, a pre-built `.deb` package and a pre-patched `.ipa` are available in the [Releases](https://github.com/NohamR/RMHook-iOS/releases) section.
diff --git a/docs/3.25.0.png b/docs/3.25.0.png
new file mode 100644
index 0000000..2179902
Binary files /dev/null and b/docs/3.25.0.png differ
diff --git a/docs/3.27.1.png b/docs/3.27.1.png
new file mode 100644
index 0000000..49bbb4c
Binary files /dev/null and b/docs/3.27.1.png differ
diff --git a/docs/acc.png b/docs/acc.png
new file mode 100644
index 0000000..76f5ef7
Binary files /dev/null and b/docs/acc.png differ
diff --git a/docs/settings.png b/docs/settings.png
deleted file mode 100644
index d3e638b..0000000
Binary files a/docs/settings.png and /dev/null differ
diff --git a/docs/setup.png b/docs/setup.png
new file mode 100644
index 0000000..6db0277
Binary files /dev/null and b/docs/setup.png differ
diff --git a/docs/syncing.png b/docs/syncing.png
new file mode 100644
index 0000000..accb878
Binary files /dev/null and b/docs/syncing.png differ
diff --git a/docs/unsynced.png b/docs/unsynced.png
deleted file mode 100644
index 9c56eb8..0000000
Binary files a/docs/unsynced.png and /dev/null differ
diff --git a/script/build.sh b/script/build.sh
index 34f9c15..88f376d 100755
--- a/script/build.sh
+++ b/script/build.sh
@@ -6,9 +6,11 @@ VERSION=${1:-3.25.0}
if [ "$VERSION" == "3.25.0" ]; then
MACRO="-DV3_25_0=1"
QT_VERSION="6.8.2"
+ TARGET="iphone:latest:16.0"
elif [ "$VERSION" == "3.27.1" ]; then
MACRO="-DV3_27_1=1"
QT_VERSION="6.10.0"
+ TARGET="iphone:latest:17.0"
else
echo "Error: Unknown version '$VERSION'. Supported versions are: 3.25.0, 3.27.1"
exit 1
@@ -23,7 +25,7 @@ make clean
if [ "$MODE" == "release" ]; then
# Modify control file to set the version to match the target app version
sed -i '' "s/^Version: .*/Version: $VERSION/" control
- make package THEOS_PACKAGE_SCHEME=rootless FINALPACKAGE=1 RM_VERSION_FLAG="$MACRO" QT_VERSION="$QT_VERSION"
+ make package THEOS_PACKAGE_SCHEME=rootless FINALPACKAGE=1 RM_VERSION_FLAG="$MACRO" QT_VERSION="$QT_VERSION" TARGET="$TARGET"
else
- make package THEOS_PACKAGE_SCHEME=rootless DEBUG=0 RM_VERSION_FLAG="$MACRO" QT_VERSION="$QT_VERSION"
+ make package THEOS_PACKAGE_SCHEME=rootless DEBUG=0 RM_VERSION_FLAG="$MACRO" QT_VERSION="$QT_VERSION" TARGET="$TARGET"
fi
diff --git a/src/Makefile b/src/Makefile
index d4d56b4..6a96790 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,4 +1,4 @@
-TARGET = iphone:latest:17.0
+TARGET = $(target)
INSTALL_TARGET_PROCESSES = remarkable_mobile
ARCHS = arm64