We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8205a63 commit 1194112Copy full SHA for 1194112
Tools/ServiceGenerator/SGGenerator.m
@@ -3727,6 +3727,12 @@ static void CheckReservedList(Class aClass,
3727
// This seems to have been removed in Ventura: @"CKUnredactedDescription",
3728
// -------------------- New as of Ventura --------------------
3729
// None
3730
+ // -------------------- New as of Sonoma --------------------
3731
+ @"doubleValueSafe",
3732
+ @"stringValueSafe",
3733
+ @"boolValueSafe",
3734
+ @"int64ValueSafe",
3735
+ @"utf8ValueSafe",
3736
];
3737
// GTLRObject methods
3738
NSArray *gtlrObjectReserved = @[
0 commit comments