summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/XcFramework
Commit message (Collapse)AuthorAgeFilesLines
* Xcode: Fix linking against .xcframework from static librariesKyle Edwards2023-11-063-0/+12
| | | | Issue: #21752
* Tests: Fix RunCMake.XcFramework in symlinked paths with Xcode 15Brad King2023-09-261-2/+11
| | | | | The `xcodebuild -create-xcframework` tool in Xcode 15.0 fails to compute relative paths if the input paths have symlinks.
* Tests: Disable visionOS cases because Xcode 15.0 excludes supportBrad King2023-09-261-15/+20
| | | | | | | | | 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
* Tests: Clarify RunCMake.XcFramework conditions testing Xcode versionBrad King2023-09-261-7/+7
| | | | | | In commit 7050ac56a1 (macOS: Add support for linking against .xcframework folders, 2023-05-17) used conditions based on the AppleClang compiler version, but we actually want to check the Xcode version.
* Tests: Update tests to run in symlinked treeKyle Edwards2023-09-221-1/+2
|
* .xcframework: Check SupportedPlatformVariantKyle Edwards2023-08-1541-16/+70
|
* find_library(): Add support for .xcframeworkKyle Edwards2023-07-282-0/+15
| | | | Issue: #21752
* macOS: Add support for linking against .xcframework foldersKyle Edwards2023-07-2674-0/+258
Issue: #21752