spotify / XCRemoteCache

Other
825 stars 50 forks source link

Support spaces in libtools paths #225

Closed polac24 closed 10 months ago

polac24 commented 10 months ago

If an input path to xclibtool contains a space, previously usedURL.init(string:) returns nil. Everywhere else we use fileURLWithPath, in xclibtool .init(string:) initializer was an oversight.

A problem reported in #190