mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-16 18:23:53 +01:00
[AltServer] Improves error messages
This commit is contained in:
@@ -1126,6 +1126,11 @@ NSNotificationName const ALTDeviceManagerDeviceDidDisconnectNotification = @"ALT
|
||||
idevice_free(device);
|
||||
}
|
||||
|
||||
if (error)
|
||||
{
|
||||
error = [error alt_errorWithLocalizedFailure:[NSString stringWithFormat:NSLocalizedString(@"The Developer disk image could not be installed onto %@.", @""), altDevice.name]];
|
||||
}
|
||||
|
||||
completionHandler(error == nil, error);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user