chore: rm os_log

This commit is contained in:
relikd
2025-10-30 18:42:02 +01:00
parent 5788b098e9
commit e2f65b540a
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import QuickLookThumbnailing
import os // OSLog
// show Console logs with subsystem:de.relikd.QLApps
// show Console logs with subsystem:de.relikd.QLAppBundle
private let log = OSLog(subsystem: Bundle.main.bundleIdentifier!, category: "thumbnail-plugin")
extension QLThumbnailReply {
@@ -39,3 +39,4 @@ class ThumbnailProvider: QLThumbnailProvider {
reply.setFlavor(meta.type == .Archive ? 12 : 0) // .archive looks like "in development"
}
}