kkharji / xbase

Develop Apple software products within your favorite editor.
MIT License
536 stars 17 forks source link

fix(sourcekit-helper): use uri to file path #173

Closed spenceryr closed 1 year ago

spenceryr commented 1 year ago

This fixes issues when trying to get compile arguments for file paths where there is a space. The URI is percent escaping but the files in the .compile file are not.

kkharji commented 1 year ago

Thanks a lot @spenceryr.