summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/XcodeProject-Device
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'backport-3.28-visionOS' into visionOSBrad King2024-02-092-26/+24
|\
| * Tests: Enable visionOS tests with Xcode 15.2Brad King2024-02-091-24/+22
| | | | | | | | | | | | Xcode 15.2 officially includes the visionOS SDKs. Fixes: #25266
| * Tests: Update RunCMake.XcodeProject-Device for visionOS in Xcode 15.1 betaBrad King2024-02-091-2/+2
| | | | | | | | The target identification macros changed since the 15.0 beta.
* | Tests: Fix clang -Wstrict-prototypes warningsBrad King2023-10-261-1/+1
|/
* Tests: Disable visionOS cases because Xcode 15.0 excludes supportBrad King2023-09-261-22/+24
| | | | | | | | | In commit 25977e177b (apple: add preliminary visionOS support, 2023-06-22) we added visionOS based on a Xcode 15 beta version, but the Xcode 15.0 final release did not include it. Disable the test cases until we can improve the condition to detect availability. Issue: #25266
* Xcode: reject legacy buildsystem for Xcode 14Gregor Jasny2023-08-311-2/+4
| | | | | | | | | | | With Xcode 14 support for the Legacy Build System has been removed and the BuildSystemType in the WorkspaceSettings is ignored. If CMake still generates projects targeted to the Lecacy Build System the build preparation phase will likely fail because Xcode for example misses any declared outputs from script invocations. This is a hard to debug problem and CMake should reject the invalid configuration instead.
* apple: add preliminary visionOS supportGregor Jasny2023-07-114-1/+34
|
* Tests: Split some RunCMake.XcodeProject cases into a separate testBrad King2023-05-1530-0/+821
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.