packagemaker.rst 1005 B

1234567891011121314151617181920212223
  1. CPack PackageMaker Generator
  2. ----------------------------
  3. PackageMaker CPack generator (macOS).
  4. Variables specific to CPack PackageMaker generator
  5. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6. The following variable is specific to installers built on Mac
  7. macOS using PackageMaker:
  8. .. variable:: CPACK_OSX_PACKAGE_VERSION
  9. The version of macOS that the resulting PackageMaker archive should be
  10. compatible with. Different versions of macOS support different
  11. features. For example, CPack can only build component-based installers for
  12. macOS 10.4 or newer, and can only build installers that download
  13. component son-the-fly for macOS 10.5 or newer. If left blank, this value
  14. will be set to the minimum version of macOS that supports the requested
  15. features. Set this variable to some value (e.g., 10.4) only if you want to
  16. guarantee that your installer will work on that version of macOS, and
  17. don't mind missing extra features available in the installer shipping with
  18. later versions of macOS.