Not entirely sure if this is good or not. I have been testing cli-5.4.1 and have found that the outputted config.xml residing in the .ipa displays as follows.
So any of the definitions from my App's config.xml aren't added although all valid config constraints such as preferences and plugins, etc. are present.
<?xml version='1.0' encoding='UTF-8'?>
<widget id='io.cordova.helloCordova' version='2.0.0' xmlns='http://www.w3.org/ns/widgets'>
<name>
Hello Cordova
</name>
<description>
A sample Apache Cordova application that responds to the deviceready
event.
</description>
<author email='dev@cordova.apache.org' href='http://cordova.io'>
Apache Cordova Team
</author>
So any of the definitions from my App's config.xml aren't added although all valid config constraints such as preferences and plugins, etc. are present.

