From ba9d907490f39736cb7c34ab3a04f9b4e0a763c9 Mon Sep 17 00:00:00 2001 From: Giovanni Cammisa Date: Sat, 3 Sep 2022 05:56:30 -0700 Subject: [PATCH] Added support for 8th gen iPad --- 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 d858d94..df878e6 100644 --- a/Installer/TrollInstaller/TrollInstaller/exploit/IOGPU.c +++ b/Installer/TrollInstaller/TrollInstaller/exploit/IOGPU.c @@ -72,10 +72,12 @@ int IOGPU_get_command_queue_extra_refills_needed(void) // iPhone 8, X // iPhone XS, XR // iPad Pro A12Z + // iPad 8th Gen else if ( strstr(u.machine, "iPhone10,") || strstr(u.machine, "iPhone11,") || strstr(u.machine, "iPad8,") + || strstr(u.machine, "iPad11,") ) { return 3;