Skip to content

Commit 306a462

Browse files
committed
Add new NSObject api detected on Sequoia
1 parent d264873 commit 306a462

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tools/ServiceGenerator/SGGenerator.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3733,6 +3733,8 @@ static void CheckReservedList(Class aClass,
37333733
@"boolValueSafe",
37343734
@"int64ValueSafe",
37353735
@"utf8ValueSafe",
3736+
// -------------------- New as of Sequoia --------------------
3737+
@"CA_initialize_for_decoding"
37363738
];
37373739
// GTLRObject methods
37383740
NSArray *gtlrObjectReserved = @[

0 commit comments

Comments
 (0)