MACOSX_FRAMEWORK_INFO_PLIST.rst 925 B

12345678910111213141516171819202122232425
  1. MACOSX_FRAMEWORK_INFO_PLIST
  2. ---------------------------
  3. Specify a custom Info.plist template for a Mac OS X Framework.
  4. A library target with FRAMEWORK enabled will be built as a framework
  5. on Mac OS X. By default its Info.plist file is created by configuring
  6. a template called MacOSXFrameworkInfo.plist.in located in the
  7. CMAKE_MODULE_PATH. This property specifies an alternative template
  8. file name which may be a full path.
  9. The following target properties may be set to specify content to be
  10. configured into the file:
  11. ::
  12. MACOSX_FRAMEWORK_ICON_FILE
  13. MACOSX_FRAMEWORK_IDENTIFIER
  14. MACOSX_FRAMEWORK_SHORT_VERSION_STRING
  15. MACOSX_FRAMEWORK_BUNDLE_VERSION
  16. CMake variables of the same name may be set to affect all targets in a
  17. directory that do not have each specific property set. If a custom
  18. Info.plist is specified by this property it may of course hard-code
  19. all the settings instead of using the target properties.