xcode-ios-extensionkit.rst 657 B

1234567891011
  1. xcode-ios-extensionkit
  2. ----------------------
  3. * The :prop_tgt:`XCODE_EMBED_EXTENSIONKIT_EXTENSIONS <XCODE_EMBED_<type>>` target property
  4. was added to tell the :generator:`Xcode` generator to ExtensionKit-based extensions
  5. such as extensions using the Background Assets framework.
  6. Aspects of the embedding can be customized with the
  7. :prop_tgt:`XCODE_EMBED_EXTENSIONKIT_EXTENSIONS_PATH <XCODE_EMBED_<type>>`,
  8. :prop_tgt:`XCODE_EMBED_EXTENSIONKIT_EXTENSIONS_CODE_SIGN_ON_COPY <XCODE_EMBED_<type>_CODE_SIGN_ON_COPY>` and
  9. :prop_tgt:`XCODE_EMBED_EXTENSIONKIT_EXTENSIONS_REMOVE_HEADERS_ON_COPY <XCODE_EMBED_<type>_REMOVE_HEADERS_ON_COPY>`
  10. properties.