Francesco Tamagni
Francesco Tamagni
This is useful for packaging tools which parse `require()` calls, like "pkg" module.
It's possible to convert any Xcode project to JSON like this: `plutil -convert json project.pbxproj` Xcode happily ingests that format too, but when you do so, `rswift` will fail to...
Apparently all white spaces are lost at parse time because of this: https://github.com/darylldoyle/svg-sanitizer/blob/master/src/Sanitizer.php#L105 ```php $this->xmlDocument->preserveWhiteSpace = false; ``` is this vital to sanitisation or does it make sense to have...