Maxim
Maxim
There are several thing wrong with .xcodeproj now and I could not fix it either. - .modulemap and MASShortcutViewButtonCell are missing from the project - project won’t compile because it...
@sweetppro some files and headers still got unresolved. I’ve created a new PR #166. Thank you for implementing SwiftPM. I’m going to use it but wanted to fix the project...
@sweetppro I don’t use those either. Just a direct .xcodeproj dependency. It did not build even when I open standalone `MASShortcut.xcodeproj` and try to build `MASShortcut` framework or `Demo` app...
> I made the decision to make configurations use MiB because that's what drive manufactures like to use as well But drive manufacturers use *decimal MB*, not binary MiB. That’s...
Had the same issue. If I understood the [Mailgun API](https://documentation.mailgun.com/en/latest/api-sending.html#sending) docs correctly, the `attachment` option expects a single file, not an array of files: > `attachment`: File attachment. You can...
Looks like migration to OxiPNG brought the issue back. It generates grayscale images. I’m struggling to build ImageOptim myself. I assume it’s just a matter of adding "--nc” (No color...
@deviantintegral Try this Terminal command to reset relevant permissions: > tccutil reset SystemPolicySysAdminFiles
HazeOver author here. I had another report about this. Should be fixed in HazeOver 1.8. Under some circumstances a hidden HazeOver window showed up first in the window list. This...