MCPcopy
hub / github.com/ionic-team/capacitor / buildConfigFileXml

Function buildConfigFileXml

cli/src/cordova.ts:459–461  ·  view source on GitHub ↗
(configElement: any)

Source from the content-addressed store, hash-verified

457}
458
459function buildConfigFileXml(configElement: any) {
460 return buildXmlElement(configElement, 'config-file');
461}
462
463function getConfigFileTagContent(str: string) {
464 return str.replace(/<config-file.+">|<\/config-file>/g, '');

Callers 2

logiOSPlistFunction · 0.85
logPossibleMissingItemFunction · 0.85

Calls 1

buildXmlElementFunction · 0.90

Tested by

no test coverage detected