xcode-embed-frameworks.rst 466 B

123456789
  1. xcode-embed-frameworks
  2. ----------------------
  3. * When using the Xcode generator, it is now possible to embed frameworks
  4. using the new :prop_tgt:`XCODE_EMBED_FRAMEWORKS <XCODE_EMBED_<type>>`
  5. target property. Aspects of the embedding can be customized with the
  6. :prop_tgt:`XCODE_EMBED_FRAMEWORKS_PATH <XCODE_EMBED_<type>>`,
  7. :prop_tgt:`XCODE_EMBED_FRAMEWORKS_CODE_SIGN_ON_COPY` and
  8. :prop_tgt:`XCODE_EMBED_FRAMEWORKS_REMOVE_HEADERS_ON_COPY` target properties.