Skip to content

Commit

Permalink
[UniformTypeIdentifiers] Add support for Xcode 15 beta 8 (#18942)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions Autoformatter <github-actions-autoformatter@xamarin.com>
  • Loading branch information
haritha-mohan and GitHub Actions Autoformatter authored Sep 8, 2023
1 parent f3db44e commit e9241bc
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 15 deletions.
4 changes: 4 additions & 0 deletions src/uniformtypeidentifiers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,10 @@ interface UTTypes {

[Field ("UTTypeLog")]
UTType Log { get; }

[Watch (10, 0), TV (17, 0), MacCatalyst (17, 0), Mac (14, 0), iOS (17, 0)]
[Field ("UTTypeAHAP")]
UTType Ahap { get; }
}

[Introduced (PlatformName.MacCatalyst, 14, 0)]
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

4 comments on commit e9241bc

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