From fbc0739a3374c52b306b622f040bc0060ff85632 Mon Sep 17 00:00:00 2001 From: khanhduytran0 Date: Tue, 6 Feb 2024 08:05:29 +0700 Subject: [PATCH] 1.1 --- Makefile | 2 +- README.md | 2 +- control | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 45c90b7..f7a50de 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ INSTALL_TARGET_PROCESSES = SpringBoard THEOS_PACKAGE_SCHEME := rootless include $(THEOS)/makefiles/common.mk -TARGET_CODESIGN = fastPathSign +# TARGET_CODESIGN = fastPathSign TWEAK_NAME = TrollPad diff --git a/README.md b/README.md index 479b02a..e47af6f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Troll SpringBoard into thinking it's running on iPadOS > [!WARNING] > It is recommended to enable Stage Manager using Control Center module only, so that there will be no risk of bootloop. -#### Modifying MobileGestalt cache (optional, may be useful later for external display support?) +#### Modifying MobileGestalt cache - Open `/var/containers/Shared/SystemGroup/systemgroup.com.apple.mobilegestaltcache/Library/Caches/com.apple.MobileGestalt.plist` in plist editor - Open `CacheExtra` - Add a key named `qeaj75wk3HF4DwQ8qbIi7g`, type `Number` and set value to `1`. diff --git a/control b/control index 946c51c..fafadff 100644 --- a/control +++ b/control @@ -1,6 +1,6 @@ Package: com.kdt.trollpad Name: TrollPad -Version: 1.0 +Version: 1.1 Architecture: iphoneos-arm64 Description: Troll SpringBoard into thinking it's running on iPadOS. Maintainer: khanhduytran0