Skip to content

Commit 1194112

Browse files
committed
Update reserved word list as of Sonoma
1 parent 8205a63 commit 1194112

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Tools/ServiceGenerator/SGGenerator.m

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3727,6 +3727,12 @@ static void CheckReservedList(Class aClass,
37273727
// This seems to have been removed in Ventura: @"CKUnredactedDescription",
37283728
// -------------------- New as of Ventura --------------------
37293729
// None
3730+
// -------------------- New as of Sonoma --------------------
3731+
@"doubleValueSafe",
3732+
@"stringValueSafe",
3733+
@"boolValueSafe",
3734+
@"int64ValueSafe",
3735+
@"utf8ValueSafe",
37303736
];
37313737
// GTLRObject methods
37323738
NSArray *gtlrObjectReserved = @[

0 commit comments

Comments
 (0)