summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/xcode-ios-extensionkit.rst
blob: b77b4ec74646b293155f5078dd84ac264132a856 (plain)
1
2
3
4
5
6
7
8
9
10
11
xcode-ios-extensionkit
----------------------

* The :prop_tgt:`XCODE_EMBED_EXTENSIONKIT_EXTENSIONS <XCODE_EMBED_<type>>` target property
  was added to tell the :generator:`Xcode` generator to ExtensionKit-based extensions
  such as extensions using the Background Assets framework.
  Aspects of the embedding can be customized with the
  :prop_tgt:`XCODE_EMBED_EXTENSIONKIT_EXTENSIONS_PATH <XCODE_EMBED_<type>>`,
  :prop_tgt:`XCODE_EMBED_EXTENSIONKIT_EXTENSIONS_CODE_SIGN_ON_COPY <XCODE_EMBED_<type>_CODE_SIGN_ON_COPY>` and
  :prop_tgt:`XCODE_EMBED_EXTENSIONKIT_EXTENSIONS_REMOVE_HEADERS_ON_COPY <XCODE_EMBED_<type>_REMOVE_HEADERS_ON_COPY>`
  properties.