[
https://issues.apache.org/jira/browse/CB-7169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14104005#comment-14104005
]
ASF subversion and git services commented on CB-7169:
-----------------------------------------------------
Commit f239661e1f6c2da3d6353491daa8b45d53a88382 in cordova-ios's branch
refs/heads/master from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=f239661 ]
CB-7169 Fix __PROECT_NAME__ replacing code in create script
`&` is a special character for `sed` and this fixes the problem of having
`__PROJECT_NAME__` in the final output when the project name contains an
ampersand.
github: close #100
> Cannot create iOS project with ampersand in the name
> ----------------------------------------------------
>
> Key: CB-7169
> URL: https://issues.apache.org/jira/browse/CB-7169
> Project: Apache Cordova
> Issue Type: Bug
> Components: iOS
> Reporter: Shazron Abdullah
>
> https://github.com/apache/cordova-ios/pull/100
> & is a special character for sed and this fixes the problem of having
> __PROJECT_NAME__ in the final output when the project name contains an
> ampersand, this is not only a cosmetic issue but also leads to compilation
> errors:
> {code}
> xcodebuild: error: The project 'A&B.xcodeproj' does not contain a target
> named 'A&B'.
> { [Error: /Users/lapo/projDir/platforms/ios/cordova/build: Command failed
> with exit code 65] code: 65 }
> [error] /Users/lapo/projDir/platforms/ios/cordova/build: Command failed w
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)