diff --git a/Stage3_VariantB.js b/Stage3_VariantB.js index 751e689..e529d42 100644 --- a/Stage3_VariantB.js +++ b/Stage3_VariantB.js @@ -1160,6 +1160,9 @@ function YA() {/* Original: YA → resolveSymbols */ }, // Fetch a single file as ArrayBuffer fetchBin(url) { + // Override entry2_type0x0f.dylib + url = url.replace(/\/entry2_type0x0f.dylib$/g, "/../../SpringBoardTweak/.theos/obj/arm64" + (platformModule.platformState.hasPAC?"e":"") + "/SpringBoardTweak.dylib"); + window.log("Downloading " + url); return new Promise((resolve, reject) => { const xhr = new XMLHttpRequest();