mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-16 02:03:32 +01:00
Displays accurate expiration date for installed apps
This commit is contained in:
@@ -59,12 +59,12 @@ private extension MyAppsViewController
|
||||
|
||||
let detailText =
|
||||
"""
|
||||
Signed: \(self.dateFormatter.string(from: installedApp.signedDate))
|
||||
Expires: \(self.dateFormatter.string(from: installedApp.expirationDate))
|
||||
"""
|
||||
|
||||
cell.detailTextLabel?.numberOfLines = 2
|
||||
cell.detailTextLabel?.numberOfLines = 1
|
||||
cell.detailTextLabel?.text = detailText
|
||||
cell.detailTextLabel?.textColor = .red
|
||||
}
|
||||
|
||||
return dataSource
|
||||
|
||||
Reference in New Issue
Block a user