File tree 5 files changed +4318
-2182
lines changed
ffigen/lib/src/code_generator
5 files changed +4318
-2182
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,13 @@ class ObjCBuiltInFunctions {
54
54
'NSMutableData' ,
55
55
'NSMutableDictionary' ,
56
56
'NSMutableIndexSet' ,
57
+ 'NSMutableOrderedSet' ,
57
58
'NSMutableSet' ,
58
59
'NSMutableString' ,
59
60
'NSNotification' ,
60
61
'NSNumber' ,
61
62
'NSObject' ,
63
+ 'NSOrderedSet' ,
62
64
'NSProxy' ,
63
65
'NSSet' ,
64
66
'NSString' ,
@@ -83,6 +85,9 @@ class ObjCBuiltInFunctions {
83
85
'NSEnumerationOptions' ,
84
86
'NSItemProviderFileOptions' ,
85
87
'NSItemProviderRepresentationVisibility' ,
88
+ 'NSKeyValueChange' ,
89
+ 'NSKeyValueObservingOptions' ,
90
+ 'NSKeyValueSetMutationKind' ,
86
91
'NSOrderedCollectionDifferenceCalculationOptions' ,
87
92
'NSSortOptions' ,
88
93
'NSStringCompareOptions' ,
Original file line number Diff line number Diff line change @@ -32,11 +32,13 @@ objc-interfaces:
32
32
- NSMutableData
33
33
- NSMutableDictionary
34
34
- NSMutableIndexSet
35
+ - NSMutableOrderedSet
35
36
- NSMutableSet
36
37
- NSMutableString
37
38
- NSNotification
38
39
- NSNumber
39
40
- NSObject
41
+ - NSOrderedSet
40
42
- NSProxy
41
43
- NSSet
42
44
- NSString
63
65
- NSEnumerationOptions
64
66
- NSItemProviderFileOptions
65
67
- NSItemProviderRepresentationVisibility
68
+ - NSKeyValueChange
69
+ - NSKeyValueObservingOptions
70
+ - NSKeyValueSetMutationKind
66
71
- NSOrderedCollectionDifferenceCalculationOptions
67
72
- NSSortOptions
68
73
- NSStringCompareOptions
Original file line number Diff line number Diff line change @@ -43,18 +43,23 @@ export 'src/objective_c_bindings_generated.dart'
43
43
NSItemProvider,
44
44
NSItemProviderFileOptions,
45
45
NSItemProviderRepresentationVisibility,
46
+ NSKeyValueChange,
47
+ NSKeyValueObservingOptions,
48
+ NSKeyValueSetMutationKind,
46
49
NSLocale,
47
50
NSMethodSignature,
48
51
NSMutableArray,
49
52
NSMutableData,
50
53
NSMutableDictionary,
51
54
NSMutableIndexSet,
55
+ NSMutableOrderedSet,
52
56
NSMutableSet,
53
57
NSMutableString,
54
58
NSNotification,
55
59
NSNumber,
56
60
NSObject,
57
61
NSOrderedCollectionDifferenceCalculationOptions,
62
+ NSOrderedSet,
58
63
NSProxy,
59
64
NSRange,
60
65
NSSet,
You can’t perform that action at this time.
0 commit comments