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