Skip to content

Commit 65c0045

Browse files
authored
Merge pull request #17 from matsoftware/issue-n-15
Added Xcode 11 frameworks
2 parents 4e21ce7 + 1396d14 commit 65c0045

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

swift_code_metrics/_helpers.py

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class AnalyzerHelpers:
3333
'AudioToolbox',
3434
'AudioUnit',
3535
'AuthenticationServices',
36+
'BackgroundTasks',
3637
'BusinessChat',
3738
'CFNetwork',
3839
'CallKit',
@@ -42,16 +43,19 @@ class AnalyzerHelpers:
4243
'CloudKit',
4344
'Collaboration',
4445
'ColorSync',
46+
'Combine',
4547
'Compression',
4648
'Contacts',
4749
'ContactsUI',
4850
'CoreAnimation',
4951
'CoreAudio',
52+
'CoreAudioTypes',
5053
'CoreAudioKit',
5154
'CoreBluetooth',
5255
'CoreData',
5356
'CoreFoundation',
5457
'CoreGraphics',
58+
'CoreHaptics',
5559
'CoreImage',
5660
'CoreLocation',
5761
'CoreMIDI',
@@ -67,13 +71,17 @@ class AnalyzerHelpers:
6771
'CoreWLAN',
6872
'CreateML',
6973
'CryptoTokenKit',
74+
'CryptoKit',
7075
'DarwinNotify',
7176
'DeviceCheck',
7277
'DiskArbitration',
7378
'Dispatch',
79+
'DriverKit',
80+
'EndpointSecurity',
7481
'EventKit',
7582
'EventKitUI',
7683
'ExceptionHandling',
84+
'ExecutionPolicy',
7785
'ExternalAccessory',
7886
'FWAUserLib',
7987
'FileProvider',
@@ -87,43 +95,52 @@ class AnalyzerHelpers:
8795
'GameController',
8896
'GameKit',
8997
'GameplayKit',
90-
'HTTPLiveStreaming',
9198
'HealthKit',
99+
'HIDDriverKit',
92100
'HomeKit',
101+
'HTTPLiveStreaming',
93102
'Hypervisor',
94103
'IOBluetooth',
95104
'IOBluetoothUI',
96105
'IOKit',
97106
'IOSurface',
107+
'IOUSBHost',
98108
'InputMethodKit',
99109
'JavaScriptCore',
100110
'Kernel',
101111
'LatentSemanticMapping',
112+
'LinkPresentation',
102113
'LocalAuthentication',
114+
'Logging',
103115
'MapKit',
104116
'MediaAccessibility',
105117
'MediaLibrary',
106118
'MediaPlayer',
107119
'MessageUI',
108120
'Messages',
109121
'MetalKit',
122+
'MetricKit',
110123
'MobileCoreServices',
111124
'MultipeerConnectivity',
112125
'NaturalLanguage',
113126
'Network',
114127
'NetworkExtension',
128+
'NetworkingDriverKit',
115129
'NewsstandKit',
116130
'NotificationCenter',
117131
'ObjectiveC',
118132
'OpenDirectory',
119133
'OpenGL',
120134
'PDFKit',
121135
'PassKit',
136+
'PencilKit',
122137
'PhotoKit',
123138
'PushKit',
124139
'QTKit',
125140
'QuartzCore',
126141
'QuickLook',
142+
'QuickLookThumbnailing',
143+
'RealityKit',
127144
'ReplayKit',
128145
'SMS',
129146
'SafariServices',
@@ -135,20 +152,25 @@ class AnalyzerHelpers:
135152
'ServiceManagement',
136153
'SiriKit',
137154
'Social',
155+
'SoundAnalysis',
138156
'Speech',
139157
'SpriteKit',
140158
'StoreKit',
141159
'SystemConfiguration',
160+
'SystemExtensions',
161+
'SwiftUI',
142162
'TVML',
143163
'TVMLKit JS',
144164
'TVMLKit',
145165
'TVServices',
146166
'TVUIKit',
167+
'USBDriverKit',
147168
'UIKit',
148169
'UserNotifications',
149170
'UserNotificationsUI',
150171
'VideoToolbox',
151172
'Vision',
173+
'VisionKit',
152174
'WatchConnectivity',
153175
'WatchKit',
154176
'WebKit',

0 commit comments

Comments
 (0)