johnno1962 / injectionforxcode

Runtime Code Injection for Objective-C & Swift
MIT License
6.55k stars 565 forks source link

Handle spaces and miscapitalized characters #277

Closed michaeleisel closed 3 years ago

michaeleisel commented 5 years ago

The tool fails when the path of a file doesn't have the correct capitalization or when it has spaces. This is a problem, as the plugin seems to have a bug where it mixes up the capitalization.

It would be great if these things were fixed, I imagine it's something quick like adding quotes around some shell commands. After all, many projects do have spaces in their project names, and the tool seems to get mixed up in terms of capitalization.