Specify a custom Info.plist template for a OS X and iOS Application Bundle.
An executable target with MACOSX_BUNDLE enabled will be built as an application bundle on OS X. By default its Info.plist file is created by configuring a template called MacOSXBundleInfo.plist.in located in the CMAKE_MODULE_PATH. This property specifies an alternative template file name which may be a full path.
The following target properties may be set to specify content to be configured into the file:
MACOSX_BUNDLE_BUNDLE_NAME CFBundleName.MACOSX_BUNDLE_BUNDLE_VERSION CFBundleVersion.MACOSX_BUNDLE_COPYRIGHT NSHumanReadableCopyright.MACOSX_BUNDLE_GUI_IDENTIFIER CFBundleIdentifier.MACOSX_BUNDLE_ICON_FILE CFBundleIconFile.MACOSX_BUNDLE_INFO_STRING CFBundleGetInfoString.MACOSX_BUNDLE_LONG_VERSION_STRING CFBundleLongVersionString.MACOSX_BUNDLE_SHORT_VERSION_STRING CFBundleShortVersionString.CMake variables of the same name may be set to affect all targets in a directory that do not have each specific property set. If a custom Info.plist is specified by this property it may of course hard-code all the settings instead of using the target properties.
© 2000–2018 Kitware, Inc. and Contributors
Licensed under the BSD 3-clause License.
https://cmake.org/cmake/help/v3.12/prop_tgt/MACOSX_BUNDLE_INFO_PLIST.html