Skip to content

Commit

Permalink
initial changes for Xcode13 UniformTypeIdentifiers Beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
tj_devel709 committed Jun 23, 2021
1 parent 6898920 commit f5e064d
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions src/uniformtypeidentifiers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,10 @@ interface UTTypes {
[Field ("UTTypePHPScript")]
UTType PhpScript { get; }

[Watch (8,0), TV (15,0), Mac (12,0), iOS (15,0), MacCatalyst (15,0)]
[Field ("UTTypeMakefile")]
UTType Makefile { get; }

[Field ("UTTypeJSON")]
UTType Json { get; }

Expand Down
1 change: 0 additions & 1 deletion tests/xtro-sharpie/MacCatalyst-UniformTypeIdentifiers.todo

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.

0 comments on commit f5e064d

Please sign in to comment.