|
123 | 123 | 193FF15E70578558727AB9AA /* SBUFeedNotificationCellParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = E68C5044109960435BBDBF86 /* SBUFeedNotificationCellParams.swift */; }; |
124 | 124 | 1985015BBDC92D9FFFCDCC12 /* GroupChannelViewConverter.Input.swift in Sources */ = {isa = PBXBuildFile; fileRef = 42FB13DE92ED80900AD05054 /* GroupChannelViewConverter.Input.swift */; }; |
125 | 125 | 19B611A4548CFA8C5102D78C /* SBUBaseChannelListModule.Header.swift in Sources */ = {isa = PBXBuildFile; fileRef = E60ABCC74B32B1B8BD7232BD /* SBUBaseChannelListModule.Header.swift */; }; |
| 126 | + 1A30E0BD7EAEA23DBB08D0F8 /* SBUBaseViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B125726A8A83C3A03771C4B /* SBUBaseViewModel.swift */; }; |
126 | 127 | 1A4D92E04F069A9308EBDEBC /* SBUMultipleFilesMessageCellParams.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3046107CAA8EAABF90DD8218 /* SBUMultipleFilesMessageCellParams.swift */; }; |
127 | 128 | 1A64C2B2F4DE4F40EB6D4143 /* CustomOpenModerations.SwiftUI.View.CustomMain.swift in Sources */ = {isa = PBXBuildFile; fileRef = 031A3770C7F979E10B2F46B2 /* CustomOpenModerations.SwiftUI.View.CustomMain.swift */; }; |
128 | 129 | 1A83A9D1452EB3E5A9746056 /* CustomOpenChannel.ViewConverter.Input.entireView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C2CA31E5B4CC3F3DAE26D97 /* CustomOpenChannel.ViewConverter.Input.entireView.swift */; }; |
|
1314 | 1315 | 2ADEBE78ECAF2FB8B6CD1A96 /* SBUDownloadManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SBUDownloadManager.swift; sourceTree = "<group>"; }; |
1315 | 1316 | 2AF37FB8A55745647820E475 /* SBUBarButtonItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SBUBarButtonItem.swift; sourceTree = "<group>"; }; |
1316 | 1317 | 2AFB3ABEC66B7B5DF2B1C6C1 /* SBUDashboardConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SBUDashboardConfig.swift; sourceTree = "<group>"; }; |
| 1318 | + 2B125726A8A83C3A03771C4B /* SBUBaseViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SBUBaseViewModel.swift; sourceTree = "<group>"; }; |
1317 | 1319 | 2B41B61973E52E8F8B861399 /* CustomCreateOpenChannel.ViewConverter.List.profileImage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomCreateOpenChannel.ViewConverter.List.profileImage.swift; sourceTree = "<group>"; }; |
1318 | 1320 | 2B50481174F97B1EE25DA725 /* Sendbird.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Sendbird.swift; sourceTree = "<group>"; }; |
1319 | 1321 | 2B719C1C7BCA50103B2FD33F /* CreateGroupChannelView+SubViewBuilder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CreateGroupChannelView+SubViewBuilder.swift"; sourceTree = "<group>"; }; |
|
2491 | 2493 | 115DD1E49CB4A60C09E572DF /* Common */ = { |
2492 | 2494 | isa = PBXGroup; |
2493 | 2495 | children = ( |
| 2496 | + 2B125726A8A83C3A03771C4B /* SBUBaseViewModel.swift */, |
2494 | 2497 | 43029E52C382D59F27DB2770 /* SBUCommonDelegate.swift */, |
2495 | 2498 | ); |
2496 | 2499 | path = Common; |
|
7141 | 7144 | D7C7A88AFF4A08EF7105823E /* SBUBaseSelectUserViewModel.swift in Sources */, |
7142 | 7145 | 3995D511AD5734E72ED66070 /* SBUBaseViewController.Unavailable.swift in Sources */, |
7143 | 7146 | D79DA58655048691F33C1324 /* SBUBaseViewController.swift in Sources */, |
| 7147 | + 1A30E0BD7EAEA23DBB08D0F8 /* SBUBaseViewModel.swift in Sources */, |
7144 | 7148 | CEB27644D5A809454035EEF4 /* SBUBottomSheetController.swift in Sources */, |
7145 | 7149 | 7D8DB25B63042F2D7F505632 /* SBUCacheManager.Config.swift in Sources */, |
7146 | 7150 | AB791AB930FFFD5BFBB6F305 /* SBUCacheManager.DiskCache.swift in Sources */, |
|
7647 | 7651 | "@executable_path/Frameworks", |
7648 | 7652 | "@loader_path/Frameworks", |
7649 | 7653 | ); |
7650 | | - MARKETING_VERSION = 1.1.2; |
| 7654 | + MARKETING_VERSION = 1.1.3; |
7651 | 7655 | PRODUCT_BUNDLE_IDENTIFIER = com.sendbird.swiftui.sample; |
7652 | 7656 | PRODUCT_NAME = "$(TARGET_NAME)"; |
7653 | 7657 | SDKROOT = iphoneos; |
|
7679 | 7683 | "@executable_path/Frameworks", |
7680 | 7684 | "@loader_path/Frameworks", |
7681 | 7685 | ); |
7682 | | - MARKETING_VERSION = 1.1.2; |
| 7686 | + MARKETING_VERSION = 1.1.3; |
7683 | 7687 | PRODUCT_BUNDLE_IDENTIFIER = com.sendbird.swiftui.sample.SwiftUINotificationService; |
7684 | 7688 | PRODUCT_NAME = "$(TARGET_NAME)"; |
7685 | 7689 | SDKROOT = iphoneos; |
|
7769 | 7773 | "@executable_path/Frameworks", |
7770 | 7774 | "@loader_path/Frameworks", |
7771 | 7775 | ); |
7772 | | - MARKETING_VERSION = 1.1.2; |
| 7776 | + MARKETING_VERSION = 1.1.3; |
7773 | 7777 | PRODUCT_BUNDLE_IDENTIFIER = com.sendbird.swiftui.sample; |
7774 | 7778 | PRODUCT_NAME = "$(TARGET_NAME)"; |
7775 | 7779 | SDKROOT = iphoneos; |
|
7856 | 7860 | "@executable_path/Frameworks", |
7857 | 7861 | "@loader_path/Frameworks", |
7858 | 7862 | ); |
7859 | | - MARKETING_VERSION = 1.1.2; |
| 7863 | + MARKETING_VERSION = 1.1.3; |
7860 | 7864 | PRODUCT_BUNDLE_IDENTIFIER = com.sendbird.swiftui.sample.SwiftUINotificationService; |
7861 | 7865 | PRODUCT_NAME = "$(TARGET_NAME)"; |
7862 | 7866 | SDKROOT = iphoneos; |
|
7905 | 7909 | repositoryURL = "https://github.com/sendbird/sendbird-chat-sdk-ios"; |
7906 | 7910 | requirement = { |
7907 | 7911 | kind = upToNextMajorVersion; |
7908 | | - minimumVersion = 4.32.0; |
| 7912 | + minimumVersion = 4.34.1; |
7909 | 7913 | }; |
7910 | 7914 | }; |
7911 | 7915 | BA2412B4C520C201A8099145 /* XCRemoteSwiftPackageReference "sendbird-uikit-ios-spm" */ = { |
7912 | 7916 | isa = XCRemoteSwiftPackageReference; |
7913 | 7917 | repositoryURL = "https://github.com/sendbird/sendbird-uikit-ios-spm"; |
7914 | 7918 | requirement = { |
7915 | 7919 | kind = upToNextMajorVersion; |
7916 | | - minimumVersion = 3.32.3; |
| 7920 | + minimumVersion = 3.32.4; |
7917 | 7921 | }; |
7918 | 7922 | }; |
7919 | 7923 | /* End XCRemoteSwiftPackageReference section */ |
|
0 commit comments