PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` XCODE_EMBED_ ------------------ .. versionadded:: 3.20 Tell the :generator:`Xcode` generator to embed the specified list of items into the target bundle. ```` specifies the embed build phase to use. See the Xcode documentation for the base location of each ````. The supported values for ```` are: ``FRAMEWORKS`` The specified items will be added to the ``Embed Frameworks`` build phase. The items can be CMake target names or paths to frameworks or libraries. ``APP_EXTENSIONS`` .. versionadded:: 3.21 The specified items will be added to the ``Embed App Extensions`` build phase, with ``Destination`` set to ``PlugIns and Foundation Extensions`` They must be CMake target names. ``EXTENSIONKIT_EXTENSIONS`` .. versionadded:: 3.26 The specified items will be added to the ``Embed App Extensions`` build phase, with ``Destination`` set to ``ExtensionKit Extensions`` They must be CMake target names, and should likely have the ``XCODE_PRODUCT_TYPE`` target property set to ``com.apple.product-type.extensionkit-extension`` as well as the ``XCODE_EXPLICIT_FILE_TYPE`` to ``wrapper.extensionkit-extension`` ``PLUGINS`` .. versionadded:: 3.23 The specified items will be added to the ``Embed PlugIns`` build phase. They must be CMake target names. See also :prop_tgt:`XCODE_EMBED__PATH`, :prop_tgt:`XCODE_EMBED__REMOVE_HEADERS_ON_COPY` and :prop_tgt:`XCODE_EMBED__CODE_SIGN_ON_COPY`.