Skip to content

Commit

Permalink
[PhotosUI] Implement Xcode 16.0 beta 1-6 changes. (#21041)
Browse files Browse the repository at this point in the history
Note: there were no changes in beta 2, beta 3, beta 4, beta 5 or beta 6.
  • Loading branch information
rolfbjarne authored Aug 26, 2024
1 parent c40115f commit 6d6e5ec
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions src/photosui.cs
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,11 @@ interface PHPickerFilter : NSCopying {
[Export ("timelapseVideosFilter")]
PHPickerFilter TimelapseVideosFilter { get; }

[NoWatch, NoTV, Mac (15, 0), iOS (18, 0), MacCatalyst (18, 0)]
[Static]
[Export ("spatialMediaFilter")]
PHPickerFilter SpatialMediaFilter { get; }

[NoWatch, NoTV, Mac (13, 0), iOS (15, 0)]
[MacCatalyst (15, 0)]
[Static]
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion tests/xtro-sharpie/iOS-PhotosUI.todo

This file was deleted.

1 change: 0 additions & 1 deletion tests/xtro-sharpie/macOS-PhotosUI.todo

This file was deleted.

7 comments on commit 6d6e5ec

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

Please sign in to comment.