Skip to content

Commit

Permalink
[ImageIO] Implement Xcode 16 beta 4-6 changes. (#21136)
Browse files Browse the repository at this point in the history
Note: there were no changes in beta 5 or beta 6.
  • Loading branch information
rolfbjarne authored Aug 28, 2024
1 parent e9a895a commit 6bdd544
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 8 deletions.
5 changes: 5 additions & 0 deletions src/imageio.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2916,6 +2916,11 @@ interface CGImageDecodeOptions {
[Field ("kCGImageSourceDecodeToSDR")]
IntPtr DecodeToSDR { get; }

[iOS (18, 0), MacCatalyst (18, 0), TV (18, 0), Mac (15, 0), Watch (11, 0)]
[Internal]
[Field ("kCGImageSourceGenerateImageSpecificLumaScaling")]
IntPtr GenerateImageSpecificLumaScaling { get; }

[Internal]
[Field ("kCGImageSourceDecodeRequestOptions")]
IntPtr DecodeRequestOptions { get; }
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion tests/xtro-sharpie/api-annotations-dotnet/iOS-ImageIO.todo

This file was deleted.

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion tests/xtro-sharpie/tvOS-ImageIO.todo

This file was deleted.

1 change: 0 additions & 1 deletion tests/xtro-sharpie/watchOS-ImageIO.todo

This file was deleted.

8 comments on commit 6bdd544

@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.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

Please sign in to comment.