Skip to content

Commit

Permalink
Merge pull request #5 from dmd/patch-1
Browse files Browse the repository at this point in the history
give instructions for bypassing Catalina quarantine
  • Loading branch information
bfabiszewski authored Jul 10, 2020
2 parents 39595c7 + fbbfd79 commit 5091974
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ If the plugin doesn't work:
- try in the top level `Library` folder instead of the user's one;
- go to github [issues] tab, start new issue describing your problem, you may also provide output of the command: `qlmanage -d 4 -p -o /tmp /path/to/your/test.mobi`.

If you're on Catalina or later, and you get "QLMobi.qlgenerator cannot be opened because the developer cannot be verified", run in a terminal:

```
$ xattr -d -r com.apple.quarantine ~/Library/QuickLook/QLMobi.qlgenerator
$ qlmanage -r
```

### Changelog
**0.5**
Minor workaround for plugin failing to register handled file types
Expand Down

0 comments on commit 5091974

Please sign in to comment.