From 6cddaf720f4bffe06f09083e88f19631f851d907 Mon Sep 17 00:00:00 2001 From: Lunjie Li Date: Sat, 3 Sep 2022 02:13:45 -0400 Subject: [PATCH] Support for A10X iPad Pro --- Installer/TrollInstaller/TrollInstaller/exploit/IOGPU.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Installer/TrollInstaller/TrollInstaller/exploit/IOGPU.c b/Installer/TrollInstaller/TrollInstaller/exploit/IOGPU.c index db475a7..19a930d 100644 --- a/Installer/TrollInstaller/TrollInstaller/exploit/IOGPU.c +++ b/Installer/TrollInstaller/TrollInstaller/exploit/IOGPU.c @@ -57,12 +57,14 @@ int IOGPU_get_command_queue_extra_refills_needed(void) // iPhone 12 // iPhone 13 // iPad Pro M1(?) + // iPad Pro (10.5-inch, WiFi) if ( strstr(u.machine, "iPhone9,") || strstr(u.machine, "iPhone12,") || strstr(u.machine, "iPhone13,") || strstr(u.machine, "iPhone14,") || strstr(u.machine, "iPad13,") + || strstr(u.machine, "iPad7,3") ) { return 1;