Skip to content

Commit f840ea1

Browse files
committed
resolve compilation conflicts for merges
1 parent 169733a commit f840ea1

File tree

2 files changed

+8
-59
lines changed

2 files changed

+8
-59
lines changed

swift-sdk.xcodeproj/project.pbxproj

Lines changed: 4 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@
364364
5531CDAD22A9C992000D05E2 /* ClassExtensionsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClassExtensionsTests.swift; sourceTree = "<group>"; };
365365
5536781E2576FF9000DB3652 /* IterableUtilTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IterableUtilTests.swift; sourceTree = "<group>"; };
366366
556FB1E9244FAF6A00EDF6BD /* InAppPresenter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InAppPresenter.swift; sourceTree = "<group>"; };
367-
55705A6825A78BF3009BDEE2 /* InAppPriorityTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = InAppPriorityTests.swift; path = "tests/swift-sdk-swift-tests/in-app-tests/InAppPriorityTests.swift"; sourceTree = SOURCE_ROOT; };
367+
55705A6825A78BF3009BDEE2 /* InAppPriorityTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = InAppPriorityTests.swift; path = "tests/swift-sdk-swift-tests/InAppPriorityTests.swift"; sourceTree = SOURCE_ROOT; };
368368
557AE6BE24A56E5E00B57750 /* Auth.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Auth.swift; sourceTree = "<group>"; };
369369
5585DF8E22A73390000A32B9 /* IterableInboxViewControllerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IterableInboxViewControllerTests.swift; sourceTree = "<group>"; };
370370
5585DF9022A877E6000A32B9 /* IterableInboxViewControllerUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IterableInboxViewControllerUITests.swift; sourceTree = "<group>"; };
@@ -678,57 +678,6 @@
678678
path = "swift-sdk/misc";
679679
sourceTree = "<group>";
680680
};
681-
55A8F6E92613E0B800184ECC /* Recovered References */ = {
682-
isa = PBXGroup;
683-
children = (
684-
ACC3FD9D2536D7A30004A2E0 /* InAppFilePersistenceTests.swift */,
685-
AC750A49234CD67900561902 /* InAppHelperTests.swift */,
686-
AC6FDD8B20F56309005D811E /* InAppParsingTests.swift */,
687-
55B37FED229F59290042F13A /* InAppPersistenceTests.swift */,
688-
55CC257A2462064F00A77FD5 /* InAppPresenterTests.swift */,
689-
55705A6825A78BF3009BDEE2 /* InAppPriorityTests.swift */,
690-
ACA8D1A821965B7D001B1332 /* InAppTests.swift */,
691-
);
692-
path = "in-app-tests";
693-
sourceTree = "<group>";
694-
};
695-
557059BC25A69352009BDEE2 /* inbox-tests */ = {
696-
isa = PBXGroup;
697-
children = (
698-
5585DF8E22A73390000A32B9 /* IterableInboxViewControllerTests.swift */,
699-
55B549852397462300243E87 /* InboxImpressionTrackerTests.swift */,
700-
55B37FC722975A840042F13A /* InboxMessageViewModelTests.swift */,
701-
55B5498323973B5C00243E87 /* InboxSessionManagerTests.swift */,
702-
AC1670CC2230A91C00989F8E /* InboxTests.swift */,
703-
AC8F35A1239806B500302994 /* InboxViewControllerViewModelTests.swift */,
704-
);
705-
path = "inbox-tests";
706-
sourceTree = "<group>";
707-
};
708-
557059C525A6938B009BDEE2 /* foundational-tests */ = {
709-
isa = PBXGroup;
710-
children = (
711-
00B6FACB210E8484007535CF /* APNSTypeCheckerTests.swift */,
712-
5531CDAD22A9C992000D05E2 /* ClassExtensionsTests.swift */,
713-
55B37FC0229620D20042F13A /* CommerceItemTests.swift */,
714-
5536781E2576FF9000DB3652 /* IterableUtilTests.swift */,
715-
ACE34AB4213776CB00691224 /* LocalStorageTests.swift */,
716-
ACED4C00213F50B30055A497 /* LoggingTests.swift */,
717-
55B37FC5229752DD0042F13A /* OrderedDictionaryTests.swift */,
718-
ACEDF41E2183C436000B9BFE /* PromiseTests.swift */,
719-
);
720-
path = "foundational-tests";
721-
sourceTree = "<group>";
722-
};
723-
557059EE25A69752009BDEE2 /* deep-linking-tests */ = {
724-
isa = PBXGroup;
725-
children = (
726-
55E6F45E238E066400808BCE /* DeepLinkTests.swift */,
727-
55E6F45D238E066400808BCE /* DeferredDeepLinkTests.swift */,
728-
);
729-
name = "Recovered References";
730-
sourceTree = "<group>";
731-
};
732681
AC0248062279132400495FB9 /* Dwifft */ = {
733682
isa = PBXGroup;
734683
children = (
@@ -785,7 +734,6 @@
785734
ACDA975A23159C37004C412E /* inbox-ui-tests-app */,
786735
ACFCA72920EB02DB00BFB277 /* tests */,
787736
5550F22324217CFC0014456A /* misc */,
788-
55A8F6E92613E0B800184ECC /* Recovered References */,
789737
);
790738
sourceTree = "<group>";
791739
};
@@ -1007,13 +955,14 @@
1007955
55B37FC0229620D20042F13A /* CommerceItemTests.swift */,
1008956
55E6F45E238E066400808BCE /* DeepLinkTests.swift */,
1009957
551E5C0F234D485A005FEE9E /* DeprecatedFunctionsTests.swift */,
1010-
AC750A49234CD67900561902 /* InAppHelperTests.swift */,
1011958
55AEA95825F05B7D00B38CED /* InAppMessageProcessorTests.swift */,
959+
ACC3FD9D2536D7A30004A2E0 /* InAppFilePersistenceTests.swift */,
960+
AC750A49234CD67900561902 /* InAppHelperTests.swift */,
1012961
AC6FDD8B20F56309005D811E /* InAppParsingTests.swift */,
1013962
55B37FED229F59290042F13A /* InAppPersistenceTests.swift */,
1014963
55CC257A2462064F00A77FD5 /* InAppPresenterTests.swift */,
964+
55705A6825A78BF3009BDEE2 /* InAppPriorityTests.swift */,
1015965
ACA8D1A821965B7D001B1332 /* InAppTests.swift */,
1016-
ACC3FD9D2536D7A30004A2E0 /* InAppFilePersistenceTests.swift */,
1017966
55B549852397462300243E87 /* InboxImpressionTrackerTests.swift */,
1018967
55B37FC722975A840042F13A /* InboxMessageViewModelTests.swift */,
1019968
55B5498323973B5C00243E87 /* InboxSessionManagerTests.swift */,

tests/swift-sdk-swift-tests/InAppPriorityTests.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class InAppPriorityTests: XCTestCase {
7979
condition1.fulfill()
8080
}
8181

82-
let internalAPI = InternalIterableAPI.initializeForTesting(inAppFetcher: mockInAppFetcher,
82+
let internalAPI = IterableAPIInternal.initializeForTesting(inAppFetcher: mockInAppFetcher,
8383
inAppDisplayer: mockInAppDisplayer)
8484
mockInAppFetcher.mockMessagesAvailableFromServer(internalApi: internalAPI, messages: messages)
8585

@@ -99,7 +99,7 @@ class InAppPriorityTests: XCTestCase {
9999

100100
let mockInAppFetcher = MockInAppFetcher()
101101

102-
let internalAPI = InternalIterableAPI.initializeForTesting(inAppFetcher: mockInAppFetcher)
102+
let internalAPI = IterableAPIInternal.initializeForTesting(inAppFetcher: mockInAppFetcher)
103103

104104
mockInAppFetcher.mockMessagesAvailableFromServer(internalApi: internalAPI, messages: messages).onSuccess { [weak internalAPI = internalAPI] _ in
105105
let originalMessages = messages.dropFirst()
@@ -131,7 +131,7 @@ class InAppPriorityTests: XCTestCase {
131131
}
132132

133133
// Test will fail without assigning to internalAPI because InAppManager will be deallocated
134-
let internalAPI = InternalIterableAPI.initializeForTesting(inAppFetcher: mockInAppFetcher,
134+
let internalAPI = IterableAPIInternal.initializeForTesting(inAppFetcher: mockInAppFetcher,
135135
inAppDisplayer: mockInAppDisplayer)
136136
XCTAssertNotNil(internalAPI)
137137
wait(for: [condition1], timeout: testExpectationTimeout)
@@ -148,7 +148,7 @@ class InAppPriorityTests: XCTestCase {
148148
let mockInAppFetcher = MockInAppFetcher(messages: messages)
149149
let mockInAppPersister = MockInAppPersister()
150150

151-
_ = InternalIterableAPI.initializeForTesting(inAppFetcher: mockInAppFetcher,
151+
_ = IterableAPIInternal.initializeForTesting(inAppFetcher: mockInAppFetcher,
152152
inAppPersister: mockInAppPersister)
153153

154154
XCTAssertEqual(messages.map { $0.priorityLevel }, mockInAppPersister.getMessages().map { $0.priorityLevel })

0 commit comments

Comments
 (0)