You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/generators/swift5.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
32
32
|mapFileBinaryToData|[WARNING] This option will be removed and enabled by default in the future once we've enhanced the code to work with `Data` in all the different situations. Map File and Binary to Data (default: false)||false|
33
33
|nonPublicApi|Generates code with reduced access modifiers; allows embedding elsewhere without exposing non-public API calls to consumers.(default: false)||null|
34
34
|objcCompatible|Add additional properties and methods for Objective-C compatibility (default: false)||null|
35
+
|oneOfUnknownDefaultCase|Add unknownDefault case to oneOf enum (default: false)||false|
35
36
|podAuthors|Authors used for Podspec||null|
36
37
|podDescription|Description used for Podspec||null|
37
38
|podDocumentationURL|Documentation URL used for Podspec||null|
0 commit comments