Skip to content

Commit acb99cb

Browse files
authored
[LinkPresentation] Implement Xcode 16.0 beta 1, beta 2 and beta 3 changes. (#20887)
Note: there were no changes in beta 2 or beta 3.
1 parent 1506abd commit acb99cb

File tree

8 files changed

+3
-23
lines changed

8 files changed

+3
-23
lines changed

src/linkpresentation.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public enum LPErrorCode : long {
3535
MetadataFetchFailed,
3636
MetadataFetchCancelled,
3737
MetadataFetchTimedOut,
38+
MetadataFetchNotAllowed,
3839
}
3940

4041
[iOS (13, 0)]
@@ -86,7 +87,7 @@ interface LPLinkView {
8687
}
8788

8889
[iOS (13, 0)]
89-
[NoTV]
90+
[TV (18, 0)]
9091
[MacCatalyst (13, 1)]
9192
[BaseType (typeof (NSObject))]
9293
interface LPMetadataProvider {

tests/cecil-tests/Documentation.KnownFailures.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13096,6 +13096,7 @@ F:JavaScriptCore.JSType.Symbol
1309613096
F:JavaScriptCore.JSType.Undefined
1309713097
F:LinkPresentation.LPErrorCode.MetadataFetchCancelled
1309813098
F:LinkPresentation.LPErrorCode.MetadataFetchFailed
13099+
F:LinkPresentation.LPErrorCode.MetadataFetchNotAllowed
1309913100
F:LinkPresentation.LPErrorCode.MetadataFetchTimedOut
1310013101
F:LinkPresentation.LPErrorCode.Unknown
1310113102
F:LocalAuthentication.LAAccessControlOperation.CreateItem

tests/xtro-sharpie/api-annotations-dotnet/iOS-LinkPresentation.todo

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/xtro-sharpie/api-annotations-dotnet/macOS-LinkPresentation.todo

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/xtro-sharpie/api-annotations-dotnet/tvOS-LinkPresentation.todo

Lines changed: 0 additions & 9 deletions
This file was deleted.

tests/xtro-sharpie/iOS-LinkPresentation.todo

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/xtro-sharpie/macOS-LinkPresentation.todo

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/xtro-sharpie/tvOS-LinkPresentation.todo

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)