Skip to content

Commit a351430

Browse files
[HomeKit] Implement Xcode 16.2 beta 1-3 changes. (#21715)
--------- Co-authored-by: Alex Soto <[email protected]>
1 parent bcee747 commit a351430

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

src/homekit.cs

+4
Original file line numberDiff line numberDiff line change
@@ -832,6 +832,10 @@ partial interface HMHome {
832832
[Export ("matterControllerXPCConnectBlock", ArgumentSemantic.Strong)]
833833
Func<NSXpcConnection> MatterControllerXPCConnectBlock { get; }
834834

835+
[TV (18, 2), iOS (18, 2), MacCatalyst (18, 2)]
836+
[Export ("matterStartupParametersXPCConnectBlock", ArgumentSemantic.Strong)]
837+
Func<NSXpcConnection> MatterStartupParametersXPCConnectHandler { get; }
838+
835839
// constants
836840

837841
[MacCatalyst (14, 0)]

tests/xtro-sharpie/api-annotations-dotnet/MacCatalyst-HomeKit.todo

-1
This file was deleted.

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

-1
This file was deleted.

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

-1
This file was deleted.

0 commit comments

Comments
 (0)