Skip to content

Commit

Permalink
initial changes for Xcode13 UniformTypeIdentifiers Beta1 (#12008)
Browse files Browse the repository at this point in the history
Co-authored-by: tj_devel709 <antlambe@microsoft.com>
  • Loading branch information
tj-devel709 and tj_devel709 authored Jun 23, 2021
1 parent c4d5433 commit 7130a5a
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.

1 comment on commit 7130a5a

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 Tests failed catastrophically on Build (no summary found). 🔥

Result file $(TEST_SUMMARY_PATH) not found.

Pipeline on Agent
initial changes for Xcode13 UniformTypeIdentifiers Beta1 (#12008)

Please sign in to comment.