|
175 | 175 | 55E02D39253F8D86009DB8BC /* WebViewProtocolTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E02D38253F8D86009DB8BC /* WebViewProtocolTests.swift */; };
|
176 | 176 | 55E6F462238E066400808BCE /* DeepLinkTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E6F45E238E066400808BCE /* DeepLinkTests.swift */; };
|
177 | 177 | 55E9BE3429F9F5E6000C9FF2 /* DependencyContainerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E9BE3329F9F5E6000C9FF2 /* DependencyContainerProtocol.swift */; };
|
| 178 | + 560ACF482A308C8A007F9503 /* IterableBannerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 560ACF462A308C8A007F9503 /* IterableBannerView.swift */; }; |
| 179 | + 564BCC302A30B60500A699B9 /* IterableBannerView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 560ACF452A308C8A007F9503 /* IterableBannerView.xib */; }; |
178 | 180 | 5B49BB3E27CFB71500E6F00C /* PopupInboxSessionUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B49BB3D27CFB71500E6F00C /* PopupInboxSessionUITests.swift */; };
|
179 | 181 | 5B5AA711284F1A6D0093FED4 /* MockNetworkSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B5AA710284F1A6D0093FED4 /* MockNetworkSession.swift */; };
|
180 | 182 | 5B5AA712284F1A6D0093FED4 /* MockNetworkSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B5AA710284F1A6D0093FED4 /* MockNetworkSession.swift */; };
|
|
185 | 187 | 5B5AA717284F1A6D0093FED4 /* MockNetworkSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B5AA710284F1A6D0093FED4 /* MockNetworkSession.swift */; };
|
186 | 188 | 5B6C3C1127CE871F00B9A753 /* NavInboxSessionUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B6C3C1027CE871F00B9A753 /* NavInboxSessionUITests.swift */; };
|
187 | 189 | 5B88BC482805D09D004016E5 /* NetworkSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B88BC472805D09D004016E5 /* NetworkSession.swift */; };
|
| 190 | + 9F76FFFF2B17884900962526 /* EmbeddedHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F76FFFE2B17884900962526 /* EmbeddedHelper.swift */; }; |
188 | 191 | 9FF05EAC2AFEA5FA005311F7 /* MockAuthManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FF05EAB2AFEA5FA005311F7 /* MockAuthManager.swift */; };
|
189 | 192 | 9FF05EAD2AFEA5FA005311F7 /* MockAuthManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FF05EAB2AFEA5FA005311F7 /* MockAuthManager.swift */; };
|
190 | 193 | 9FF05EAE2AFEA5FA005311F7 /* MockAuthManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FF05EAB2AFEA5FA005311F7 /* MockAuthManager.swift */; };
|
|
596 | 599 | 55E02D38253F8D86009DB8BC /* WebViewProtocolTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebViewProtocolTests.swift; sourceTree = "<group>"; };
|
597 | 600 | 55E6F45E238E066400808BCE /* DeepLinkTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DeepLinkTests.swift; sourceTree = "<group>"; };
|
598 | 601 | 55E9BE3329F9F5E6000C9FF2 /* DependencyContainerProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DependencyContainerProtocol.swift; sourceTree = "<group>"; };
|
| 602 | + 560ACF452A308C8A007F9503 /* IterableBannerView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = IterableBannerView.xib; sourceTree = "<group>"; }; |
| 603 | + 560ACF462A308C8A007F9503 /* IterableBannerView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IterableBannerView.swift; sourceTree = "<group>"; }; |
599 | 604 | 5B49BB3D27CFB71500E6F00C /* PopupInboxSessionUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PopupInboxSessionUITests.swift; sourceTree = "<group>"; };
|
600 | 605 | 5B5AA710284F1A6D0093FED4 /* MockNetworkSession.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockNetworkSession.swift; sourceTree = "<group>"; };
|
601 | 606 | 5B6C3C1027CE871F00B9A753 /* NavInboxSessionUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NavInboxSessionUITests.swift; sourceTree = "<group>"; };
|
602 | 607 | 5B88BC472805D09D004016E5 /* NetworkSession.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkSession.swift; sourceTree = "<group>"; };
|
603 | 608 | 5BFC7CED27FC9AF300E77479 /* inbox-ui-tests-app.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "inbox-ui-tests-app.entitlements"; sourceTree = "<group>"; };
|
| 609 | + 9F76FFFE2B17884900962526 /* EmbeddedHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmbeddedHelper.swift; sourceTree = "<group>"; }; |
604 | 610 | 9FF05EAB2AFEA5FA005311F7 /* MockAuthManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockAuthManager.swift; sourceTree = "<group>"; };
|
605 | 611 | AC02480722791E2100495FB9 /* IterableInboxNavigationViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IterableInboxNavigationViewController.swift; sourceTree = "<group>"; };
|
606 | 612 | AC02CAA5234E50B5006617E0 /* RegistrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegistrationTests.swift; sourceTree = "<group>"; };
|
|
913 | 919 | 551FA75C2988AC800072D0A9 /* Embedded Messaging */ = {
|
914 | 920 | isa = PBXGroup;
|
915 | 921 | children = (
|
| 922 | + 9F76FFFE2B17884900962526 /* EmbeddedHelper.swift */, |
916 | 923 | 1CCA911F2A27FA8700AEA213 /* MiscEmbeddedClasses.swift */,
|
917 | 924 | 1CCA91212A28075A00AEA213 /* EmbeddedSessionManager.swift */,
|
918 | 925 | 551FA75D2988AC930072D0A9 /* EmptyEmbeddedManager.swift */,
|
|
960 | 967 | path = "swift-sdk/misc";
|
961 | 968 | sourceTree = "<group>";
|
962 | 969 | };
|
| 970 | + 55684317298C8036006A5EB4 /* embedded-messaging-tests */ = { |
| 971 | + isa = PBXGroup; |
| 972 | + children = ( |
| 973 | + 55684318298C8052006A5EB4 /* EmbeddedManagerTests.swift */, |
| 974 | + 553449A229C26A95002E4599 /* EmbeddedMessagingProcessorTests.swift */, |
| 975 | + 55C87D33299EE633002013D0 /* EmbeddedMessagingSerializationTests.swift */, |
| 976 | + ); |
| 977 | + path = "embedded-messaging-tests"; |
| 978 | + sourceTree = "<group>"; |
| 979 | + }; |
| 980 | + 560ACF442A308C8A007F9503 /* uicomponents */ = { |
| 981 | + isa = PBXGroup; |
| 982 | + children = ( |
| 983 | + 560ACF462A308C8A007F9503 /* IterableBannerView.swift */, |
| 984 | + ); |
| 985 | + path = uicomponents; |
| 986 | + sourceTree = "<group>"; |
| 987 | + }; |
963 | 988 | AC0248062279132400495FB9 /* Dwifft */ = {
|
964 | 989 | isa = PBXGroup;
|
965 | 990 | children = (
|
|
1019 | 1044 | AC2263E120CF49B8009800EB /* swift-sdk */ = {
|
1020 | 1045 | isa = PBXGroup;
|
1021 | 1046 | children = (
|
| 1047 | + AC44C0EB22615F8100E0641D /* Resources */, |
| 1048 | + 560ACF442A308C8A007F9503 /* uicomponents */, |
1022 | 1049 | AC5C467E2756AEA4000762B6 /* swiftui */,
|
1023 | 1050 | AC72A0BB20CF4C8C004D7997 /* Internal */,
|
1024 |
| - AC44C0EB22615F8100E0641D /* Resources */, |
1025 | 1051 | AC2263F920CF4B63009800EB /* Supporting Files */,
|
1026 | 1052 | AC72A0C120CF4CB8004D7997 /* CommerceItem.swift */,
|
1027 | 1053 | AC72A0BE20CF4CB8004D7997 /* Constants.swift */,
|
|
1182 | 1208 | AC44C0EB22615F8100E0641D /* Resources */ = {
|
1183 | 1209 | isa = PBXGroup;
|
1184 | 1210 | children = (
|
| 1211 | + 560ACF452A308C8A007F9503 /* IterableBannerView.xib */, |
1185 | 1212 | AC219C522260006600B98631 /* Assets.xcassets */,
|
1186 | 1213 | AC50865224C60172001DC132 /* IterableDataModel.xcdatamodeld */,
|
1187 | 1214 | AC219C4F225FEDBD00B98631 /* SampleInboxCell.xib */,
|
|
1914 | 1941 | isa = PBXResourcesBuildPhase;
|
1915 | 1942 | buildActionMask = 2147483647;
|
1916 | 1943 | files = (
|
| 1944 | + 564BCC302A30B60500A699B9 /* IterableBannerView.xib in Resources */, |
1917 | 1945 | AC219C532260006600B98631 /* Assets.xcassets in Resources */,
|
1918 | 1946 | AC219C51225FEDBD00B98631 /* SampleInboxCell.xib in Resources */,
|
1919 | 1947 | );
|
|
2014 | 2042 | buildActionMask = 2147483647;
|
2015 | 2043 | files = (
|
2016 | 2044 | 1CCA91222A28075A00AEA213 /* EmbeddedSessionManager.swift in Sources */,
|
| 2045 | + 9F76FFFF2B17884900962526 /* EmbeddedHelper.swift in Sources */, |
2017 | 2046 | 1CCA91202A27FA8700AEA213 /* MiscEmbeddedClasses.swift in Sources */,
|
2018 | 2047 | AC31B042232AB53500BE25EB /* InboxImpressionTracker.swift in Sources */,
|
2019 | 2048 | 55D54656239AE5750093ED1E /* IterableLogUtil.swift in Sources */,
|
|
2045 | 2074 | AC684A86222EF75C00F29749 /* InAppMessageParser.swift in Sources */,
|
2046 | 2075 | AC72A0C920CF4CE2004D7997 /* IterableAction.swift in Sources */,
|
2047 | 2076 | AC72A0CA20CF4CE2004D7997 /* ActionRunner.swift in Sources */,
|
| 2077 | + 560ACF482A308C8A007F9503 /* IterableBannerView.swift in Sources */, |
2048 | 2078 | ACC3FDB1253724DB0004A2E0 /* InAppCalculations.swift in Sources */,
|
2049 | 2079 | ACD6116C2107D004003E7F6B /* NetworkHelper.swift in Sources */,
|
2050 | 2080 | ACC362B624D16D91002C67BA /* IterableRequest.swift in Sources */,
|
|
2807 | 2837 | CODE_SIGN_STYLE = Automatic;
|
2808 | 2838 | DEVELOPMENT_TEAM = BP98Z28R86;
|
2809 | 2839 | INFOPLIST_FILE = "Tests/unit-tests/Info.plist";
|
2810 |
| - IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
| 2840 | + IPHONEOS_DEPLOYMENT_TARGET = 13.6; |
2811 | 2841 | LD_RUNPATH_SEARCH_PATHS = (
|
2812 | 2842 | "$(inherited)",
|
2813 | 2843 | "@executable_path/Frameworks",
|
|
2827 | 2857 | CODE_SIGN_STYLE = Automatic;
|
2828 | 2858 | DEVELOPMENT_TEAM = BP98Z28R86;
|
2829 | 2859 | INFOPLIST_FILE = "Tests/unit-tests/Info.plist";
|
2830 |
| - IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
| 2860 | + IPHONEOS_DEPLOYMENT_TARGET = 13.6; |
2831 | 2861 | LD_RUNPATH_SEARCH_PATHS = (
|
2832 | 2862 | "$(inherited)",
|
2833 | 2863 | "@executable_path/Frameworks",
|
|
0 commit comments