summaryrefslogtreecommitdiffstats
path: root/Modules/MacOSXBundleInfo.plist.in
Commit message (Collapse)AuthorAgeFilesLines
* Drop unnecessary LSRequiresCarbon reference from Info.plist filesSean McBride2016-03-181-2/+0
| | | | | LSRequiresCarbon is long since unnecessary. It refers to requiring Carbon as opposed to Classic (OS 9 emulation).
* ENH: Allow users to specify a custom Info.plist templateBrad King2008-05-171-0/+36
| | | | | | - Create MACOSX_BUNDLE_INFO_PLIST target property to specify template. - Look for MacOSXBundleInfo.plist.in in CMAKE_MODULE_PATH by default. - See issue #6983.
* ENH: Allow multiple OS X applications bundles to be created in a single ↵Brad King2008-02-141-36/+0
| | | | build directory. Converted Info.plist files to be generated directly instead of configured with make variables. The MACOSX_BUNDLE_* variables are now properties (and vars for compatibility).
* ENH: Improve Mac OSX bundle supportAndy Cedilnik2004-04-081-9/+9
|
* ENH: Styart working on bundles support and abstract WIN32_EXECUTABLEAndy Cedilnik2004-02-281-0/+36