Skip to content

Commit

Permalink
[UniformTypeIdentifiers] Implement Xcode 16.0 beta 1-6 changes. (#21068)
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 23, 2024
1 parent d5b7674 commit 6016b2c
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 56 deletions.
28 changes: 28 additions & 0 deletions src/uniformtypeidentifiers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@ interface UTTypes {
[Field ("UTTypeYAML")]
UTType Yaml { get; }

[Watch (11, 0), TV (18, 0), Mac (15, 0), iOS (18, 0), MacCatalyst (18, 0)]
[Field ("UTTypeCSS")]
UTType Css { get; }

[Field ("UTTypeSourceCode")]
UTType SourceCode { get; }

Expand Down Expand Up @@ -354,9 +358,21 @@ interface UTTypes {
[Field ("UTTypeHEIC")]
UTType Heic { get; }

[Watch (11, 0), TV (18, 0), Mac (15, 0), iOS (18, 0), MacCatalyst (18, 0)]
[Field ("UTTypeHEICS")]
UTType Heics { get; }

[Field ("UTTypeWebP")]
UTType WebP { get; }

[Watch (11, 0), TV (18, 0), Mac (15, 0), iOS (18, 0), MacCatalyst (18, 0)]
[Field ("UTTypeEXR")]
UTType Exr { get; }

[Watch (11, 0), TV (18, 0), Mac (15, 0), iOS (18, 0), MacCatalyst (18, 0)]
[Field ("UTTypeDNG")]
UTType Dng { get; }

[Field ("UTType3DContent")]
UTType ThreeDContent { get; }

Expand Down Expand Up @@ -492,6 +508,10 @@ interface UTTypes {
[Field ("UTTypeAppleArchive")]
UTType AppleArchive { get; }

[Watch (11, 0), TV (18, 0), Mac (15, 0), iOS (18, 0), MacCatalyst (18, 0)]
[Field ("UTTypeTarArchive")]
UTType TarArchive { get; }

[Field ("UTTypeSpreadsheet")]
UTType Spreadsheet { get; }

Expand Down Expand Up @@ -546,6 +566,14 @@ interface UTTypes {
[Watch (10, 0), TV (17, 0), MacCatalyst (17, 0), Mac (14, 0), iOS (17, 0)]
[Field ("UTTypeAHAP")]
UTType Ahap { get; }

[Watch (11, 0), TV (18, 0), Mac (15, 0), iOS (18, 0), MacCatalyst (18, 0)]
[Field ("UTTypeGeoJSON")]
UTType GeoJson { get; }

[Watch (11, 0), TV (18, 0), Mac (15, 0), iOS (18, 0), MacCatalyst (18, 0)]
[Field ("UTTypeLinkPresentationMetadata")]
UTType LinkPresentationMetadata { get; }
}

[Introduced (PlatformName.MacCatalyst, 14, 0)]
Expand Down
7 changes: 7 additions & 0 deletions tests/cecil-tests/Documentation.KnownFailures.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76055,23 +76055,28 @@ P:UniformTypeIdentifiers.UTTypes.Content
P:UniformTypeIdentifiers.UTTypes.CPlusPlusHeader
P:UniformTypeIdentifiers.UTTypes.CPlusPlusSource
P:UniformTypeIdentifiers.UTTypes.CSource
P:UniformTypeIdentifiers.UTTypes.Css
P:UniformTypeIdentifiers.UTTypes.Data
P:UniformTypeIdentifiers.UTTypes.Database
P:UniformTypeIdentifiers.UTTypes.DelimitedText
P:UniformTypeIdentifiers.UTTypes.Directory
P:UniformTypeIdentifiers.UTTypes.DiskImage
P:UniformTypeIdentifiers.UTTypes.Dng
P:UniformTypeIdentifiers.UTTypes.EmailMessage
P:UniformTypeIdentifiers.UTTypes.Epub
P:UniformTypeIdentifiers.UTTypes.Exe
P:UniformTypeIdentifiers.UTTypes.Executable
P:UniformTypeIdentifiers.UTTypes.Exr
P:UniformTypeIdentifiers.UTTypes.FileUrl
P:UniformTypeIdentifiers.UTTypes.FlatRtfd
P:UniformTypeIdentifiers.UTTypes.Folder
P:UniformTypeIdentifiers.UTTypes.Font
P:UniformTypeIdentifiers.UTTypes.Framework
P:UniformTypeIdentifiers.UTTypes.GeoJson
P:UniformTypeIdentifiers.UTTypes.Gif
P:UniformTypeIdentifiers.UTTypes.Gzip
P:UniformTypeIdentifiers.UTTypes.Heic
P:UniformTypeIdentifiers.UTTypes.Heics
P:UniformTypeIdentifiers.UTTypes.Heif
P:UniformTypeIdentifiers.UTTypes.Html
P:UniformTypeIdentifiers.UTTypes.Icns
Expand All @@ -76082,6 +76087,7 @@ P:UniformTypeIdentifiers.UTTypes.Item
P:UniformTypeIdentifiers.UTTypes.JavaScript
P:UniformTypeIdentifiers.UTTypes.Jpeg
P:UniformTypeIdentifiers.UTTypes.Json
P:UniformTypeIdentifiers.UTTypes.LinkPresentationMetadata
P:UniformTypeIdentifiers.UTTypes.LivePhoto
P:UniformTypeIdentifiers.UTTypes.Log
P:UniformTypeIdentifiers.UTTypes.M3uPlaylist
Expand Down Expand Up @@ -76132,6 +76138,7 @@ P:UniformTypeIdentifiers.UTTypes.SwiftSource
P:UniformTypeIdentifiers.UTTypes.SymbolicLink
P:UniformTypeIdentifiers.UTTypes.SystemPreferencesPane
P:UniformTypeIdentifiers.UTTypes.TabSeparatedText
P:UniformTypeIdentifiers.UTTypes.TarArchive
P:UniformTypeIdentifiers.UTTypes.Text
P:UniformTypeIdentifiers.UTTypes.ThreeDContent
P:UniformTypeIdentifiers.UTTypes.Tiff
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions tests/xtro-sharpie/iOS-UniformTypeIdentifiers.todo

This file was deleted.

7 changes: 0 additions & 7 deletions tests/xtro-sharpie/macOS-UniformTypeIdentifiers.todo

This file was deleted.

7 changes: 0 additions & 7 deletions tests/xtro-sharpie/tvOS-UniformTypeIdentifiers.todo

This file was deleted.

7 changes: 0 additions & 7 deletions tests/xtro-sharpie/watchOS-UniformTypeIdentifiers.todo

This file was deleted.

8 comments on commit 6016b2c

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