Christiaan Hofman
Christiaan Hofman
_Instructions: Replace the template text and remove irrelevant text (including this line)_ **Describe the bug** The registration of UTIs in Info.plist is done wrong. This messes up the launch services...
_Instructions: Replace the template text and remove irrelevant text (including this line)_ **Describe the bug** MacVim exports standard UTIs, such as com.adobe.postscript. This is wrong, they should be imported, as...
The content of the ed25519 directory are missing in the source code in the release distributions.
Using separate `NSURLDownloadSession` instances is very inefficient. It is better to use a shared session. This is in particular true for downloading the appcast, as that happens often, while downloading...
Xcode 10 gives warnings about implicit conversions in the ed25519 sources. In particular for the files `fe.c`, `ge.c`, and `sha512.c`. Mostly implicit conversion between signed and unsigned.