xcode_app_extensions.rst 582 B

1234567891011
  1. xcode_app_extensions
  2. --------------------
  3. * The :prop_tgt:`XCODE_EMBED_APP_EXTENSIONS <XCODE_EMBED_<type>>` target property
  4. was added to tell the :generator:`Xcode` generator to embed app extensions
  5. such as iMessage sticker packs.
  6. Aspects of the embedding can be customized with the
  7. :prop_tgt:`XCODE_EMBED_APP_EXTENSIONS_PATH <XCODE_EMBED_<type>>`,
  8. :prop_tgt:`XCODE_EMBED_APP_EXTENSIONS_CODE_SIGN_ON_COPY <XCODE_EMBED_<type>_CODE_SIGN_ON_COPY>` and
  9. :prop_tgt:`XCODE_EMBED_APP_EXTENSIONS_REMOVE_HEADERS_ON_COPY <XCODE_EMBED_<type>_REMOVE_HEADERS_ON_COPY>`
  10. properties.