Julien Durens created CB-8250:
---------------------------------

             Summary: special characters in config.xml
                 Key: CB-8250
                 URL: https://issues.apache.org/jira/browse/CB-8250
             Project: Apache Cordova
          Issue Type: Bug
          Components: CLI
    Affects Versions: 3.5.0
         Environment: Mac OSX Android iOS
            Reporter: Julien Durens


In the config.xml, when you have an app name containing a special character (in 
my case a single quote, or an apostropher) it has to be escape to work on 
android, but it shouldn't on iOS. So I had to change the name of the app 
according to the platform I was trying to build:
<name>My app isn\'t that bad</name> on android
and
<name>My app isn't that bad</name> on ios
this kind of job shoud be done by the cordova platform add command



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to