MCPcopy Create free account
hub / github.com/Kitware/CMake / WriteArchiveAction

Method WriteArchiveAction

Source/cmXCodeScheme.cxx:439–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437}
438
439void cmXCodeScheme::WriteArchiveAction(cmXMLWriter& xout,
440 std::string const& configuration)
441{
442 xout.StartElement("ArchiveAction");
443 xout.BreakAttributes();
444 xout.Attribute("buildConfiguration", configuration);
445 xout.Attribute("revealArchiveInOrganizer", "YES");
446 xout.EndElement();
447}
448
449void cmXCodeScheme::WriteBuildableProductRunnable(cmXMLWriter& xout,
450 cmXCodeObject const* xcObj,

Callers

nothing calls this directly

Calls 4

BreakAttributesMethod · 0.80
AttributeMethod · 0.80
StartElementMethod · 0.45
EndElementMethod · 0.45

Tested by

no test coverage detected