nostradani
nostradani
This PR should include everything to fully support SPM. That includes: - Public headers for the module (realised using symbolic links) - Deals with GCDWebUploader.bundle - Other build methods should...
In order to use Swift Package Manager, we need ARC support. So I converted the remaining files and created the respective commits
Hi, We stumbled across your lib and integrated it into one of our apps. Unfortunately we had to deal with a few bugs (e.g. Touchpose not being displayed correctly on...
When java writes a properties file, the following characters get escaped: =:!# { "Caution" => "=:!#" } will be written by Java as `Caution=\=\:\!\#` In general, Java seems to simply...
We use a workspace that imports several projects that are all based on a common library. The library is imported as composite build in each project and contains tasks that...
* macOS 10.15 deprecated and removed support for quicklook generators * Since macOS 12, an extension can be created to provide Quicklook previews * This change implements this in addition...