Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
cordova-ios@4.4.0, cordova-ios@5.0.0
-
iOS platform
-
Patch
Description
The Podfile template does not escape single quotes for project names when generating the Podfile. This will cause a syntax error in the Podfile since the target and project are single quoted strings. The solution is to escape the single quotes in the project name before writing them to the Podfile.
I already have a fix for this issue.
Attachments
Issue Links
- is cloned by
-
CB-14135 cordova-ios Podfile template only escape first occurrence of single quote in the project name
- Resolved
- links to