safari: works! (it lists tabs/by-title, at least)

Safari keeps stealing focus bc of how I do messaging to it now, need to fix all that next
This commit is contained in:
Omar Rizwan 2021-02-07 22:57:04 -08:00
parent 6f743114da
commit 930352dd42
2 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ class TabFSService: NSObject, TabFSServiceProtocol {
while true {
// read from them
let length = self.fsOutput.readData(ofLength: 4).withUnsafeBytes { $0.load(as: UInt32.self) }
os_log(.default, "TabFSmsg tfs service: read %{public}d", length)
let req = self.fsOutput.readData(ofLength: Int(length))
// send to other side of XPC conn
app.request(req)