⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.23
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
cmake3
/
Help
/
prop_tgt
/
View File Name :
MACOSX_BUNDLE_INFO_PLIST.rst
MACOSX_BUNDLE_INFO_PLIST ------------------------ Specify a custom ``Info.plist`` template for a macOS and iOS Application Bundle. An executable target with :prop_tgt:`MACOSX_BUNDLE` enabled will be built as an application bundle on macOS. By default its ``Info.plist`` file is created by configuring a template called ``MacOSXBundleInfo.plist.in`` located in the :variable:`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`` Sets ``CFBundleName``. ``MACOSX_BUNDLE_BUNDLE_VERSION`` Sets ``CFBundleVersion``. ``MACOSX_BUNDLE_COPYRIGHT`` Sets ``NSHumanReadableCopyright``. ``MACOSX_BUNDLE_GUI_IDENTIFIER`` Sets ``CFBundleIdentifier``. ``MACOSX_BUNDLE_ICON_FILE`` Sets ``CFBundleIconFile``. ``MACOSX_BUNDLE_INFO_STRING`` Sets ``CFBundleGetInfoString``. ``MACOSX_BUNDLE_LONG_VERSION_STRING`` Sets ``CFBundleLongVersionString``. ``MACOSX_BUNDLE_SHORT_VERSION_STRING`` Sets ``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.