summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/XcodeProject-Embed/RunCMakeTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Xcode: Add support to embed XPC ServicesJonathan Earnshaw2023-11-291-0/+1
|
* Xcode: Add embed resources supporthalx992023-07-311-0/+22
|
* Xcode: Allow bundling extensionkit extensionsRussell Greene2022-11-181-0/+27
| | | | Fixes: #24150
* Xcode: add support for embedding dynamic librariesLucas SOLTIC2021-09-131-17/+19
|
* Xcode: Add support for embedding app extensionsAlexander Akhundzhanov2021-04-221-0/+31
| | | | Co-Authored-By: Craig Scott <craig.scott@crascit.com>
* Xcode: add support for embedding frameworksGusts Kaksis2020-11-281-0/+43
This commit also prepares for embedding things other than frameworks. In the future, we may want to embed resources and other types supported by Xcode, so the target properties have been documented in a way that clearly signals the future intent.