diff --git a/docs/advanced/jit.mdx b/docs/advanced/jit.mdx index 0fbf2edd..dc51b84f 100644 --- a/docs/advanced/jit.mdx +++ b/docs/advanced/jit.mdx @@ -4,7 +4,13 @@ description: A tutorial on how to enable Just-in-Time (JIT) Compilation for apps --- :::note -iOS 26 has broken JIT once again. A fix will be released to StikDebug after the iPhone 17 releases. +iOS 26 has broken JIT once again. An update has been released to StikDebug with a fix, but support is **very** limited. As of writing (Sep 16), the only supported apps are: +* UTM +* Amethyst +* MeloNX +* maciOS (not fully released) + +Please keep an eye on our announcements channel in our Discord server and on the [idevice server](https://discord.gg/mACqxMxP3X)'s announcements and compatibility channels for further updates. There are many methods to enabling JIT, such as AltJIT, SideJITServer, and more. This tutorial will cover the use of StikDebug (formerly StikJIT), as it is the method we currently recommend. For more information, consult the [official StikDebug pairing guide](https://github.com/StephenDev0/StikDebug-Guide/blob/main/pairing_file.md).