Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Xcode: Add support to embed XPC Services | Jonathan Earnshaw | 2023-11-29 | 5 | -0/+46 |
| | |||||
* | Xcode: Fix embed resources prop name | halx99 | 2023-11-28 | 1 | -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 support | halx99 | 2023-07-31 | 8 | -2/+49 |
| | |||||
* | Xcode: Allow bundling extensionkit extensions | Russell Greene | 2022-11-18 | 7 | -0/+72 |
| | | | | Fixes: #24150 | ||||
* | Xcode: Add embedded plugins option | Gusts Kaksis | 2021-11-10 | 3 | -0/+25 |
| | |||||
* | Xcode: add support for embedding dynamic libraries | Lucas SOLTIC | 2021-09-13 | 7 | -24/+28 |
| | |||||
* | Xcode: Add support for embedding app extensions | Alexander Akhundzhanov | 2021-04-22 | 8 | -0/+93 |
| | | | | Co-Authored-By: Craig Scott <craig.scott@crascit.com> | ||||
* | Tests: Factor out XcodeProject-Embed check function findAttribute() | Craig Scott | 2021-04-11 | 4 | -39/+28 |
| | |||||
* | Xcode: add support for embedding frameworks | Gusts Kaksis | 2020-11-28 | 13 | -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. |