mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Updates VerificationError.errorDescription to match ALTLocalizedError default implementation
This commit is contained in:
@@ -60,6 +60,8 @@ struct VerificationError: ALTLocalizedError {
|
||||
return String(formatted: "This device is running iOS %@, but %@", deviceOSVersion.stringValue, failureReason)
|
||||
default: return nil
|
||||
}
|
||||
|
||||
return self.errorFailureReason
|
||||
}
|
||||
|
||||
var errorFailureReason: String {
|
||||
|
||||
Reference in New Issue
Block a user