debloat: converted xcode groups to xcode folder + removed unused files

This commit is contained in:
mahee96
2026-02-22 16:17:01 +05:30
parent eed895f145
commit 747a9c7b5a
12 changed files with 126 additions and 2051 deletions

View File

@@ -77,7 +77,7 @@ final class LaunchViewController: UIViewController, UIDocumentPickerDelegate {
detectAndImportAccountFile()
if UserDefaults.standard.enableEMPforWireguard {
start_em_proxy(bind_addr: Consts.Proxy.serverURL)
start_em_proxy(bind_addr: AppConstants.Proxy.serverURL)
}
guard let pf = fetchPairingFile() else {
displayError("Device pairing file not found.")