summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/XcodeProject-Embed/RunCMakeTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Xcode: Fix XCODE_EMBED_FRAMEWORKS when settings differ across targetsAleksei Sapitskii2024-12-061-0/+12
| | | | | | | | | In commit 5651901c54 (Xcode: add support for embedding frameworks, 2020-10-24, v3.20.0-rc1~402^2) we incorrectly reused `PBXBuildFile` instances when the same framework is embedded in multiple targets, causing target-specific settings to conflict. Fixes: #26438
* 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.