XCode fails if spaces in path
Closed this issue · 1 comments
Nolanus commented
Hi,
I experienced spaces in the pathname to result in corrupted XCode project files to be created by koremake. I figured out that source of the problem are unescaped spaces and adjusted the koremake script to prevent this on OS X 10.9.5 and XCode 6.2 (and probably later version as well).
Got a working fork of koremake, please contact me, if I should create a pull request.
Sebastian
RobDangerous commented
Hi Sebastian!
Code looks good, please create a pull request (don't want to just copy it because I very much prefer to have all contributions in the commit log).