From 388a89c3a9b5f29b33822e0d829c6ededa6e2483 Mon Sep 17 00:00:00 2001 From: Nathan <87825638+verygenericname@users.noreply.github.com> Date: Sun, 4 Sep 2022 12:35:52 -0400 Subject: [PATCH] Update IOGPU.c --- 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 99b328f..26f39e9 100644 --- a/Installer/TrollInstaller/TrollInstaller/exploit/IOGPU.c +++ b/Installer/TrollInstaller/TrollInstaller/exploit/IOGPU.c @@ -53,6 +53,7 @@ int IOGPU_get_command_queue_extra_refills_needed(void) uname(&u); // iPhone 7 + // iPod 7 // iPhone 11 // iPhone 12 // iPhone 13 @@ -60,6 +61,7 @@ int IOGPU_get_command_queue_extra_refills_needed(void) // iPad Pro (10.5-inch, WiFi) if ( strstr(u.machine, "iPhone9,") + || strstr(u.machine, "iPod9,") || strstr(u.machine, "iPhone12,") || strstr(u.machine, "iPhone13,") || strstr(u.machine, "iPhone14,")