Max
Max
I can confirm that [Houseparty](https://apps.apple.com/de/app/houseparty/id1381523962) and [Avira Security](https://apps.apple.com/de/app/avira-security/id1376508752) can be verified with 10.15.4. However, some other apps cannot: - [ ] [Telegram Lite](https://apps.apple.com/de/app/houseparty/id946399090) - [ ] Microsoft Word (version 16.37...
Which version of macOS do you use? In newer versions (I just confirmed with macOS 12.0.1) the container meta data resides in `.com.apple.containermanagerd.metadata.plist` rather than `Container.plist`. Maybe you can change...
The file `.com.apple.containermanagerd.metadata.plist` is at the same location as the `Container.plist` file. Note that the file is hidden – as indicated by the leading `.`. The full path is `~/Library/Containers//.com.apple.containermanagerd.metadata.plist`....
I ran into the issue as well. Looks like the issue is with the `biber` backend, due to a change in the XML format: An additional attribute `glob` was added:...
I just noticed that `bcf:citekey` has now an optional `nocite` attribute: ```xml foobar ``` Consequently, the following regular expression does not hit also: https://github.com/islandoftex/checkcites/blob/f3c9b24f9ccc18c141eecca0b91faf711bf47ee8/checkcites.lua#L374-L375 This causes citations to be missed...
I ran into this or at least a very similar issue as well. I did not use the `main` functions provided by `ArgumentParser` but invoked `run()` directly. After looking a...