Skip to content

Commit d80759c

Browse files
[HomeKit] Update for Xcode 14 beta 4. (#15650)
1 parent 555a244 commit d80759c

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

tests/xtro-sharpie/api-annotations-dotnet/common-HomeKit.ignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@
99

1010
# Xcode headers say nullable but web docs do not. After testing, this parameter cannot be null.
1111
!missing-null-allowed! 'System.Void HomeKit.HMCharacteristic::WriteValue(Foundation.NSObject,System.Action`1<Foundation.NSError>)' is missing an [NullAllowed] on parameter #0
12+
13+
# CHIP is not bound yet and will be only when is stable
14+
!missing-selector! HMAccessorySetupRequest::matterPayload not bound
15+
!missing-selector! HMAccessorySetupRequest::setMatterPayload: not bound

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

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

tests/xtro-sharpie/common-HomeKit.ignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@
99

1010
# Xcode headers say nullable but web docs do not. After testing, this parameter cannot be null.
1111
!missing-null-allowed! 'System.Void HomeKit.HMCharacteristic::WriteValue(Foundation.NSObject,System.Action`1<Foundation.NSError>)' is missing an [NullAllowed] on parameter #0
12+
13+
# CHIP is not bound yet and will be only when is stable
14+
!missing-selector! HMAccessorySetupRequest::matterPayload not bound
15+
!missing-selector! HMAccessorySetupRequest::setMatterPayload: not bound

tests/xtro-sharpie/iOS-HomeKit.todo

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

0 commit comments

Comments
 (0)