Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[visionOS] Fix Storage SDK build on Xcode 15 beta 6 (#11667)
In Xcode 15 beta 6, `#if os(iOS)` no longer evaluates to true when building for visionOS. Note: `TARGET_OS_IOS` continues to be defined so Objective-C code is unchanged.
- Loading branch information