Skip to content

Commit

Permalink
[HomeKit] Add support for Xcode 15 beta 7 (#18878)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions Autoformatter <github-actions-autoformatter@xamarin.com>
  • Loading branch information
haritha-mohan and GitHub Actions Autoformatter committed Aug 31, 2023
1 parent 6c06fee commit a0da3e6
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 6 deletions.
5 changes: 5 additions & 0 deletions src/homekit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1120,6 +1120,11 @@ partial interface HMTrigger {
[Export ("actionSets", ArgumentSemantic.Copy)]
HMActionSet [] ActionSets { get; }

[Deprecated (PlatformName.MacOSX, 14, 0, message: "No longer supported.")]
[Deprecated (PlatformName.iOS, 17, 0, message: "No longer supported.")]
[Deprecated (PlatformName.WatchOS, 10, 0, message: "No longer supported.")]
[Deprecated (PlatformName.TvOS, 17, 0, message: "No longer supported.")]
[Deprecated (PlatformName.MacCatalyst, 17, 0, message: "No longer supported.")]
[NullAllowed, Export ("lastFireDate", ArgumentSemantic.Copy)]
NSDate LastFireDate { get; }

Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion tests/xtro-sharpie/api-annotations-dotnet/iOS-HomeKit.todo

This file was deleted.

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion tests/xtro-sharpie/tvOS-HomeKit.todo

This file was deleted.

1 change: 0 additions & 1 deletion tests/xtro-sharpie/watchOS-HomeKit.todo

This file was deleted.

1 comment on commit a0da3e6

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

Please sign in to comment.