Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Split some RunCMake.XcodeProject cases into a separate test | Brad King | 2023-05-15 | 1 | -29/+0 |
| | | | | | | The `RunCMake.XcodeProject` has many cases and occasionally fails due to timeout. Move iOS and other device-specific cases to a new `RunCMake.XcodeProject-Device` test. | ||||
* | Tests: Update RunCMake.XcodeProject iOS cases for Xcode 14.0 | Brad King | 2022-09-30 | 1 | -1/+5 |
| | | | | Issue: #24011 | ||||
* | Fix iOS combined feature for single architecture targets | Ruslan Baratov | 2016-03-15 | 1 | -0/+25 |
If list of valid target architectures is empty for given SDK then there will be no VALID_ARCHS build setting returned by Xcode. Return "" (empty string) explicitly in this case. This may happens if CMAKE_IOS_INSTALL_COMBINED is ON but only one architecture used in target. |