OSX_CURRENT_VERSION.rst 542 B

12345678910111213
  1. OSX_CURRENT_VERSION
  2. -------------------
  3. What current version number is this target for OSX.
  4. For shared libraries on Mach-O systems (e.g. macOS, iOS)
  5. the :prop_tgt:`OSX_COMPATIBILITY_VERSION` property correspond to
  6. ``compatibility version`` and ``OSX_CURRENT_VERSION`` to ``current version``.
  7. See the :prop_tgt:`FRAMEWORK` target property for an example.
  8. Versions of Mach-O binaries may be checked with the ``otool -L <binary>``
  9. command. If ``OSX_CURRENT_VERSION`` is not set, the value of
  10. the :prop_tgt:``VERSION`` property will be used.