diff --git a/AltStore/Managing Apps/AppManager.swift b/AltStore/Managing Apps/AppManager.swift index 9dd5104b..850ee983 100644 --- a/AltStore/Managing Apps/AppManager.swift +++ b/AltStore/Managing Apps/AppManager.swift @@ -1178,12 +1178,12 @@ private extension AppManager { throw error } - +/* guard case .install = appOperation else { operation.finish() return } - +*/ guard let extensions = context.app?.appExtensions else { throw OperationError.invalidParameters } guard let app = context.app, let presentingViewController = context.authenticatedContext.presentingViewController else { throw OperationError.invalidParameters }