Back to Provenance

3311

.changelog/3311.md

3.3.1887 B
Original Source

Added

  • PVQuickLookSupport — New shared SPM module providing ROMGameLookup, ArtworkResolver, SystemIconProvider, and GameMetadataCard helpers; eliminates duplicated lookup and HTML-card logic between the ThumbnailExtension and QuickLookPreview extensions

Fixed

  • UTI File Association Priority — Expanded CFBundleDocumentTypes and QLSupportedContentTypes in iOS/tvOS plists to explicitly list a broad set of system-specific com.provenance.rom.* UTIs with LSHandlerRank: Owner; previously only the base com.provenance.rom was listed, which meant competing emulator apps (e.g. Manic EMU) could win the file association race for specific extensions like .z64, .j64, .rom, .bin, .iso; also fixed SpotlightImportExtension which was referencing non-existent com.provenance-emu.* UTI identifiers instead of the correct com.provenance.* ones