IOS Companion for @LimesKey/Serviceberry (on github)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add iOS version to debug info

+4
+4
serviceberry/Views/Onboarding/LANSetupView.swift
··· 78 78 .font(.caption.bold()) 79 79 Text("Service type: \(Constants.bonjourServiceType)") 80 80 .font(.caption2) 81 + Text("Domain: \(Constants.bonjourDomain)") 82 + .font(.caption2) 81 83 Text("Browser state: \(discovery.debugState)") 82 84 .font(.caption2) 83 85 Text("Searching: \(discovery.isSearching ? "Yes" : "No")") 84 86 .font(.caption2) 85 87 Text("Servers found: \(discovery.discoveredServers.count)") 88 + .font(.caption2) 89 + Text("iOS: \(UIDevice.current.systemVersion)") 86 90 .font(.caption2) 87 91 if let error = discovery.lastError { 88 92 Text("Error: \(error.localizedDescription)")