summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/XcFramework/RunCMakeTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'backport-3.28-visionOS' into visionOSBrad King2024-02-091-20/+15
|\
| * Tests: Enable visionOS tests with Xcode 15.2Brad King2024-02-091-20/+15
| | | | | | | | | | | | Xcode 15.2 officially includes the visionOS SDKs. Fixes: #25266
* | Tests/RunCMake/XcFramework: Add iOS and iOS Simulator to .xcfwKyle Edwards2023-12-111-6/+51
| |
* | CMakePackageConfigHelpers: Add generate_apple_platform_selection_file()Kyle Edwards2023-11-151-0/+22
| | | | | | | | Issue: #25262
* | install(EXPORT): Add ability to point to .xcframework fileKyle Edwards2023-11-151-0/+103
|/ | | | Issue: #25262
* 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.
* .xcframework: Check SupportedPlatformVariantKyle Edwards2023-08-151-16/+30
|
* find_library(): Add support for .xcframeworkKyle Edwards2023-07-281-0/+10
| | | | Issue: #21752
* macOS: Add support for linking against .xcframework foldersKyle Edwards2023-07-261-0/+83
Issue: #21752