simongregory / ql-bbc4

Quicklook plugin for .bbc4 media archives

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick Look .bbc4

A Quick Look Plugin to examine the contents of .bbc4 packages.

Setting up XCode

Creating a Quick Look project File > New > Project... and selecting Quick Look Plugin.

Once done testing and debugging the plugin requires some manual intervention.

Apple's documentation isn't up to date with XCode 8. The following links offer some guidance:

However the build scheme changes detailed failed with the XCode console error Message from debugger: cannot attach to process due to System Integrity Protection Program ended with exit code: -1 at run time.

Tips

Output the generate preview resuts to a directory (-o) with /usr/bin/qlmanage -o /tmp/bbc4 -p ./ql-test.bbc4 -g ./ql-bbc4.qlgenerator -c public.plain-text (to try -c uk.co.bbc.bbc4).

Find out if the .qlgenerator is registered use qlmanage -m plugins | grep bbc.

Inspect the UTI details associated with files using mdls your-file.ext.

About

Quicklook plugin for .bbc4 media archives


Languages

Language:C 54.1%Language:Objective-C 37.0%Language:HTML 7.4%Language:CSS 1.5%