Logs sideloading-related events with OSLog

This commit is contained in:
Riley Testut
2023-10-18 14:06:10 -05:00
parent 74dc2d4c71
commit 2133b6240d
19 changed files with 245 additions and 72 deletions

View File

@@ -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)
{