Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brad King
CMake
Commits
ede0419a
Commit
ede0419a
authored
Mar 27, 2014
by
Brad King
Committed by
Kitware Robot
Mar 27, 2014
Browse files
Merge topic 'osx-CFBundle-info-plist'
90e22f8f
OS X: Fix Info.plist placement in a CFBundle
parents
e8451d64
90e22f8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmOSXBundleGenerator.cxx
View file @
ede0419a
...
@@ -178,7 +178,7 @@ void cmOSXBundleGenerator::CreateCFBundle(const std::string& targetName,
...
@@ -178,7 +178,7 @@ void cmOSXBundleGenerator::CreateCFBundle(const std::string& targetName,
// Configure the Info.plist file. Note that it needs the executable name
// Configure the Info.plist file. Note that it needs the executable name
// to be set.
// to be set.
std
::
string
plist
=
std
::
string
plist
=
root
+
"/"
+
this
->
GT
->
Target
->
GetCFBundleDirectory
(
this
->
ConfigName
,
true
);
this
->
GT
->
Target
->
GetCFBundleDirectory
(
this
->
ConfigName
,
true
);
plist
+=
"/Info.plist"
;
plist
+=
"/Info.plist"
;
this
->
LocalGenerator
->
GenerateAppleInfoPList
(
this
->
GT
->
Target
,
this
->
LocalGenerator
->
GenerateAppleInfoPList
(
this
->
GT
->
Target
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment