Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |