|
162 | 162 | 846608E7278C95E700D3D7B3 /* ChatChannelExtensions_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 846608E6278C95E700D3D7B3 /* ChatChannelExtensions_Tests.swift */; };
|
163 | 163 | 846608E9278C98CB00D3D7B3 /* TypingIndicatorView_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 846608E8278C98CB00D3D7B3 /* TypingIndicatorView_Tests.swift */; };
|
164 | 164 | 846D6564279FF0800094B36E /* ReactionUserView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 846D6563279FF0800094B36E /* ReactionUserView.swift */; };
|
| 165 | + 847BA08127E0B76400ED20C7 /* Spy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 847BA08027E0B76400ED20C7 /* Spy.swift */; }; |
| 166 | + 847BA08327E0B9C600ED20C7 /* EventBatcherMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 847BA08227E0B9C600ED20C7 /* EventBatcherMock.swift */; }; |
| 167 | + 847BA08527E0BA2500ED20C7 /* EventNotificationCenterMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 847BA08427E0BA2500ED20C7 /* EventNotificationCenterMock.swift */; }; |
| 168 | + 847BA08727E0BACB00ED20C7 /* WebSocketPingControllerMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 847BA08627E0BACB00ED20C7 /* WebSocketPingControllerMock.swift */; }; |
| 169 | + 847BA08927E0BAEE00ED20C7 /* WebSocketEngineMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 847BA08827E0BAEE00ED20C7 /* WebSocketEngineMock.swift */; }; |
165 | 170 | 847CEFEC27BFAB6400606257 /* StreamChat in Frameworks */ = {isa = PBXBuildFile; productRef = 847CEFEB27BFAB6400606257 /* StreamChat */; };
|
166 | 171 | 847CEFEE27C38ABE00606257 /* MessageCachingUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 847CEFED27C38ABE00606257 /* MessageCachingUtils.swift */; };
|
167 | 172 | 848399EA275FB3E9003075E4 /* SnapshotTesting in Frameworks */ = {isa = PBXBuildFile; productRef = 848399E9275FB3E9003075E4 /* SnapshotTesting */; };
|
|
487 | 492 | 846608E6278C95E700D3D7B3 /* ChatChannelExtensions_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatChannelExtensions_Tests.swift; sourceTree = "<group>"; };
|
488 | 493 | 846608E8278C98CB00D3D7B3 /* TypingIndicatorView_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TypingIndicatorView_Tests.swift; sourceTree = "<group>"; };
|
489 | 494 | 846D6563279FF0800094B36E /* ReactionUserView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReactionUserView.swift; sourceTree = "<group>"; };
|
| 495 | + 847BA08027E0B76400ED20C7 /* Spy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Spy.swift; sourceTree = "<group>"; }; |
| 496 | + 847BA08227E0B9C600ED20C7 /* EventBatcherMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EventBatcherMock.swift; sourceTree = "<group>"; }; |
| 497 | + 847BA08427E0BA2500ED20C7 /* EventNotificationCenterMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EventNotificationCenterMock.swift; sourceTree = "<group>"; }; |
| 498 | + 847BA08627E0BACB00ED20C7 /* WebSocketPingControllerMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebSocketPingControllerMock.swift; sourceTree = "<group>"; }; |
| 499 | + 847BA08827E0BAEE00ED20C7 /* WebSocketEngineMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebSocketEngineMock.swift; sourceTree = "<group>"; }; |
490 | 500 | 847CEFED27C38ABE00606257 /* MessageCachingUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageCachingUtils.swift; sourceTree = "<group>"; };
|
491 | 501 | 848399EB275FB41B003075E4 /* ChatChannelListView_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatChannelListView_Tests.swift; sourceTree = "<group>"; };
|
492 | 502 | 848399F127601231003075E4 /* ReactionsOverlayView_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReactionsOverlayView_Tests.swift; sourceTree = "<group>"; };
|
|
1047 | 1057 | 84C94CBB27578B92007FE2B9 /* NSManagedObject+ContextChange.swift */,
|
1048 | 1058 | 84C94CBC27578B92007FE2B9 /* DatabaseContainer_Mock.swift */,
|
1049 | 1059 | 84C94CCB27578B92007FE2B9 /* ChatClient_Mock.swift */,
|
| 1060 | + 847BA08027E0B76400ED20C7 /* Spy.swift */, |
1050 | 1061 | );
|
1051 | 1062 | path = TestTools;
|
1052 | 1063 | sourceTree = "<group>";
|
|
1160 | 1171 | 84C94D2B275796F7007FE2B9 /* RequestRecorderURLProtocol.swift */,
|
1161 | 1172 | 84C94D452757D1CA007FE2B9 /* ImageLoader_Mock.swift */,
|
1162 | 1173 | 84C94D5B275A2E9F007FE2B9 /* StreamChatUtilsMocks.swift */,
|
| 1174 | + 847BA08227E0B9C600ED20C7 /* EventBatcherMock.swift */, |
| 1175 | + 847BA08427E0BA2500ED20C7 /* EventNotificationCenterMock.swift */, |
| 1176 | + 847BA08627E0BACB00ED20C7 /* WebSocketPingControllerMock.swift */, |
| 1177 | + 847BA08827E0BAEE00ED20C7 /* WebSocketEngineMock.swift */, |
1163 | 1178 | );
|
1164 | 1179 | path = Mocks;
|
1165 | 1180 | sourceTree = "<group>";
|
|
1600 | 1615 | 84C94D442757C704007FE2B9 /* MoreChannelActionsViewModel_Tests.swift in Sources */,
|
1601 | 1616 | 84C94D5127591DE2007FE2B9 /* ChatMessageIDs_Tests.swift in Sources */,
|
1602 | 1617 | 84C94CD727578B92007FE2B9 /* ChatMessageLinkAttachment_Mock.swift in Sources */,
|
| 1618 | + 847BA08327E0B9C600ED20C7 /* EventBatcherMock.swift in Sources */, |
| 1619 | + 847BA08527E0BA2500ED20C7 /* EventNotificationCenterMock.swift in Sources */, |
1603 | 1620 | 84C94D0527578BF2007FE2B9 /* TestRunnerEnvironment.swift in Sources */,
|
1604 | 1621 | 84E6EC23279AEE6B0017207B /* MessageContainerView_Tests.swift in Sources */,
|
1605 | 1622 | 84C94D68275A6AFD007FE2B9 /* ChannelHeaderLoader_Tests.swift in Sources */,
|
|
1612 | 1629 | 84C94CDB27578B92007FE2B9 /* NSManagedObject+ContextChange.swift in Sources */,
|
1613 | 1630 | 84C94D0C27578BF2007FE2B9 /* AssertJSONEqual.swift in Sources */,
|
1614 | 1631 | 84C94D62275A5BB7007FE2B9 /* ChatChannelNamer_Tests.swift in Sources */,
|
| 1632 | + 847BA08927E0BAEE00ED20C7 /* WebSocketEngineMock.swift in Sources */, |
1615 | 1633 | 84C94D492758BE1C007FE2B9 /* ChatChannelViewModel_Tests.swift in Sources */,
|
1616 | 1634 | 84C94CE027578B92007FE2B9 /* CurrentUserPayload.swift in Sources */,
|
1617 | 1635 | 84C94CCD27578B92007FE2B9 /* ChannelUnreadCount_Mock.swift in Sources */,
|
1618 | 1636 | 84C94CDC27578B92007FE2B9 /* DatabaseContainer_Mock.swift in Sources */,
|
1619 | 1637 | 84C94D1727578BF3007FE2B9 /* XCTAssertEqual+Difference.swift in Sources */,
|
| 1638 | + 847BA08127E0B76400ED20C7 /* Spy.swift in Sources */, |
1620 | 1639 | 84C94CE327578B92007FE2B9 /* XCTestCase+Dummy.swift in Sources */,
|
1621 | 1640 | 84C94D0D27578BF2007FE2B9 /* AssertResult.swift in Sources */,
|
1622 | 1641 | 84E6EC25279AEE9F0017207B /* StreamChatTestCase.swift in Sources */,
|
|
1658 | 1677 | 84C94CD127578B92007FE2B9 /* CurrentChatUser_Mock.swift in Sources */,
|
1659 | 1678 | 841B2EF6278F108700ED619E /* MessageReadIndicatorView_Tests.swift in Sources */,
|
1660 | 1679 | 84C94D0E27578BF2007FE2B9 /* AssertAsync.swift in Sources */,
|
| 1680 | + 847BA08727E0BACB00ED20C7 /* WebSocketPingControllerMock.swift in Sources */, |
1661 | 1681 | 84C94D1327578BF2007FE2B9 /* XCTestCase+MockJSON.swift in Sources */,
|
1662 | 1682 | 84C94D5E275A3AA9007FE2B9 /* ImageCDN_Tests.swift in Sources */,
|
1663 | 1683 | 84C94CDF27578B92007FE2B9 /* MessagePayload.swift in Sources */,
|
|
2006 | 2026 | CODE_SIGN_ENTITLEMENTS = DemoAppSwiftUI/DemoAppSwiftUI.entitlements;
|
2007 | 2027 | CODE_SIGN_IDENTITY = "Apple Development";
|
2008 | 2028 | CODE_SIGN_STYLE = Manual;
|
2009 |
| - CURRENT_PROJECT_VERSION = 10; |
| 2029 | + CURRENT_PROJECT_VERSION = 12; |
2010 | 2030 | DEVELOPMENT_ASSET_PATHS = "\"DemoAppSwiftUI/Preview Content\"";
|
2011 | 2031 | DEVELOPMENT_TEAM = EHV7XZLAHA;
|
2012 | 2032 | ENABLE_PREVIEWS = YES;
|
|
2021 | 2041 | "$(inherited)",
|
2022 | 2042 | "@executable_path/Frameworks",
|
2023 | 2043 | );
|
2024 |
| - MARKETING_VERSION = 4.10.0; |
| 2044 | + MARKETING_VERSION = 4.12.0; |
2025 | 2045 | PRODUCT_BUNDLE_IDENTIFIER = io.getstream.iOS.DemoAppSwiftUI;
|
2026 | 2046 | PRODUCT_NAME = "$(TARGET_NAME)";
|
2027 | 2047 | PROVISIONING_PROFILE_SPECIFIER = "match Development io.getstream.iOS.DemoAppSwiftUI";
|
|
2040 | 2060 | CODE_SIGN_ENTITLEMENTS = DemoAppSwiftUI/DemoAppSwiftUI.entitlements;
|
2041 | 2061 | CODE_SIGN_IDENTITY = "Apple Distribution";
|
2042 | 2062 | CODE_SIGN_STYLE = Manual;
|
2043 |
| - CURRENT_PROJECT_VERSION = 10; |
| 2063 | + CURRENT_PROJECT_VERSION = 12; |
2044 | 2064 | DEVELOPMENT_ASSET_PATHS = "\"DemoAppSwiftUI/Preview Content\"";
|
2045 | 2065 | DEVELOPMENT_TEAM = EHV7XZLAHA;
|
2046 | 2066 | ENABLE_PREVIEWS = YES;
|
|
2055 | 2075 | "$(inherited)",
|
2056 | 2076 | "@executable_path/Frameworks",
|
2057 | 2077 | );
|
2058 |
| - MARKETING_VERSION = 4.10.0; |
| 2078 | + MARKETING_VERSION = 4.12.0; |
2059 | 2079 | PRODUCT_BUNDLE_IDENTIFIER = io.getstream.iOS.DemoAppSwiftUI;
|
2060 | 2080 | PRODUCT_NAME = "$(TARGET_NAME)";
|
2061 | 2081 | PROVISIONING_PROFILE_SPECIFIER = "match AppStore io.getstream.iOS.DemoAppSwiftUI";
|
|
2128 | 2148 | repositoryURL = "https://github.com/GetStream/stream-chat-swift.git";
|
2129 | 2149 | requirement = {
|
2130 | 2150 | kind = upToNextMajorVersion;
|
2131 |
| - minimumVersion = 4.11.0; |
| 2151 | + minimumVersion = 4.12.0; |
2132 | 2152 | };
|
2133 | 2153 | };
|
2134 | 2154 | 848399E6275FB3BE003075E4 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */ = {
|
|
0 commit comments