Skip to content

Commit

Permalink
Add new NSObject api detected on Sequoia
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvl committed Jan 8, 2025
1 parent d264873 commit 306a462
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tools/ServiceGenerator/SGGenerator.m
Original file line number Diff line number Diff line change
Expand Up @@ -3733,6 +3733,8 @@ static void CheckReservedList(Class aClass,
@"boolValueSafe",
@"int64ValueSafe",
@"utf8ValueSafe",
// -------------------- New as of Sequoia --------------------
@"CA_initialize_for_decoding"
];
// GTLRObject methods
NSArray *gtlrObjectReserved = @[
Expand Down

0 comments on commit 306a462

Please sign in to comment.