2 "name": "ATInternet-Apple-SDK",
4 "summary": "AT Internet mobile analytics solution for Apple devices",
5 "homepage": "https://github.com/at-internet/atinternet-apple-sdk",
6 "documentation_url": "http://developers.atinternet-solutions.com/apple-en/getting-started-apple-en/operating-principle-apple-en/",
8 "authors": "AT Internet",
11 "git": "https://github.com/at-internet/atinternet-apple-sdk.git",
14 "module_name": "Tracker",
20 "static_framework": true,
21 "swift_version": "4.2",
25 "source_files": "ATInternetTracker/Sources/*.{h,m,swift}",
27 "ATInternetTracker/Sources/UIApplicationContext.swift",
28 "ATInternetTracker/Sources/UIViewControllerContext.swift",
29 "ATInternetTracker/Sources/SmartTrackerConfiguration.swift",
30 "ATInternetTracker/Sources/EventManager.swift",
31 "ATInternetTracker/Sources/GestureEvent.swift",
32 "ATInternetTracker/Sources/GestureOperation.swift",
33 "ATInternetTracker/Sources/PanEvent.swift",
34 "ATInternetTracker/Sources/PinchEvent.swift",
35 "ATInternetTracker/Sources/RefreshEvent.swift",
36 "ATInternetTracker/Sources/RotationEvent.swift",
37 "ATInternetTracker/Sources/ScreenEvent.swift",
38 "ATInternetTracker/Sources/ScreenOperation.swift",
39 "ATInternetTracker/Sources/ScreenRotationEvent.swift",
40 "ATInternetTracker/Sources/ScreenRotationOperation.swift",
41 "ATInternetTracker/Sources/DeviceRotationEvent.swift",
42 "ATInternetTracker/Sources/ScreenshotEvent.swift",
43 "ATInternetTracker/Sources/ScrollEvent.swift",
44 "ATInternetTracker/Sources/SwipeEvent.swift",
45 "ATInternetTracker/Sources/TapEvent.swift",
46 "ATInternetTracker/Sources/ApiS3.swift",
47 "ATInternetTracker/Sources/ConnectedState.swift",
48 "ATInternetTracker/Sources/DisconnectedState.swift",
49 "ATInternetTracker/Sources/LiveManager.swift",
50 "ATInternetTracker/Sources/Messages.swift",
51 "ATInternetTracker/Sources/PendingState.swift",
52 "ATInternetTracker/Sources/SocketEvents.swift",
53 "ATInternetTracker/Sources/SocketSender.swift",
54 "ATInternetTracker/Sources/IgnoredViews.swift",
55 "ATInternetTracker/Sources/SmartPopUp.swift",
56 "ATInternetTracker/Sources/SmartToolbar.swift",
57 "ATInternetTracker/Sources/NSObjectExtension.swift",
58 "ATInternetTracker/Sources/UIApplicationExtension.swift",
59 "ATInternetTracker/Sources/UIImageExtension.swift",
60 "ATInternetTracker/Sources/UIRefreshControlExtension.swift",
61 "ATInternetTracker/Sources/UISwitchExtension.swift",
62 "ATInternetTracker/Sources/UIViewControllerExtension.swift",
63 "ATInternetTracker/Sources/UIViewExtension.swift",
64 "ATInternetTracker/Sources/*.ttf",
65 "ATInternetTracker/Sources/App.swift",
66 "ATInternetTracker/Sources/Rotator.swift",
67 "ATInternetTracker/Sources/View.swift",
68 "ATInternetTracker/Sources/ATGestureRecognizer.m",
69 "ATInternetTracker/Sources/ATGestureRecognizer.h",
70 "ATInternetTracker/Sources/SmartTracker.h",
71 "ATInternetTracker/Sources/tvOSTracker.h",
72 "ATInternetTracker/Sources/watchOSTracker.h",
73 "ATInternetTracker/Sources/UILabelExtension.swift",
74 "ATInternetTracker/Sources/EventFactory.swift",
75 "ATInternetTracker/Sources/Sockets.swift",
76 "ATInternetTracker/Sources/JRSwizzle.h",
77 "ATInternetTracker/Sources/JRSwizzle.m",
78 "ATInternetTracker/Sources/KLCPopup.h",
79 "ATInternetTracker/Sources/KLCPopup.m",
80 "ATInternetTracker/Sources/SocketAckEmitter.swift",
81 "ATInternetTracker/Sources/SocketAckManager.swift",
82 "ATInternetTracker/Sources/SocketAnyEvent.swift",
83 "ATInternetTracker/Sources/SocketClientManager.swift",
84 "ATInternetTracker/Sources/SocketEngine.swift",
85 "ATInternetTracker/Sources/SocketEngineClient.swift",
86 "ATInternetTracker/Sources/SocketEnginePacketType.swift",
87 "ATInternetTracker/Sources/SocketEnginePollable.swift",
88 "ATInternetTracker/Sources/SocketEngineSpec.swift",
89 "ATInternetTracker/Sources/SocketEngineWebsocket.swift",
90 "ATInternetTracker/Sources/SocketEventHandler.swift",
91 "ATInternetTracker/Sources/SocketExtensions.swift",
92 "ATInternetTracker/Sources/SocketIOClient.swift",
93 "ATInternetTracker/Sources/SocketIOClientConfiguration.swift",
94 "ATInternetTracker/Sources/SocketIOClientOption.swift",
95 "ATInternetTracker/Sources/SocketIOClientSpec.swift",
96 "ATInternetTracker/Sources/SocketIOClientStatus.swift",
97 "ATInternetTracker/Sources/SocketLogger.swift",
98 "ATInternetTracker/Sources/SocketPacket.swift",
99 "ATInternetTracker/Sources/SocketParsable.swift",
100 "ATInternetTracker/Sources/SocketStringReader.swift",
101 "ATInternetTracker/Sources/SocketTypes.swift",
102 "ATInternetTracker/Sources/SSLSecurity.swift",
103 "ATInternetTracker/Sources/WebSocket.swift",
104 "ATInternetTracker/Sources/Compression.swift",
105 "ATInternetTracker/Sources/zlib/*",
106 "TrackerTests-Bridging-Header.h"
109 "ATInternetTracker/Sources/*.{plist,json}",
110 "ATInternetTracker/Sources/TrackerBundle.bundle"
117 "SystemConfiguration"
124 "name": "AppExtension",
125 "pod_target_xcconfig": {
126 "OTHER_SWIFT_FLAGS": "-DAT_EXTENSION"
128 "source_files": "ATInternetTracker/Sources/*.{h,m,swift}",
130 "ATInternetTracker/Sources/BackgroundTask.swift",
131 "ATInternetTracker/Sources/Debugger.swift",
132 "ATInternetTracker/Sources/TrackerTests-Bridging-Header.h",
133 "ATInternetTracker/Sources/UIApplicationContext.swift",
134 "ATInternetTracker/Sources/UIViewControllerContext.swift",
135 "ATInternetTracker/Sources/SmartTrackerConfiguration.swift",
136 "ATInternetTracker/Sources/EventManager.swift",
137 "ATInternetTracker/Sources/GestureEvent.swift",
138 "ATInternetTracker/Sources/GestureOperation.swift",
139 "ATInternetTracker/Sources/PanEvent.swift",
140 "ATInternetTracker/Sources/PinchEvent.swift",
141 "ATInternetTracker/Sources/RefreshEvent.swift",
142 "ATInternetTracker/Sources/RotationEvent.swift",
143 "ATInternetTracker/Sources/ScreenEvent.swift",
144 "ATInternetTracker/Sources/ScreenOperation.swift",
145 "ATInternetTracker/Sources/ScreenRotationEvent.swift",
146 "ATInternetTracker/Sources/ScreenRotationOperation.swift",
147 "ATInternetTracker/Sources/DeviceRotationEvent.swift",
148 "ATInternetTracker/Sources/ScreenshotEvent.swift",
149 "ATInternetTracker/Sources/ScrollEvent.swift",
150 "ATInternetTracker/Sources/SwipeEvent.swift",
151 "ATInternetTracker/Sources/TapEvent.swift",
152 "ATInternetTracker/Sources/ApiS3.swift",
153 "ATInternetTracker/Sources/ConnectedState.swift",
154 "ATInternetTracker/Sources/DisconnectedState.swift",
155 "ATInternetTracker/Sources/LiveManager.swift",
156 "ATInternetTracker/Sources/Messages.swift",
157 "ATInternetTracker/Sources/PendingState.swift",
158 "ATInternetTracker/Sources/SocketEvents.swift",
159 "ATInternetTracker/Sources/SocketSender.swift",
160 "ATInternetTracker/Sources/IgnoredViews.swift",
161 "ATInternetTracker/Sources/SmartPopUp.swift",
162 "ATInternetTracker/Sources/SmartToolbar.swift",
163 "ATInternetTracker/Sources/NSObjectExtension.swift",
164 "ATInternetTracker/Sources/UIApplicationExtension.swift",
165 "ATInternetTracker/Sources/UIImageExtension.swift",
166 "ATInternetTracker/Sources/UIRefreshControlExtension.swift",
167 "ATInternetTracker/Sources/UISwitchExtension.swift",
168 "ATInternetTracker/Sources/UIViewControllerExtension.swift",
169 "ATInternetTracker/Sources/UIViewExtension.swift",
170 "ATInternetTracker/Sources/*.ttf",
171 "ATInternetTracker/Sources/App.swift",
172 "ATInternetTracker/Sources/Rotator.swift",
173 "ATInternetTracker/Sources/View.swift",
174 "ATInternetTracker/Sources/ATGestureRecognizer.m",
175 "ATInternetTracker/Sources/ATGestureRecognizer.h",
176 "ATInternetTracker/Sources/SmartTracker.h",
177 "ATInternetTracker/Sources/tvOSTracker.h",
178 "ATInternetTracker/Sources/watchOSTracker.h",
179 "ATInternetTracker/Sources/UILabelExtension.swift",
180 "ATInternetTracker/Sources/EventFactory.swift",
181 "ATInternetTracker/Sources/Sockets.swift",
182 "ATInternetTracker/Sources/JRSwizzle.h",
183 "ATInternetTracker/Sources/JRSwizzle.m",
184 "ATInternetTracker/Sources/KLCPopup.h",
185 "ATInternetTracker/Sources/KLCPopup.m",
186 "ATInternetTracker/Sources/SocketAckEmitter.swift",
187 "ATInternetTracker/Sources/SocketAckManager.swift",
188 "ATInternetTracker/Sources/SocketAnyEvent.swift",
189 "ATInternetTracker/Sources/SocketClientManager.swift",
190 "ATInternetTracker/Sources/SocketEngine.swift",
191 "ATInternetTracker/Sources/SocketEngineClient.swift",
192 "ATInternetTracker/Sources/SocketEnginePacketType.swift",
193 "ATInternetTracker/Sources/SocketEnginePollable.swift",
194 "ATInternetTracker/Sources/SocketEngineSpec.swift",
195 "ATInternetTracker/Sources/SocketEngineWebsocket.swift",
196 "ATInternetTracker/Sources/SocketEventHandler.swift",
197 "ATInternetTracker/Sources/SocketExtensions.swift",
198 "ATInternetTracker/Sources/SocketIOClient.swift",
199 "ATInternetTracker/Sources/SocketIOClientConfiguration.swift",
200 "ATInternetTracker/Sources/SocketIOClientOption.swift",
201 "ATInternetTracker/Sources/SocketIOClientSpec.swift",
202 "ATInternetTracker/Sources/SocketIOClientStatus.swift",
203 "ATInternetTracker/Sources/SocketLogger.swift",
204 "ATInternetTracker/Sources/SocketPacket.swift",
205 "ATInternetTracker/Sources/SocketParsable.swift",
206 "ATInternetTracker/Sources/SocketStringReader.swift",
207 "ATInternetTracker/Sources/SocketTypes.swift",
208 "ATInternetTracker/Sources/SSLSecurity.swift",
209 "ATInternetTracker/Sources/WebSocket.swift",
210 "ATInternetTracker/Sources/Compression.swift",
211 "ATInternetTracker/Sources/zlib/*"
218 "SystemConfiguration",
225 "ATInternetTracker/Sources/*.{plist,json}",
226 "ATInternetTracker/Sources/TrackerBundle.bundle"
230 "name": "SmartTracker",
231 "source_files": "ATInternetTracker/Sources/*.{h,m,swift}",
233 "ATInternetTracker/Sources/JRSwizzle.h",
234 "ATInternetTracker/Sources/JRSwizzle.m",
235 "ATInternetTracker/Sources/KLCPopup.h",
236 "ATInternetTracker/Sources/KLCPopup.m",
237 "ATInternetTracker/Sources/SocketAckEmitter.swift",
238 "ATInternetTracker/Sources/SocketAckManager.swift",
239 "ATInternetTracker/Sources/SocketAnyEvent.swift",
240 "ATInternetTracker/Sources/SocketClientManager.swift",
241 "ATInternetTracker/Sources/SocketEngine.swift",
242 "ATInternetTracker/Sources/SocketEngineClient.swift",
243 "ATInternetTracker/Sources/SocketEnginePacketType.swift",
244 "ATInternetTracker/Sources/SocketEnginePollable.swift",
245 "ATInternetTracker/Sources/SocketEngineSpec.swift",
246 "ATInternetTracker/Sources/SocketEngineWebsocket.swift",
247 "ATInternetTracker/Sources/SocketEventHandler.swift",
248 "ATInternetTracker/Sources/SocketExtensions.swift",
249 "ATInternetTracker/Sources/SocketIOClient.swift",
250 "ATInternetTracker/Sources/SocketIOClientConfiguration.swift",
251 "ATInternetTracker/Sources/SocketIOClientOption.swift",
252 "ATInternetTracker/Sources/SocketIOClientSpec.swift",
253 "ATInternetTracker/Sources/SocketIOClientStatus.swift",
254 "ATInternetTracker/Sources/SocketLogger.swift",
255 "ATInternetTracker/Sources/SocketPacket.swift",
256 "ATInternetTracker/Sources/SocketParsable.swift",
257 "ATInternetTracker/Sources/SocketStringReader.swift",
258 "ATInternetTracker/Sources/SocketTypes.swift",
259 "ATInternetTracker/Sources/SSLSecurity.swift",
260 "ATInternetTracker/Sources/WebSocket.swift",
261 "ATInternetTracker/Sources/Compression.swift",
262 "ATInternetTracker/Sources/zlib/*",
263 "TrackerTests-Bridging-Header.h"
266 "ATInternetTracker/Sources/*.{plist,json,mp3,ttf}",
267 "ATInternetTracker/Sources/en.lproj",
268 "ATInternetTracker/Sources/fr.lproj",
269 "ATInternetTracker/Sources/TrackerBundle.bundle"
276 "SystemConfiguration",
284 "pod_target_xcconfig": {
285 "OTHER_SWIFT_FLAGS": "-DAT_SMART_TRACKER"
287 "libraries": "icucore",
295 "Socket.IO-Client-Swift": [
301 "name": "watchOSTracker",
302 "source_files": "ATInternetTracker/Sources/*.{h,m,swift}",
304 "ATInternetTracker/Sources/BackgroundTask.swift",
305 "ATInternetTracker/Sources/ATReachability.swift",
306 "ATInternetTracker/Sources/Debugger.swift",
307 "ATInternetTracker/Sources/TrackerTests-Bridging-Header.h",
308 "ATInternetTracker/Sources/UIApplicationContext.swift",
309 "ATInternetTracker/Sources/UIViewControllerContext.swift",
310 "ATInternetTracker/Sources/SmartTrackerConfiguration.swift",
311 "ATInternetTracker/Sources/EventManager.swift",
312 "ATInternetTracker/Sources/GestureEvent.swift",
313 "ATInternetTracker/Sources/GestureOperation.swift",
314 "ATInternetTracker/Sources/PanEvent.swift",
315 "ATInternetTracker/Sources/PinchEvent.swift",
316 "ATInternetTracker/Sources/RefreshEvent.swift",
317 "ATInternetTracker/Sources/RotationEvent.swift",
318 "ATInternetTracker/Sources/ScreenEvent.swift",
319 "ATInternetTracker/Sources/ScreenOperation.swift",
320 "ATInternetTracker/Sources/ScreenRotationEvent.swift",
321 "ATInternetTracker/Sources/ScreenRotationOperation.swift",
322 "ATInternetTracker/Sources/DeviceRotationEvent.swift",
323 "ATInternetTracker/Sources/ScreenshotEvent.swift",
324 "ATInternetTracker/Sources/ScrollEvent.swift",
325 "ATInternetTracker/Sources/SwipeEvent.swift",
326 "ATInternetTracker/Sources/TapEvent.swift",
327 "ATInternetTracker/Sources/ApiS3.swift",
328 "ATInternetTracker/Sources/ConnectedState.swift",
329 "ATInternetTracker/Sources/DisconnectedState.swift",
330 "ATInternetTracker/Sources/LiveManager.swift",
331 "ATInternetTracker/Sources/Messages.swift",
332 "ATInternetTracker/Sources/PendingState.swift",
333 "ATInternetTracker/Sources/SocketEvents.swift",
334 "ATInternetTracker/Sources/SocketSender.swift",
335 "ATInternetTracker/Sources/IgnoredViews.swift",
336 "ATInternetTracker/Sources/SmartPopUp.swift",
337 "ATInternetTracker/Sources/SmartToolbar.swift",
338 "ATInternetTracker/Sources/NSObjectExtension.swift",
339 "ATInternetTracker/Sources/UIApplicationExtension.swift",
340 "ATInternetTracker/Sources/UIImageExtension.swift",
341 "ATInternetTracker/Sources/UIRefreshControlExtension.swift",
342 "ATInternetTracker/Sources/UISwitchExtension.swift",
343 "ATInternetTracker/Sources/UIViewControllerExtension.swift",
344 "ATInternetTracker/Sources/UIViewExtension.swift",
345 "ATInternetTracker/Sources/*.ttf",
346 "ATInternetTracker/Sources/App.swift",
347 "ATInternetTracker/Sources/Rotator.swift",
348 "ATInternetTracker/Sources/View.swift",
349 "ATInternetTracker/Sources/ATGestureRecognizer.m",
350 "ATInternetTracker/Sources/ATGestureRecognizer.h",
351 "ATInternetTracker/Sources/SmartTracker.h",
352 "ATInternetTracker/Sources/tvOSTracker.h",
353 "ATInternetTracker/Sources/watchOSTracker.h",
354 "ATInternetTracker/Sources/UILabelExtension.swift",
355 "ATInternetTracker/Sources/EventFactory.swift",
356 "ATInternetTracker/Sources/Sockets.swift",
357 "ATInternetTracker/Sources/JRSwizzle.h",
358 "ATInternetTracker/Sources/JRSwizzle.m",
359 "ATInternetTracker/Sources/KLCPopup.h",
360 "ATInternetTracker/Sources/KLCPopup.m",
361 "ATInternetTracker/Sources/SocketAckEmitter.swift",
362 "ATInternetTracker/Sources/SocketAckManager.swift",
363 "ATInternetTracker/Sources/SocketAnyEvent.swift",
364 "ATInternetTracker/Sources/SocketClientManager.swift",
365 "ATInternetTracker/Sources/SocketEngine.swift",
366 "ATInternetTracker/Sources/SocketEngineClient.swift",
367 "ATInternetTracker/Sources/SocketEnginePacketType.swift",
368 "ATInternetTracker/Sources/SocketEnginePollable.swift",
369 "ATInternetTracker/Sources/SocketEngineSpec.swift",
370 "ATInternetTracker/Sources/SocketEngineWebsocket.swift",
371 "ATInternetTracker/Sources/SocketEventHandler.swift",
372 "ATInternetTracker/Sources/SocketExtensions.swift",
373 "ATInternetTracker/Sources/SocketIOClient.swift",
374 "ATInternetTracker/Sources/SocketIOClientConfiguration.swift",
375 "ATInternetTracker/Sources/SocketIOClientOption.swift",
376 "ATInternetTracker/Sources/SocketIOClientSpec.swift",
377 "ATInternetTracker/Sources/SocketIOClientStatus.swift",
378 "ATInternetTracker/Sources/SocketLogger.swift",
379 "ATInternetTracker/Sources/SocketPacket.swift",
380 "ATInternetTracker/Sources/SocketParsable.swift",
381 "ATInternetTracker/Sources/SocketStringReader.swift",
382 "ATInternetTracker/Sources/SocketTypes.swift",
383 "ATInternetTracker/Sources/SSLSecurity.swift",
384 "ATInternetTracker/Sources/WebSocket.swift",
385 "ATInternetTracker/Sources/Compression.swift",
386 "ATInternetTracker/Sources/zlib/*"
397 "ATInternetTracker/Sources/DefaultConfiguration.plist",
398 "ATInternetTracker/Sources/core.manifest.json"
402 "name": "tvOSTracker",
403 "source_files": "ATInternetTracker/Sources/*.{h,m,swift}",
405 "ATInternetTracker/Sources/UIApplicationContext.swift",
406 "ATInternetTracker/Sources/UIViewControllerContext.swift",
407 "ATInternetTracker/Sources/SmartTrackerConfiguration.swift",
408 "ATInternetTracker/Sources/EventManager.swift",
409 "ATInternetTracker/Sources/GestureEvent.swift",
410 "ATInternetTracker/Sources/GestureOperation.swift",
411 "ATInternetTracker/Sources/PanEvent.swift",
412 "ATInternetTracker/Sources/PinchEvent.swift",
413 "ATInternetTracker/Sources/RefreshEvent.swift",
414 "ATInternetTracker/Sources/RotationEvent.swift",
415 "ATInternetTracker/Sources/ScreenEvent.swift",
416 "ATInternetTracker/Sources/ScreenOperation.swift",
417 "ATInternetTracker/Sources/ScreenRotationEvent.swift",
418 "ATInternetTracker/Sources/ScreenRotationOperation.swift",
419 "ATInternetTracker/Sources/DeviceRotationEvent.swift",
420 "ATInternetTracker/Sources/ScreenshotEvent.swift",
421 "ATInternetTracker/Sources/ScrollEvent.swift",
422 "ATInternetTracker/Sources/SwipeEvent.swift",
423 "ATInternetTracker/Sources/TapEvent.swift",
424 "ATInternetTracker/Sources/ApiS3.swift",
425 "ATInternetTracker/Sources/ConnectedState.swift",
426 "ATInternetTracker/Sources/DisconnectedState.swift",
427 "ATInternetTracker/Sources/LiveManager.swift",
428 "ATInternetTracker/Sources/Messages.swift",
429 "ATInternetTracker/Sources/PendingState.swift",
430 "ATInternetTracker/Sources/SocketEvents.swift",
431 "ATInternetTracker/Sources/SocketSender.swift",
432 "ATInternetTracker/Sources/IgnoredViews.swift",
433 "ATInternetTracker/Sources/SmartPopUp.swift",
434 "ATInternetTracker/Sources/SmartToolbar.swift",
435 "ATInternetTracker/Sources/NSObjectExtension.swift",
436 "ATInternetTracker/Sources/UIApplicationExtension.swift",
437 "ATInternetTracker/Sources/UIImageExtension.swift",
438 "ATInternetTracker/Sources/UIRefreshControlExtension.swift",
439 "ATInternetTracker/Sources/UISwitchExtension.swift",
440 "ATInternetTracker/Sources/UIViewControllerExtension.swift",
441 "ATInternetTracker/Sources/UIViewExtension.swift",
442 "ATInternetTracker/Sources/*.ttf",
443 "ATInternetTracker/Sources/App.swift",
444 "ATInternetTracker/Sources/Rotator.swift",
445 "ATInternetTracker/Sources/View.swift",
446 "ATInternetTracker/Sources/ATGestureRecognizer.m",
447 "ATInternetTracker/Sources/ATGestureRecognizer.h",
448 "ATInternetTracker/Sources/SmartTracker.h",
449 "ATInternetTracker/Sources/tvOSTracker.h",
450 "ATInternetTracker/Sources/watchOSTracker.h",
451 "ATInternetTracker/Sources/UILabelExtension.swift",
452 "ATInternetTracker/Sources/EventFactory.swift",
453 "ATInternetTracker/Sources/Sockets.swift",
454 "ATInternetTracker/Sources/JRSwizzle.h",
455 "ATInternetTracker/Sources/JRSwizzle.m",
456 "ATInternetTracker/Sources/KLCPopup.h",
457 "ATInternetTracker/Sources/KLCPopup.m",
458 "ATInternetTracker/Sources/SocketAckEmitter.swift",
459 "ATInternetTracker/Sources/SocketAckManager.swift",
460 "ATInternetTracker/Sources/SocketAnyEvent.swift",
461 "ATInternetTracker/Sources/SocketClientManager.swift",
462 "ATInternetTracker/Sources/SocketEngine.swift",
463 "ATInternetTracker/Sources/SocketEngineClient.swift",
464 "ATInternetTracker/Sources/SocketEnginePacketType.swift",
465 "ATInternetTracker/Sources/SocketEnginePollable.swift",
466 "ATInternetTracker/Sources/SocketEngineSpec.swift",
467 "ATInternetTracker/Sources/SocketEngineWebsocket.swift",
468 "ATInternetTracker/Sources/SocketEventHandler.swift",
469 "ATInternetTracker/Sources/SocketExtensions.swift",
470 "ATInternetTracker/Sources/SocketIOClient.swift",
471 "ATInternetTracker/Sources/SocketIOClientConfiguration.swift",
472 "ATInternetTracker/Sources/SocketIOClientOption.swift",
473 "ATInternetTracker/Sources/SocketIOClientSpec.swift",
474 "ATInternetTracker/Sources/SocketIOClientStatus.swift",
475 "ATInternetTracker/Sources/SocketLogger.swift",
476 "ATInternetTracker/Sources/SocketPacket.swift",
477 "ATInternetTracker/Sources/SocketParsable.swift",
478 "ATInternetTracker/Sources/SocketStringReader.swift",
479 "ATInternetTracker/Sources/SocketTypes.swift",
480 "ATInternetTracker/Sources/SSLSecurity.swift",
481 "ATInternetTracker/Sources/WebSocket.swift",
482 "ATInternetTracker/Sources/Compression.swift",
483 "ATInternetTracker/Sources/zlib/*",
484 "ATInternetTracker/Sources/TrackerTests-Bridging-Header.h"
487 "ATInternetTracker/Sources/*.{plist,json,mp3,ttf}",
488 "ATInternetTracker/Sources/TrackerBundle.bundle"
494 "SystemConfiguration"