summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/XcodeProject-Embed
Commit message (Collapse)AuthorAgeFilesLines
* Xcode: Add embedded plugins optionGusts Kaksis2021-11-103-0/+25
|
* Xcode: add support for embedding dynamic librariesLucas SOLTIC2021-09-137-24/+28
|
* Xcode: Add support for embedding app extensionsAlexander Akhundzhanov2021-04-228-0/+93
| | | | Co-Authored-By: Craig Scott <craig.scott@crascit.com>
* Tests: Factor out XcodeProject-Embed check function findAttribute()Craig Scott2021-04-114-39/+28
|
* Xcode: add support for embedding frameworksGusts Kaksis2020-11-2813-0/+130
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.