|
@@ -1925,7 +1925,7 @@ void cmGlobalXCodeGenerator::CreateBuildSettings(cmTarget& target,
|
|
|
{
|
|
{
|
|
|
buildSettings->AddAttribute("LIBRARY_STYLE",
|
|
buildSettings->AddAttribute("LIBRARY_STYLE",
|
|
|
this->CreateString("BUNDLE"));
|
|
this->CreateString("BUNDLE"));
|
|
|
- if (target.GetPropertyAsBool("BUNDLE"))
|
|
|
|
|
|
|
+ if (target.IsCFBundleOnApple())
|
|
|
{
|
|
{
|
|
|
// It turns out that a BUNDLE is basically the same
|
|
// It turns out that a BUNDLE is basically the same
|
|
|
// in many ways as an application bundle, as far as
|
|
// in many ways as an application bundle, as far as
|