dependencies: fix few more issues with project reference

This commit is contained in:
mahee96
2026-02-23 14:28:53 +05:30
parent b0fab7550f
commit ded65e30d6
5 changed files with 576 additions and 55 deletions

View File

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