From b01cac464988f78487c1fa0f6dcc43455ea339ff Mon Sep 17 00:00:00 2001 From: jack <212554440+jackjackbits@users.noreply.github.com> Date: Fri, 12 Sep 2025 13:16:08 +0200 Subject: [PATCH] Delete Frameworks/README.md --- Frameworks/README.md | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 Frameworks/README.md diff --git a/Frameworks/README.md b/Frameworks/README.md deleted file mode 100644 index 0a4099d9..00000000 --- a/Frameworks/README.md +++ /dev/null @@ -1,12 +0,0 @@ -Place Tor.xcframework here - -Instructions -- Obtain a prebuilt Tor Apple xcframework (iCepa/Onion Browser lineage) or build your own minimal client-only Tor. -- Rename it (if needed) to `Tor.xcframework` and drop it in this `Frameworks/` directory. -- Regenerate the Xcode project if you use XcodeGen (`project.yml` already references `Frameworks/Tor.xcframework`). -- Build the app; `TorManager` will automatically bootstrap Tor and route all networking through it. - -Notes -- For iOS, the framework will be embedded and code-signed automatically. -- For macOS, it will be linked and embedded as well (you may prefer a system tor for smaller bundles). -