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

@@ -99,7 +99,7 @@ final class AppDelegate: UIResponder, UIApplicationDelegate {
// TODO: @mahee96: find if we need to start em_proxy as in altstore?
if UserDefaults.standard.enableEMPforWireguard {
start_em_proxy(bind_addr: Consts.Proxy.serverURL)
start_em_proxy(bind_addr: AppConstants.Proxy.serverURL)
}
SecureValueTransformer.register()
@@ -145,7 +145,7 @@ final class AppDelegate: UIResponder, UIApplicationDelegate {
{
AppManager.shared.update()
if UserDefaults.standard.enableEMPforWireguard {
start_em_proxy(bind_addr: Consts.Proxy.serverURL)
start_em_proxy(bind_addr: AppConstants.Proxy.serverURL)
}
}