1XCODE_EMBED_<type>_PATH
2-----------------------
3
4.. versionadded:: 3.20
5
6This property is used only by the :generator:`Xcode` generator.  When defined,
7it specifies the relative path to use when embedding the items specified by
8:prop_tgt:`XCODE_EMBED_<type>`.  The path is relative
9to the base location of the ``Embed XXX`` build phase associated with
10``<type>``.  See the Xcode documentation for the base location of each
11``<type>``.
12
13The supported values for ``<type>`` are:
14
15``FRAMEWORKS``
16
17``APP_EXTENSIONS``
18  .. versionadded:: 3.21
19