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

Method IsCFBundleOnApple

Source/cmGeneratorTarget.cxx:5689–5693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5687}
5688
5689bool cmGeneratorTarget::IsCFBundleOnApple() const
5690{
5691 return (this->GetType() == cmStateEnums::MODULE_LIBRARY && this->IsApple() &&
5692 this->GetPropertyAsBool("BUNDLE"));
5693}
5694
5695cmGeneratorTarget::ManagedType cmGeneratorTarget::CheckManagedType(
5696 std::string const& propval) const

Callers 15

IsBundleOnAppleMethod · 0.95
BuildBundleDirectoryMethod · 0.95
IsXCTestOnAppleMethod · 0.95
CreateXCodeTargetMethod · 0.80
CreateBuildSettingsMethod · 0.80
GetTargetFileTypeMethod · 0.80
GetTargetProductTypeMethod · 0.80
AddEmbeddedObjectsMethod · 0.80
CreateMethod · 0.80
GetFilesMethod · 0.80

Calls 3

GetTypeMethod · 0.95
IsAppleMethod · 0.95
GetPropertyAsBoolMethod · 0.95

Tested by

no test coverage detected