|
| 9 years agodbutijn commented on change 18787 for jaime-rios-xcodeperforceplugin:xcodeperforcepluginHi,
Thanks for providing this plugin!
While using it I encountered a problem because my xcode-project path contains a space.
I solved it by adding qu ...Hi,
Thanks for providing this plugin!
While using it I encountered a problem because my xcode-project path contains a space.
I solved it by adding quotes in P4Functionality.mm : 152 and 154
So you would get:
command += "cd '"; //note the additional single quote before the last closing double quote
command += workingPath;
command += "'; "; //note the additional single quote before the semicolon in the string
Maybe an idea to make the plugin more robust against this kind of problems ;)
David « | |
|
|
Adjust when notifications are sent to you about reviews that you're associated with (as an author, reviewer, project member or moderator).