mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-14 17:23:25 +01:00
Logs sideloading-related events with OSLog
This commit is contained in:
@@ -31,6 +31,10 @@ struct Server: Equatable
|
||||
|
||||
extension Server
|
||||
{
|
||||
var localizedName: String? {
|
||||
return self.service?.name ?? self.identifier
|
||||
}
|
||||
|
||||
// Defined in extension so we can still use the automatically synthesized initializer.
|
||||
init?(service: NetService, txtData: Data)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user