mirror of
https://github.com/opa334/TrollStore.git
synced 2026-05-17 23:45:10 +08:00
Fix new error case
This commit is contained in:
parent
dda4e636f6
commit
620da61c1a
|
|
@ -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}];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user