|
322 | 322 | 846AD4D2284F89B10074A0DD /* StreamChatTestTools in Frameworks */ = {isa = PBXBuildFile; productRef = 846AD4D1284F89B10074A0DD /* StreamChatTestTools */; };
|
323 | 323 | 846AD4D4284F95710074A0DD /* CustomChannelHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 846AD4D3284F95710074A0DD /* CustomChannelHeader.swift */; };
|
324 | 324 | 846B15F42817E7630017F7A1 /* ChatChannelInfoViewModel_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 846B15F32817E7630017F7A1 /* ChatChannelInfoViewModel_Tests.swift */; };
|
| 325 | + 846B8E2C2C5B8117006A6249 /* BlockedUsersView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 846B8E2B2C5B8117006A6249 /* BlockedUsersView.swift */; }; |
| 326 | + 846B8E2E2C5B8130006A6249 /* BlockedUsersViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 846B8E2D2C5B8130006A6249 /* BlockedUsersViewModel.swift */; }; |
325 | 327 | 846D6564279FF0800094B36E /* ReactionUserView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 846D6563279FF0800094B36E /* ReactionUserView.swift */; };
|
326 | 328 | 847110B628611033004A46D6 /* MessageActions_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 840008BA27E8D64A00282D88 /* MessageActions_Tests.swift */; };
|
327 | 329 | 847305BB28241D8D004AC770 /* ChatChannelHeader_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 847305BA28241D8D004AC770 /* ChatChannelHeader_Tests.swift */; };
|
|
885 | 887 | 8469592E29BB235400134EA0 /* LazyImageExtensions_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LazyImageExtensions_Tests.swift; sourceTree = "<group>"; };
|
886 | 888 | 846AD4D3284F95710074A0DD /* CustomChannelHeader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomChannelHeader.swift; sourceTree = "<group>"; };
|
887 | 889 | 846B15F32817E7630017F7A1 /* ChatChannelInfoViewModel_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatChannelInfoViewModel_Tests.swift; sourceTree = "<group>"; };
|
| 890 | + 846B8E2B2C5B8117006A6249 /* BlockedUsersView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BlockedUsersView.swift; sourceTree = "<group>"; }; |
| 891 | + 846B8E2D2C5B8130006A6249 /* BlockedUsersViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BlockedUsersViewModel.swift; sourceTree = "<group>"; }; |
888 | 892 | 846D6563279FF0800094B36E /* ReactionUserView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReactionUserView.swift; sourceTree = "<group>"; };
|
889 | 893 | 847305BA28241D8D004AC770 /* ChatChannelHeader_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatChannelHeader_Tests.swift; sourceTree = "<group>"; };
|
890 | 894 | 847305BC28243D25004AC770 /* WebView_Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebView_Tests.swift; sourceTree = "<group>"; };
|
|
1571 | 1575 | 8451617F2AE7C4E2000A9230 /* WhatsAppChannelHeader.swift */,
|
1572 | 1576 | 8417AE912ADEDB6400445021 /* UserRepository.swift */,
|
1573 | 1577 | 8413C4542B4409B600190AF4 /* PinChannelHelpers.swift */,
|
| 1578 | + 846B8E2B2C5B8117006A6249 /* BlockedUsersView.swift */, |
| 1579 | + 846B8E2D2C5B8130006A6249 /* BlockedUsersViewModel.swift */, |
1574 | 1580 | 84EDBC36274FE5CD0057218D /* Localizable.strings */,
|
1575 | 1581 | 8465FCCA27468B7500AF091E /* Info.plist */,
|
1576 | 1582 | 8465FCC227468B6A00AF091E /* Assets.xcassets */,
|
|
2920 | 2926 | files = (
|
2921 | 2927 | 8465FDDD2747A14700AF091E /* CustomComposerAttachmentView.swift in Sources */,
|
2922 | 2928 | 84335016274BABF3007A1B81 /* NewChatView.swift in Sources */,
|
| 2929 | + 846B8E2C2C5B8117006A6249 /* BlockedUsersView.swift in Sources */, |
2923 | 2930 | 84335018274BAD4B007A1B81 /* NewChatViewModel.swift in Sources */,
|
2924 | 2931 | 84B288CD274C544B00DD090B /* CreateGroupView.swift in Sources */,
|
2925 | 2932 | 845161802AE7C4E2000A9230 /* WhatsAppChannelHeader.swift in Sources */,
|
|
2930 | 2937 | 8465FCDE274694D200AF091E /* CustomChannelHeader.swift in Sources */,
|
2931 | 2938 | 8451617E2AE7B093000A9230 /* AppleMessageComposerView.swift in Sources */,
|
2932 | 2939 | 8413C4552B4409B600190AF4 /* PinChannelHelpers.swift in Sources */,
|
| 2940 | + 846B8E2E2C5B8130006A6249 /* BlockedUsersViewModel.swift in Sources */, |
2933 | 2941 | 84B288D3274D23AF00DD090B /* LoginView.swift in Sources */,
|
2934 | 2942 | 84B288D5274D286500DD090B /* LoginViewModel.swift in Sources */,
|
2935 | 2943 | 8465FCBF27468B6900AF091E /* DemoAppSwiftUIApp.swift in Sources */,
|
|
3129 | 3137 | INFOPLIST_KEY_UILaunchScreen_Generation = YES;
|
3130 | 3138 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
3131 | 3139 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
3132 |
| - IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
| 3140 | + IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
3133 | 3141 | LD_RUNPATH_SEARCH_PATHS = (
|
3134 | 3142 | "$(inherited)",
|
3135 | 3143 | "@executable_path/Frameworks",
|
|
3564 | 3572 | INFOPLIST_KEY_UILaunchScreen_Generation = YES;
|
3565 | 3573 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
3566 | 3574 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
3567 |
| - IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
| 3575 | + IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
3568 | 3576 | LD_RUNPATH_SEARCH_PATHS = (
|
3569 | 3577 | "$(inherited)",
|
3570 | 3578 | "@executable_path/Frameworks",
|
|
3599 | 3607 | INFOPLIST_KEY_UILaunchScreen_Generation = YES;
|
3600 | 3608 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
3601 | 3609 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
3602 |
| - IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
| 3610 | + IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
3603 | 3611 | LD_RUNPATH_SEARCH_PATHS = (
|
3604 | 3612 | "$(inherited)",
|
3605 | 3613 | "@executable_path/Frameworks",
|
|
0 commit comments