doc: add Console instructions to readme

This commit is contained in:
relikd
2025-10-30 18:52:33 +01:00
parent e2f65b540a
commit e4d421d4e0
4 changed files with 23 additions and 13 deletions

View File

@@ -1,7 +1,6 @@
import QuickLookThumbnailing
import os // OSLog
// show Console logs with subsystem:de.relikd.QLAppBundle
private let log = OSLog(subsystem: Bundle.main.bundleIdentifier!, category: "thumbnail-plugin")
extension QLThumbnailReply {
@@ -18,7 +17,7 @@ extension QLThumbnailReply {
class ThumbnailProvider: QLThumbnailProvider {
// TODO: sadly, this does not seem to work for .xarchive and .appex
// TODO: sadly, this does not seem to work for .xcarchive and .appex
// Probably overwritten by Apple somehow
override func provideThumbnail(for request: QLFileThumbnailRequest, _ handler: @escaping (QLThumbnailReply?, Error?) -> Void) {