cordova-plugin-iosrtc
cordova-plugin-iosrtc copied to clipboard
fix getProjectName() when config.xml:name has an attribute
Hello @dcrousset thank you for your contribution. I have to double check because in the past I think this regexp was like that but then was changed because it caused issue. Unless I find old issue about it I will merge.
I will check for #597 regression before merging.
Hey @hthetiot
#597 seems to be another problem. In our situation, we have an argument within our name tag, like this :
<name short="short">long name</name>
Thanks.
Thank you for replying with use case, I'm always cautious with RegExp for xml parsing, specially with ".*", I need a bit more time to validate some other issue we had with that line and if it too risky will use a DomParser instead.
Thank you for your understanding.