diff --git a/TrollStore/TSApplicationsManager.m b/TrollStore/TSApplicationsManager.m index 2de735e..6cb8626 100644 --- a/TrollStore/TSApplicationsManager.m +++ b/TrollStore/TSApplicationsManager.m @@ -94,6 +94,7 @@ extern NSUserDefaults* trollStoreUserDefaults(); break; case 186: errorDescription = @"The app you tried to install is not supported on this platform. The installation has been prevented as this application will not launch at all if it were to be installed."; + break; } NSError* error = [NSError errorWithDomain:TrollStoreErrorDomain code:code userInfo:@{NSLocalizedDescriptionKey : errorDescription}];