File tree Expand file tree Collapse file tree 5 files changed +4318
-2182
lines changed
ffigen/lib/src/code_generator Expand file tree Collapse file tree 5 files changed +4318
-2182
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,13 @@ class ObjCBuiltInFunctions {
5454 'NSMutableData' ,
5555 'NSMutableDictionary' ,
5656 'NSMutableIndexSet' ,
57+ 'NSMutableOrderedSet' ,
5758 'NSMutableSet' ,
5859 'NSMutableString' ,
5960 'NSNotification' ,
6061 'NSNumber' ,
6162 'NSObject' ,
63+ 'NSOrderedSet' ,
6264 'NSProxy' ,
6365 'NSSet' ,
6466 'NSString' ,
@@ -83,6 +85,9 @@ class ObjCBuiltInFunctions {
8385 'NSEnumerationOptions' ,
8486 'NSItemProviderFileOptions' ,
8587 'NSItemProviderRepresentationVisibility' ,
88+ 'NSKeyValueChange' ,
89+ 'NSKeyValueObservingOptions' ,
90+ 'NSKeyValueSetMutationKind' ,
8691 'NSOrderedCollectionDifferenceCalculationOptions' ,
8792 'NSSortOptions' ,
8893 'NSStringCompareOptions' ,
Original file line number Diff line number Diff line change @@ -32,11 +32,13 @@ objc-interfaces:
3232 - NSMutableData
3333 - NSMutableDictionary
3434 - NSMutableIndexSet
35+ - NSMutableOrderedSet
3536 - NSMutableSet
3637 - NSMutableString
3738 - NSNotification
3839 - NSNumber
3940 - NSObject
41+ - NSOrderedSet
4042 - NSProxy
4143 - NSSet
4244 - NSString
6365 - NSEnumerationOptions
6466 - NSItemProviderFileOptions
6567 - NSItemProviderRepresentationVisibility
68+ - NSKeyValueChange
69+ - NSKeyValueObservingOptions
70+ - NSKeyValueSetMutationKind
6671 - NSOrderedCollectionDifferenceCalculationOptions
6772 - NSSortOptions
6873 - NSStringCompareOptions
Original file line number Diff line number Diff line change @@ -43,18 +43,23 @@ export 'src/objective_c_bindings_generated.dart'
4343 NSItemProvider,
4444 NSItemProviderFileOptions,
4545 NSItemProviderRepresentationVisibility,
46+ NSKeyValueChange,
47+ NSKeyValueObservingOptions,
48+ NSKeyValueSetMutationKind,
4649 NSLocale,
4750 NSMethodSignature,
4851 NSMutableArray,
4952 NSMutableData,
5053 NSMutableDictionary,
5154 NSMutableIndexSet,
55+ NSMutableOrderedSet,
5256 NSMutableSet,
5357 NSMutableString,
5458 NSNotification,
5559 NSNumber,
5660 NSObject,
5761 NSOrderedCollectionDifferenceCalculationOptions,
62+ NSOrderedSet,
5863 NSProxy,
5964 NSRange,
6065 NSSet,
You can’t perform that action at this time.
0 commit comments