Skip to content

Conversation

@oliversalzburg
Copy link
Contributor

When adding plugins on Windows, plugman will insert incorrect paths, which also contain backslashes into the xcode project files. This breaks builds of the iOS app in Xcode and requires manual editing of the project file.

On all non-Windows platforms, where the path separator is already /, the performed replace should be a noop, on Windows it fixes the paths in the project file.

When adding plugins on Windows, plugman will insert incorrect paths, which also contain backslashes into the xcode project files. This breaks builds of the iOS app in Xcode and requires manual editing of the project file.

On all non-Windows platforms, where the path separator is already `/`, the performed replace should be a noop, on Windows it fixes the paths in the project file.
@oliversalzburg
Copy link
Contributor Author

@asfgit asfgit closed this in fef0ee7 Oct 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant