Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Xcode: Inherit Swift flags and compilation conditions | Ross Kilgariff | 2023-01-25 | 1 | -0/+5 |
| | | | | | | | | Extend the change from commit dfaf55fbfd (Xcode: add extra '$(inherited)' entries using InheritBuildSettingAttribute, 2021-05-03, v3.21.0-rc1~182^2) to cover Swift flags and compilation conditions, allowing CocoaPods and CMake to interoperate when used in the same project. | ||||
* | Xcode: add extra '$(inherited)' entries using InheritBuildSettingAttribute. | Danny Parker | 2021-05-05 | 1 | -0/+8 |
These have been added to: GCC_PREPROCESSOR_DEFINITIONS OTHER_CFLAGS OTHER_LDFLAGS This is to allow Cocoapods to work correctly as it uses xcconfig files to alter build settings in Xcode, and requires these build settings to inherit from their parent, not overwrite. |