My Pasteboard Viewer app is now also available for iOS and visionOS (compatibility mode)
It's a developer utility that lets you inspect the system pasteboard
My Pasteboard Viewer app is now also available for iOS and visionOS (compatibility mode)
It's a developer utility that lets you inspect the system pasteboard
@helge That is technically a correct remark that the sample code exists (the README points that out, too), but in comparison @sindresorhus's app is not useless, so it's hardly relevant :)
After tweaking the settings to make it compile, you can inspect images as strings. ๐คทโโ๏ธ
@sindresorhus One suggestion: Working with image and file data on the clipboard, I found that the modern UTI types wouldn't always match 1:1 the old "deprecated" stuff you mention in the readme:
> It hides obsolete system pasteboard types that have modern equivalents. This includes CorePasteboardFlavorType, NSStringPboardType, NSFilenamesPboardType, etc.
I'll bookmark this to maybe add an option to toggle hide/show deprecated types, but I actually found these to be the most valuable!