|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 45AE41D22D7649F800388548 /* MockAnalyticsService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45AE41D12D7649EE00388548 /* MockAnalyticsService.swift */; }; |
10 | 11 | 45CD0C2C2D64F08F0072C5A4 /* FPTIBatchData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45CD0C2B2D64F0810072C5A4 /* FPTIBatchData.swift */; };
|
11 | 12 | 45CD0C2E2D664D140072C5A4 /* Date+MilisecondTimestamp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45CD0C2D2D664CF50072C5A4 /* Date+MilisecondTimestamp.swift */; };
|
12 | 13 | 45CD0C302D6788A10072C5A4 /* Bundle+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45CD0C2F2D67888F0072C5A4 /* Bundle+Extension.swift */; };
|
13 | 14 | 45CD0C322D6793FB0072C5A4 /* PopupBridgeAnalytics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45CD0C312D6793F90072C5A4 /* PopupBridgeAnalytics.swift */; };
|
| 15 | + 45FBAF272D6F9CCF000D550B /* AnalyticsService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45FBAF262D6F9CC6000D550B /* AnalyticsService.swift */; }; |
| 16 | + 45FBAF292D701AFE000D550B /* Sessionable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45FBAF282D701AF7000D550B /* Sessionable.swift */; }; |
| 17 | + 45FBAF2B2D701B12000D550B /* NetworkError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45FBAF2A2D701B0D000D550B /* NetworkError.swift */; }; |
| 18 | + 45FBAF2F2D701E24000D550B /* MockSessionable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45FBAF2E2D701E1D000D550B /* MockSessionable.swift */; }; |
| 19 | + 45FBAF352D70CFB6000D550B /* AnalyticsService_Test.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45FBAF342D70CFB6000D550B /* AnalyticsService_Test.swift */; }; |
14 | 20 | 45FC74C22D8347B500E50035 /* UIApplication+URLOpener.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45FC74C12D8347AA00E50035 /* UIApplication+URLOpener.swift */; };
|
15 | 21 | 62D5EC522B9F753100D09C5D /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 62D5EC512B9F753100D09C5D /* PrivacyInfo.xcprivacy */; };
|
16 | 22 | 79DB9F7F53319F206CDE119E /* Pods_UnitTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28245E4F1AC5126D54985D88 /* Pods_UnitTests.framework */; };
|
|
31 | 37 |
|
32 | 38 | /* Begin PBXFileReference section */
|
33 | 39 | 28245E4F1AC5126D54985D88 /* Pods_UnitTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_UnitTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
| 40 | + 45AE41D12D7649EE00388548 /* MockAnalyticsService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockAnalyticsService.swift; sourceTree = "<group>"; }; |
34 | 41 | 45CD0C2B2D64F0810072C5A4 /* FPTIBatchData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FPTIBatchData.swift; sourceTree = "<group>"; };
|
35 | 42 | 45CD0C2D2D664CF50072C5A4 /* Date+MilisecondTimestamp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Date+MilisecondTimestamp.swift"; sourceTree = "<group>"; };
|
36 | 43 | 45CD0C2F2D67888F0072C5A4 /* Bundle+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Bundle+Extension.swift"; sourceTree = "<group>"; };
|
37 | 44 | 45CD0C312D6793F90072C5A4 /* PopupBridgeAnalytics.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PopupBridgeAnalytics.swift; sourceTree = "<group>"; };
|
| 45 | + 45FBAF262D6F9CC6000D550B /* AnalyticsService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnalyticsService.swift; sourceTree = "<group>"; }; |
| 46 | + 45FBAF282D701AF7000D550B /* Sessionable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Sessionable.swift; sourceTree = "<group>"; }; |
| 47 | + 45FBAF2A2D701B0D000D550B /* NetworkError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkError.swift; sourceTree = "<group>"; }; |
| 48 | + 45FBAF2E2D701E1D000D550B /* MockSessionable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockSessionable.swift; sourceTree = "<group>"; }; |
| 49 | + 45FBAF342D70CFB6000D550B /* AnalyticsService_Test.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnalyticsService_Test.swift; sourceTree = "<group>"; }; |
38 | 50 | 45FC74C12D8347AA00E50035 /* UIApplication+URLOpener.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIApplication+URLOpener.swift"; sourceTree = "<group>"; };
|
39 | 51 | 4EF7C7DDAB0B99FF28DD6541 /* Pods-UnitTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-UnitTests.debug.xcconfig"; path = "Target Support Files/Pods-UnitTests/Pods-UnitTests.debug.xcconfig"; sourceTree = "<group>"; };
|
40 | 52 | 6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
|
96 | 108 | path = Pods;
|
97 | 109 | sourceTree = "<group>";
|
98 | 110 | };
|
| 111 | + 45FC74C32D84922F00E50035 /* Analytics */ = { |
| 112 | + isa = PBXGroup; |
| 113 | + children = ( |
| 114 | + 45FBAF262D6F9CC6000D550B /* AnalyticsService.swift */, |
| 115 | + 45CD0C2B2D64F0810072C5A4 /* FPTIBatchData.swift */, |
| 116 | + 45CD0C312D6793F90072C5A4 /* PopupBridgeAnalytics.swift */, |
| 117 | + ); |
| 118 | + path = Analytics; |
| 119 | + sourceTree = "<group>"; |
| 120 | + }; |
99 | 121 | 6003F581195388D10070C39A = {
|
100 | 122 | isa = PBXGroup;
|
101 | 123 | children = (
|
|
153 | 175 | A775A07D1DEE4E7E009E67C2 /* UnitTests */ = {
|
154 | 176 | isa = PBXGroup;
|
155 | 177 | children = (
|
| 178 | + 45FBAF342D70CFB6000D550B /* AnalyticsService_Test.swift */, |
156 | 179 | A775A0801DEE4E7E009E67C2 /* Info.plist */,
|
| 180 | + 45AE41D12D7649EE00388548 /* MockAnalyticsService.swift */, |
157 | 181 | BE2524552A17FB9F00168D77 /* MockScriptMessage.swift */,
|
| 182 | + 45FBAF2E2D701E1D000D550B /* MockSessionable.swift */, |
158 | 183 | BE2524532A17DFCC00168D77 /* MockUserContentController.swift */,
|
159 | 184 | BEF9ED202A2A4896005D54AB /* MockWebAuthenticationSession.swift */,
|
160 | 185 | BE2524512A17DF8200168D77 /* PopupBridge_UnitTests.swift */,
|
|
165 | 190 | A775A08C1DEE4EF0009E67C2 /* PopupBridge */ = {
|
166 | 191 | isa = PBXGroup;
|
167 | 192 | children = (
|
168 |
| - 45FC74C12D8347AA00E50035 /* UIApplication+URLOpener.swift */, |
| 193 | + 45FC74C32D84922F00E50035 /* Analytics */, |
169 | 194 | 45CD0C2F2D67888F0072C5A4 /* Bundle+Extension.swift */,
|
170 | 195 | 45CD0C2D2D664CF50072C5A4 /* Date+MilisecondTimestamp.swift */,
|
171 |
| - 45CD0C2B2D64F0810072C5A4 /* FPTIBatchData.swift */, |
| 196 | + 45FBAF2A2D701B0D000D550B /* NetworkError.swift */, |
172 | 197 | 800A09D72995F143003ED16E /* POPPopupBridge.swift */,
|
173 | 198 | A79330F01DF0F98F00EE479D /* PopupBridge-Framework-Info.plist */,
|
174 |
| - 45CD0C312D6793F90072C5A4 /* PopupBridgeAnalytics.swift */, |
175 | 199 | BEF9ED222A2A6A2C005D54AB /* PopupBridgeConstants.swift */,
|
176 | 200 | 8079D7192996F6C200A2E336 /* PopupBridgeUserScript.swift */,
|
177 | 201 | 62D5EC512B9F753100D09C5D /* PrivacyInfo.xcprivacy */,
|
| 202 | + 45FBAF282D701AF7000D550B /* Sessionable.swift */, |
| 203 | + 45FC74C12D8347AA00E50035 /* UIApplication+URLOpener.swift */, |
178 | 204 | 800E789E29E09A2A00D1B0FC /* URLDetailsPayload.swift */,
|
179 | 205 | BE8E37B52A17B79E00181FDA /* WebAuthenticationSession.swift */,
|
180 | 206 | 800E789C29E0958A00D1B0FC /* WebViewMessage.swift */,
|
|
320 | 346 | isa = PBXSourcesBuildPhase;
|
321 | 347 | buildActionMask = 2147483647;
|
322 | 348 | files = (
|
| 349 | + 45FBAF2F2D701E24000D550B /* MockSessionable.swift in Sources */, |
323 | 350 | BE2524542A17DFCC00168D77 /* MockUserContentController.swift in Sources */,
|
| 351 | + 45AE41D22D7649F800388548 /* MockAnalyticsService.swift in Sources */, |
324 | 352 | BE2524562A17FB9F00168D77 /* MockScriptMessage.swift in Sources */,
|
325 | 353 | BEF9ED212A2A4896005D54AB /* MockWebAuthenticationSession.swift in Sources */,
|
326 | 354 | BE2524522A17DF8200168D77 /* PopupBridge_UnitTests.swift in Sources */,
|
| 355 | + 45FBAF352D70CFB6000D550B /* AnalyticsService_Test.swift in Sources */, |
327 | 356 | );
|
328 | 357 | runOnlyForDeploymentPostprocessing = 0;
|
329 | 358 | };
|
330 | 359 | A775A0861DEE4EF0009E67C2 /* Sources */ = {
|
331 | 360 | isa = PBXSourcesBuildPhase;
|
332 | 361 | buildActionMask = 2147483647;
|
333 | 362 | files = (
|
| 363 | + 45FBAF292D701AFE000D550B /* Sessionable.swift in Sources */, |
| 364 | + 45FBAF2B2D701B12000D550B /* NetworkError.swift in Sources */, |
334 | 365 | 800E789F29E09A2A00D1B0FC /* URLDetailsPayload.swift in Sources */,
|
335 | 366 | 45CD0C302D6788A10072C5A4 /* Bundle+Extension.swift in Sources */,
|
| 367 | + 45FBAF272D6F9CCF000D550B /* AnalyticsService.swift in Sources */, |
336 | 368 | BEF9ED232A2A6A2C005D54AB /* PopupBridgeConstants.swift in Sources */,
|
337 | 369 | 45FC74C22D8347B500E50035 /* UIApplication+URLOpener.swift in Sources */,
|
338 | 370 | 800A09D82995F143003ED16E /* POPPopupBridge.swift in Sources */,
|
|
0 commit comments