[iOS 18] On-Device Tweak Injection Using LiveContainer

Wait 5 sec.

LiveContainer Tweak Injection Tutorial Hi! In this tutorial, I’ll be showing you how to easily inject tweaks (.dylib) into your apps using LiveContainer. What You’ll Need • LiveContainer • A tweak file (.dylib) make sure it’s compatible • An app of your choice installed inside LiveContainer Note LiveContainer includes an internal module called TweakLoader, which automatically loads tweaks into any app you install inside it. Here’s the key info: • Tweaks = .dylib files injected into apps • Global tweaks: Loaded into all apps • App-specific tweaks: Only injected into selected apps • LiveContainer handles automatic code signing of tweaks Step-by-Step: Injecting a Tweak into Apps Option 1: Global Tweak Injection (Affects All Apps) Open LiveContainer and go to the Tweaks tab.Tap the ➕ (plus) button in the top-right.Select Import Tweak.Choose your .dylib tweak file.LiveContainer will auto-sign the tweak.Open any app inside LiveContainer, your tweak is now active.Option 2: App-Specific Tweak Injection Go to Tweaks tab → tap the ➕(plus) → Create New Folder (I recommend naming it after the tweak).Inside that folder, tap ➕(plus) → Import Tweak.Select your .dylib tweak file.Go back to the Apps tab.Long-press the app you want to inject.Tap Settings → Tweak Folder → Select (Folder Name).Done! Now only that app will load the tweak. Managing Tweaks • To delete a tweak or folder: swipe left on it → tap Delete • To rename a tweak or folder: long-press → tap Rename • For manual re-signing: tap the “Sign” button next to the ➕ in the tweaks tab (if needed) Video Tutorial Video