OSX_COMPATIBILITY_VERSION.rst 568 B

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