summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/XcodeProject/XcodeIOSInstallCombinedSingleArch-install-check.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Split some RunCMake.XcodeProject cases into a separate testBrad King2023-05-151-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.0Brad King2022-09-301-1/+5
| | | | Issue: #24011
* Fix iOS combined feature for single architecture targetsRuslan Baratov2016-03-151-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.