Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'backport-3.28-visionOS' into visionOS | Brad King | 2024-02-09 | 1 | -20/+15 |
|\ | |||||
| * | Tests: Enable visionOS tests with Xcode 15.2 | Brad King | 2024-02-09 | 1 | -20/+15 |
| | | | | | | | | | | | | Xcode 15.2 officially includes the visionOS SDKs. Fixes: #25266 | ||||
* | | Tests/RunCMake/XcFramework: Add iOS and iOS Simulator to .xcfw | Kyle Edwards | 2023-12-11 | 1 | -6/+51 |
| | | |||||
* | | CMakePackageConfigHelpers: Add generate_apple_platform_selection_file() | Kyle Edwards | 2023-11-15 | 1 | -0/+22 |
| | | | | | | | | Issue: #25262 | ||||
* | | install(EXPORT): Add ability to point to .xcframework file | Kyle Edwards | 2023-11-15 | 1 | -0/+103 |
|/ | | | | Issue: #25262 | ||||
* | Tests: Fix RunCMake.XcFramework in symlinked paths with Xcode 15 | Brad King | 2023-09-26 | 1 | -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 support | Brad King | 2023-09-26 | 1 | -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 version | Brad King | 2023-09-26 | 1 | -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 SupportedPlatformVariant | Kyle Edwards | 2023-08-15 | 1 | -16/+30 |
| | |||||
* | find_library(): Add support for .xcframework | Kyle Edwards | 2023-07-28 | 1 | -0/+10 |
| | | | | Issue: #21752 | ||||
* | macOS: Add support for linking against .xcframework folders | Kyle Edwards | 2023-07-26 | 1 | -0/+83 |
Issue: #21752 |