|
47 | 47 | 03389F691FB548A0006537F0 /* OneSignalTrackFirebaseAnalyticsOverrider.m in Sources */ = {isa = PBXBuildFile; fileRef = 03389F681FB548A0006537F0 /* OneSignalTrackFirebaseAnalyticsOverrider.m */; }; |
48 | 48 | 03866CBD2378A33B0009C1D8 /* OutcomeIntegrationTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 03866CBC2378A33B0009C1D8 /* OutcomeIntegrationTests.m */; }; |
49 | 49 | 03866CC12378A67B0009C1D8 /* RestClientAsserts.m in Sources */ = {isa = PBXBuildFile; fileRef = 03866CC02378A67B0009C1D8 /* RestClientAsserts.m */; }; |
50 | | - 03CCCC7E2835D8CC004BF794 /* OneSignalUNUserNotificationCenterSwizzingTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 03CCCC7D2835D8CC004BF794 /* OneSignalUNUserNotificationCenterSwizzingTest.m */; }; |
| 50 | + 03CCCC7E2835D8CC004BF794 /* OneSignalUNUserNotificationCenterSwizzlingTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 03CCCC7D2835D8CC004BF794 /* OneSignalUNUserNotificationCenterSwizzlingTest.m */; }; |
51 | 51 | 03CCCC832835D90F004BF794 /* OneSignalUNUserNotificationCenterHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 03CCCC812835D90F004BF794 /* OneSignalUNUserNotificationCenterHelper.m */; }; |
| 52 | + 03CCCC852835F291004BF794 /* UIApplicationDelegateSwizzlingTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 03CCCC842835F291004BF794 /* UIApplicationDelegateSwizzlingTests.m */; }; |
| 53 | + 03CCCC8D283624F3004BF794 /* SwizzlingForwarder.h in Headers */ = {isa = PBXBuildFile; fileRef = 03CCCC8B283624F3004BF794 /* SwizzlingForwarder.h */; }; |
| 54 | + 03CCCC8E283624F3004BF794 /* SwizzlingForwarder.m in Sources */ = {isa = PBXBuildFile; fileRef = 03CCCC8C283624F3004BF794 /* SwizzlingForwarder.m */; }; |
| 55 | + 03CCCC8F283624F3004BF794 /* SwizzlingForwarder.m in Sources */ = {isa = PBXBuildFile; fileRef = 03CCCC8C283624F3004BF794 /* SwizzlingForwarder.m */; }; |
52 | 56 | 16664C4C25DDB195003B8A14 /* NSTimeZoneOverrider.m in Sources */ = {isa = PBXBuildFile; fileRef = 16664C4B25DDB195003B8A14 /* NSTimeZoneOverrider.m */; }; |
53 | 57 | 37E6B2BB19D9CAF300D0C601 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 37E6B2BA19D9CAF300D0C601 /* UIKit.framework */; settings = {ATTRIBUTES = (Weak, ); }; }; |
54 | 58 | 3E464ED71D88ED1F00DCF7E9 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 37E6B2BA19D9CAF300D0C601 /* UIKit.framework */; }; |
|
350 | 354 | CAB4112920852E48005A70D1 /* DelayedConsentInitializationParameters.m in Sources */ = {isa = PBXBuildFile; fileRef = CAB4112820852E48005A70D1 /* DelayedConsentInitializationParameters.m */; }; |
351 | 355 | CAB4112A20852E4C005A70D1 /* DelayedConsentInitializationParameters.m in Sources */ = {isa = PBXBuildFile; fileRef = CAB4112820852E48005A70D1 /* DelayedConsentInitializationParameters.m */; }; |
352 | 356 | CAB4112B20852E4C005A70D1 /* DelayedConsentInitializationParameters.m in Sources */ = {isa = PBXBuildFile; fileRef = CAB4112820852E48005A70D1 /* DelayedConsentInitializationParameters.m */; }; |
353 | | - CAB411AE208931EE005A70D1 /* DummyNotificationCenterDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = CAB411AD208931EE005A70D1 /* DummyNotificationCenterDelegate.m */; }; |
354 | 357 | CACBAA96218A6243000ACAA5 /* OSInAppMessageViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = CACBAA8D218A6242000ACAA5 /* OSInAppMessageViewController.h */; }; |
355 | 358 | CACBAA97218A6243000ACAA5 /* OSMessagingController.m in Sources */ = {isa = PBXBuildFile; fileRef = CACBAA8E218A6242000ACAA5 /* OSMessagingController.m */; }; |
356 | 359 | CACBAA98218A6243000ACAA5 /* OSMessagingController.m in Sources */ = {isa = PBXBuildFile; fileRef = CACBAA8E218A6242000ACAA5 /* OSMessagingController.m */; }; |
|
623 | 626 | 03866CBC2378A33B0009C1D8 /* OutcomeIntegrationTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = OutcomeIntegrationTests.m; sourceTree = "<group>"; }; |
624 | 627 | 03866CBF2378A67B0009C1D8 /* RestClientAsserts.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RestClientAsserts.h; sourceTree = "<group>"; }; |
625 | 628 | 03866CC02378A67B0009C1D8 /* RestClientAsserts.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RestClientAsserts.m; sourceTree = "<group>"; }; |
626 | | - 03CCCC7D2835D8CC004BF794 /* OneSignalUNUserNotificationCenterSwizzingTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OneSignalUNUserNotificationCenterSwizzingTest.m; sourceTree = "<group>"; }; |
| 629 | + 03CCCC7D2835D8CC004BF794 /* OneSignalUNUserNotificationCenterSwizzlingTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OneSignalUNUserNotificationCenterSwizzlingTest.m; sourceTree = "<group>"; }; |
627 | 630 | 03CCCC812835D90F004BF794 /* OneSignalUNUserNotificationCenterHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = OneSignalUNUserNotificationCenterHelper.m; path = UNNotificationCenter/OneSignalUNUserNotificationCenterHelper.m; sourceTree = "<group>"; }; |
628 | 631 | 03CCCC822835D90F004BF794 /* OneSignalUNUserNotificationCenterHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OneSignalUNUserNotificationCenterHelper.h; path = UNNotificationCenter/OneSignalUNUserNotificationCenterHelper.h; sourceTree = "<group>"; }; |
| 632 | + 03CCCC842835F291004BF794 /* UIApplicationDelegateSwizzlingTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UIApplicationDelegateSwizzlingTests.m; sourceTree = "<group>"; }; |
| 633 | + 03CCCC8B283624F3004BF794 /* SwizzlingForwarder.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SwizzlingForwarder.h; sourceTree = "<group>"; }; |
| 634 | + 03CCCC8C283624F3004BF794 /* SwizzlingForwarder.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SwizzlingForwarder.m; sourceTree = "<group>"; }; |
629 | 635 | 16664C4B25DDB195003B8A14 /* NSTimeZoneOverrider.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NSTimeZoneOverrider.m; sourceTree = "<group>"; }; |
630 | 636 | 16664C5425DDB2CB003B8A14 /* NSTimeZoneOverrider.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NSTimeZoneOverrider.h; sourceTree = "<group>"; }; |
631 | 637 | 1AF75EAC1E8567FD0097B315 /* NSString+OneSignal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+OneSignal.h"; sourceTree = "<group>"; }; |
|
886 | 892 | CAB269DE21B2038B00F8A43C /* OSInAppMessageBridgeEvent.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = OSInAppMessageBridgeEvent.m; sourceTree = "<group>"; }; |
887 | 893 | CAB4112720852E48005A70D1 /* DelayedConsentInitializationParameters.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DelayedConsentInitializationParameters.h; sourceTree = "<group>"; }; |
888 | 894 | CAB4112820852E48005A70D1 /* DelayedConsentInitializationParameters.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DelayedConsentInitializationParameters.m; sourceTree = "<group>"; }; |
889 | | - CAB411AC208931EE005A70D1 /* DummyNotificationCenterDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DummyNotificationCenterDelegate.h; sourceTree = "<group>"; }; |
890 | | - CAB411AD208931EE005A70D1 /* DummyNotificationCenterDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DummyNotificationCenterDelegate.m; sourceTree = "<group>"; }; |
891 | 895 | CACBAA8D218A6242000ACAA5 /* OSInAppMessageViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OSInAppMessageViewController.h; sourceTree = "<group>"; }; |
892 | 896 | CACBAA8E218A6242000ACAA5 /* OSMessagingController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OSMessagingController.m; sourceTree = "<group>"; }; |
893 | 897 | CACBAA8F218A6242000ACAA5 /* OSInAppMessagingDefines.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OSInAppMessagingDefines.h; sourceTree = "<group>"; }; |
|
1234 | 1238 | 7A5A818324899050002E07C8 /* Models */, |
1235 | 1239 | 03866CBE2378A5ED0009C1D8 /* Asserts */, |
1236 | 1240 | 4529DECD1FA81DE000CEAB1D /* Shadows */, |
1237 | | - 03CCCC7D2835D8CC004BF794 /* OneSignalUNUserNotificationCenterSwizzingTest.m */, |
| 1241 | + 03CCCC7D2835D8CC004BF794 /* OneSignalUNUserNotificationCenterSwizzlingTest.m */, |
| 1242 | + 03CCCC842835F291004BF794 /* UIApplicationDelegateSwizzlingTests.m */, |
1238 | 1243 | CA8E19012193C6B0009DA223 /* InAppMessagingIntegrationTests.m */, |
1239 | 1244 | 911E2CBC1E398AB3003112A4 /* UnitTests.m */, |
1240 | 1245 | 7AF5174B24FE980400B076BC /* RemoteParamsTests.m */, |
|
1255 | 1260 | 4529DED41FA823B900CEAB1D /* TestHelperFunctions.m */, |
1256 | 1261 | 4529DEF41FA8460C00CEAB1D /* UnitTestAppDelegate.h */, |
1257 | 1262 | 4529DEF51FA8460C00CEAB1D /* UnitTestAppDelegate.m */, |
1258 | | - CAB411AC208931EE005A70D1 /* DummyNotificationCenterDelegate.h */, |
1259 | | - CAB411AD208931EE005A70D1 /* DummyNotificationCenterDelegate.m */, |
1260 | 1263 | 7A123294235DFE3B002B6CE3 /* OutcomeTests.m */, |
1261 | 1264 | 7ABAF9E224606E940074DFA0 /* OutcomeV2Tests.m */, |
1262 | 1265 | 03866CBC2378A33B0009C1D8 /* OutcomeIntegrationTests.m */, |
|
1533 | 1536 | 7AE28B8725B8ADF400529100 /* OSMacros.h */, |
1534 | 1537 | DE971751274C48B700FC409E /* OSPrivacyConsentController.m */, |
1535 | 1538 | DE971753274C48CF00FC409E /* OSPrivacyConsentController.h */, |
| 1539 | + 03CCCC8B283624F3004BF794 /* SwizzlingForwarder.h */, |
| 1540 | + 03CCCC8C283624F3004BF794 /* SwizzlingForwarder.m */, |
1536 | 1541 | ); |
1537 | 1542 | path = Source; |
1538 | 1543 | sourceTree = "<group>"; |
|
1845 | 1850 | DE7D182927026F8B002D3A5D /* OneSignalUserDefaults.h in Headers */, |
1846 | 1851 | DE7D187727037A16002D3A5D /* OneSignalCoreHelper.h in Headers */, |
1847 | 1852 | DE7D182F270275FF002D3A5D /* OneSignalTrackFirebaseAnalytics.h in Headers */, |
| 1853 | + 03CCCC8D283624F3004BF794 /* SwizzlingForwarder.h in Headers */, |
1848 | 1854 | DE7D1875270375FF002D3A5D /* OSReattemptRequest.h in Headers */, |
1849 | 1855 | DE7D1862270374EE002D3A5D /* OSJSONHandling.h in Headers */, |
1850 | 1856 | DE7D1868270374EE002D3A5D /* OneSignalRequest.h in Headers */, |
|
2403 | 2409 | 7ABAF9D22457C3650074DFA0 /* CommonAsserts.m in Sources */, |
2404 | 2410 | 03217239238278EB004F0E85 /* DelayedSelectors.m in Sources */, |
2405 | 2411 | CA63AF8720211FF800E340FB /* UnitTestCommonMethods.m in Sources */, |
2406 | | - 03CCCC7E2835D8CC004BF794 /* OneSignalUNUserNotificationCenterSwizzingTest.m in Sources */, |
| 2412 | + 03CCCC7E2835D8CC004BF794 /* OneSignalUNUserNotificationCenterSwizzlingTest.m in Sources */, |
2407 | 2413 | DEAD6F9E270B83A300DE7C67 /* OneSignalExtension.m in Sources */, |
2408 | 2414 | DE7D1863270374EE002D3A5D /* OneSignalClient.m in Sources */, |
2409 | 2415 | DEAD6FA4270B83B300DE7C67 /* OneSignalExtensionRequests.m in Sources */, |
|
2498 | 2504 | 7AAA606A2485D0420004FADE /* OSMigrationController.m in Sources */, |
2499 | 2505 | CACBAA9F218A6243000ACAA5 /* OSInAppMessageView.m in Sources */, |
2500 | 2506 | CA4742E7218B8FF30020DC8C /* OSTriggerController.m in Sources */, |
| 2507 | + 03CCCC852835F291004BF794 /* UIApplicationDelegateSwizzlingTests.m in Sources */, |
2501 | 2508 | DE9A5DB525D1FD8000FCEC21 /* OSPlayerTags.m in Sources */, |
2502 | 2509 | 4529DEEA1FA8360C00CEAB1D /* UIApplicationOverrider.m in Sources */, |
| 2510 | + 03CCCC8E283624F3004BF794 /* SwizzlingForwarder.m in Sources */, |
2503 | 2511 | 7A42744425CDE98E00EE75FC /* OSSMSSubscription.m in Sources */, |
2504 | 2512 | 912412281E73342200E41FD7 /* OneSignalMobileProvision.m in Sources */, |
2505 | 2513 | 7A93269E25AF4F0300BBEC27 /* OSPendingCallbacks.m in Sources */, |
|
2529 | 2537 | 7ADF891C230DB5BD0054E0D6 /* UnitTestAppDelegate.m in Sources */, |
2530 | 2538 | DE7D18D82703B11B002D3A5D /* OSInAppMessageOutcome.m in Sources */, |
2531 | 2539 | 9124123C1E73342200E41FD7 /* OneSignalWebView.m in Sources */, |
2532 | | - CAB411AE208931EE005A70D1 /* DummyNotificationCenterDelegate.m in Sources */, |
2533 | 2540 | 4529DEF01FA8433500CEAB1D /* NSLocaleOverrider.m in Sources */, |
2534 | 2541 | A63E9E3B26742B4700EA273E /* LanguageProviderDevice.m in Sources */, |
2535 | 2542 | 9129C6BA1E89E59B009CB6A0 /* OSPermission.m in Sources */, |
|
2546 | 2553 | files = ( |
2547 | 2554 | DE7D1874270375FF002D3A5D /* OSReattemptRequest.m in Sources */, |
2548 | 2555 | DE7D183427027A73002D3A5D /* OneSignalLog.m in Sources */, |
| 2556 | + 03CCCC8F283624F3004BF794 /* SwizzlingForwarder.m in Sources */, |
2549 | 2557 | DE7D183B27027EFC002D3A5D /* NSURL+OneSignal.m in Sources */, |
2550 | 2558 | DE7D186B270374EE002D3A5D /* OneSignalRequest.m in Sources */, |
2551 | 2559 | DE7D182B27027376002D3A5D /* OSNotification.m in Sources */, |
|
0 commit comments