From fcf1b9ae03b811d0216bd36179d1d561a60a0d70 Mon Sep 17 00:00:00 2001 From: nythepegasus Date: Thu, 17 Oct 2024 04:47:42 -0400 Subject: [PATCH] Remove this Should fix remove app extensions Signed-off-by: nythepegasus --- AltStore/Managing Apps/AppManager.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AltStore/Managing Apps/AppManager.swift b/AltStore/Managing Apps/AppManager.swift index 56b9184d..9dd5104b 100644 --- a/AltStore/Managing Apps/AppManager.swift +++ b/AltStore/Managing Apps/AppManager.swift @@ -1017,7 +1017,7 @@ private extension AppManager func removeAppExtensions(from application: ALTApplication, extensions: Set, _ presentingViewController: UIViewController, completion: @escaping (Result) -> Void) { - guard !application.appExtensions.isEmpty, !UserDefaults.standard.isAppLimitDisabled else { return completion(.success(())) } + guard !application.appExtensions.isEmpty else { return completion(.success(())) } let firstSentence: String