| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Issue: #21752
|
|
|
|
|
| |
The `xcodebuild -create-xcframework` tool in Xcode 15.0 fails to
compute relative paths if the input paths have symlinks.
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
Issue: #21752
|
|
Issue: #21752
|