Skip to content

Commit

Permalink
Add Darwin API backwards compat tests. (#23446)
Browse files Browse the repository at this point in the history
These make sure the various selectors that should be around are around, as much
as possible.

Also fixes a renaming bug that slipped through the cracks: The deprecated
"nodeID" on MTRDeviceControllerStartupParams should have been "nodeId".
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Nov 1, 2023
1 parent 185e33a commit 3822320
Show file tree
Hide file tree
Showing 5 changed files with 1,244 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ NS_ASSUME_NONNULL_BEGIN

@property (nonatomic, assign, readonly) uint64_t fabricId MTR_NEWLY_DEPRECATED("Please use fabricID");
@property (nonatomic, copy, nullable) NSNumber * vendorId MTR_NEWLY_DEPRECATED("Please use vendorID");
@property (nonatomic, copy, nullable) NSNumber * nodeID MTR_NEWLY_DEPRECATED("Please use nodeID");
@property (nonatomic, copy, nullable) NSNumber * nodeId MTR_NEWLY_DEPRECATED("Please use nodeID");

- (instancetype)initWithSigningKeypair:(id<MTRKeypair>)nocSigner
fabricId:(uint64_t)fabricId
Expand Down
Loading

0 comments on commit 3822320

Please sign in to comment.