Skip to content

Commit 6d6e5ec

Browse files
authored
[PhotosUI] Implement Xcode 16.0 beta 1-6 changes. (#21041)
Note: there were no changes in beta 2, beta 3, beta 4, beta 5 or beta 6.
1 parent c40115f commit 6d6e5ec

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

src/photosui.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,11 @@ interface PHPickerFilter : NSCopying {
695695
[Export ("timelapseVideosFilter")]
696696
PHPickerFilter TimelapseVideosFilter { get; }
697697

698+
[NoWatch, NoTV, Mac (15, 0), iOS (18, 0), MacCatalyst (18, 0)]
699+
[Static]
700+
[Export ("spatialMediaFilter")]
701+
PHPickerFilter SpatialMediaFilter { get; }
702+
698703
[NoWatch, NoTV, Mac (13, 0), iOS (15, 0)]
699704
[MacCatalyst (15, 0)]
700705
[Static]

tests/xtro-sharpie/api-annotations-dotnet/MacCatalyst-PhotosUI.todo

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/xtro-sharpie/api-annotations-dotnet/iOS-PhotosUI.todo

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/xtro-sharpie/api-annotations-dotnet/macOS-PhotosUI.todo

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/xtro-sharpie/iOS-PhotosUI.todo

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/xtro-sharpie/macOS-PhotosUI.todo

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)