summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/XcodeProject-Embed
Commit message (Collapse)AuthorAgeFilesLines
* Xcode: Add support to embed XPC ServicesJonathan Earnshaw2023-11-295-0/+46
|
* Xcode: Fix embed resources prop namehalx992023-11-281-1/+1
| | | | | | | Fix commit e40d2cb3af (Xcode: Add embed resources support, 2023-07-31, v3.28.0-rc1~281^2). The implementation should not name the `_PATH` suffix explicitly. That variant is automatically handled by `cmGlobalXCodeGenerator::AddEmbeddedObjects`.
* Xcode: Add embed resources supporthalx992023-07-318-2/+49
|
* Xcode: Allow bundling extensionkit extensionsRussell Greene2022-11-187-0/+72
| | | | Fixes: #24150
* 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.