Skip to content

Commit 13b56f0

Browse files
committed
[xcode16.1] Update TVServices all the way to Xcode 16.1 RC
1 parent 9b8f44a commit 13b56f0

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

src/tvservices.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,5 +390,9 @@ interface TVUserActivityType {
390390

391391
[Field ("TVUserActivityTypeBrowsingChannelGuide")]
392392
NSString BrowsingChannelGuide { get; }
393+
394+
[TV (18, 1)]
395+
[Field ("TVUserActivityTypeBrowsingEntertainmentContent")]
396+
NSString BrowsingEntertainmentContent { get; }
393397
}
394398
}

tests/cecil-tests/Documentation.KnownFailures.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77026,6 +77026,7 @@ P:TVServices.TVTopShelfSectionedContent.Sections
7702677026
P:TVServices.TVTopShelfSectionedItem.ImageShape
7702777027
P:TVServices.TVTopShelfSectionedItem.PlaybackProgress
7702877028
P:TVServices.TVUserActivityType.BrowsingChannelGuide
77029+
P:TVServices.TVUserActivityType.BrowsingEntertainmentContent
7702977030
P:TVServices.TVUserManager.CurrentUserIdentifier
7703077031
P:TVServices.TVUserManager.CurrentUserIdentifierDidChangeNotification
7703177032
P:TVServices.TVUserManager.ShouldStorePreferencesForCurrentUser

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

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

0 commit comments

Comments
 (0)