Skip to content

Commit

Permalink
[LinkPresentation] Implement Xcode 16.0 beta 1, beta 2 and beta 3 cha…
Browse files Browse the repository at this point in the history
…nges. (#20887)

Note: there were no changes in beta 2 or beta 3.
  • Loading branch information
rolfbjarne authored Jul 12, 2024
1 parent 1506abd commit acb99cb
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 23 deletions.
3 changes: 2 additions & 1 deletion src/linkpresentation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public enum LPErrorCode : long {
MetadataFetchFailed,
MetadataFetchCancelled,
MetadataFetchTimedOut,
MetadataFetchNotAllowed,
}

[iOS (13, 0)]
Expand Down Expand Up @@ -86,7 +87,7 @@ interface LPLinkView {
}

[iOS (13, 0)]
[NoTV]
[TV (18, 0)]
[MacCatalyst (13, 1)]
[BaseType (typeof (NSObject))]
interface LPMetadataProvider {
Expand Down
1 change: 1 addition & 0 deletions tests/cecil-tests/Documentation.KnownFailures.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13096,6 +13096,7 @@ F:JavaScriptCore.JSType.Symbol
F:JavaScriptCore.JSType.Undefined
F:LinkPresentation.LPErrorCode.MetadataFetchCancelled
F:LinkPresentation.LPErrorCode.MetadataFetchFailed
F:LinkPresentation.LPErrorCode.MetadataFetchNotAllowed
F:LinkPresentation.LPErrorCode.MetadataFetchTimedOut
F:LinkPresentation.LPErrorCode.Unknown
F:LocalAuthentication.LAAccessControlOperation.CreateItem
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

9 changes: 0 additions & 9 deletions tests/xtro-sharpie/tvOS-LinkPresentation.todo

This file was deleted.

3 comments on commit acb99cb

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

🔥 [CI Build] Build failed 🔥

Build failed for the job 'Build packages'

Pipeline on Agent
Hash: acb99cb31bce007a1e7d3517fa0feea6f0822af9 [CI build]

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

🔥 [CI Build] Build failed 🔥

Build failed for the job 'Detect API changes'

Pipeline on Agent
Hash: acb99cb31bce007a1e7d3517fa0feea6f0822af9 [CI build]

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

🔥 [CI Build] Build failed 🔥

Build failed for the job 'Build macOS tests'

Pipeline on Agent
Hash: acb99cb31bce007a1e7d3517fa0feea6f0822af9 [CI build]

Please sign in to comment.