diff --git a/Installer/TrollInstaller/TrollInstaller/exploit/IOGPU.c b/Installer/TrollInstaller/TrollInstaller/exploit/IOGPU.c index 26f39e9..5214a79 100644 --- a/Installer/TrollInstaller/TrollInstaller/exploit/IOGPU.c +++ b/Installer/TrollInstaller/TrollInstaller/exploit/IOGPU.c @@ -52,16 +52,17 @@ int IOGPU_get_command_queue_extra_refills_needed(void) struct utsname u; uname(&u); + // iPod Touch 7 // iPhone 7 - // iPod 7 - // iPhone 11 + // iPhone 11 & SE 2 // iPhone 12 - // iPhone 13 - // iPad Pro M1(?) - // iPad Pro (10.5-inch, WiFi) + // iPhone 13 & SE 3 + // iPad7,* has too many different models to list here, see theiphonewiki's "Models" page for info + // iPad 9 + // iPad13,1-13,2 is the iPad Air 4 and 13,4-13,11 is the iPad Pro M1. if ( - strstr(u.machine, "iPhone9,") - || strstr(u.machine, "iPod9,") + strstr(u.machine, "iPod9,") + || strstr(u.machine, "iPhone9,") || strstr(u.machine, "iPhone12,") || strstr(u.machine, "iPhone13,") || strstr(u.machine, "iPhone14,")