App name with special character : &

Hi,

I have an app with the char ‘&’ in the name (set in config.xml).
"ionic run " throws errors
I tried to escape it with ‘&’, but it doesn’t work.
Can’t find any solution, can you please help me.
Thanks.

Error parsing /Users/user/app/config.xml: Error: Invalid character entity
Line: 2
Column: 16
Char:   (CLI v1.6.1)

Your system information:

Cordova CLI: 5.3.3
Gulp version:  CLI version 3.9.0
Gulp local:   Local version 3.9.0
Ionic Version: 1.0.1
Ionic CLI Version: 1.6.1
Ionic App Lib Version: 0.3.3
ios-deploy version: Not installed
ios-sim version: 4.1.1 
OS: Mac OS X Yosemite
Node Version: v0.12.6
Xcode version: Xcode 7.1 Build version 7B91b

Try & it should work

It works thanks a lot :smile: