Skip to content

Commit 5176390

Browse files
authored
Merge pull request #20 from sendbird/feature/celine/update-xcodegen
Updated xcodegen to support Message Template module
2 parents e057036 + b7e0fcd commit 5176390

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Sample/project.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ packages:
1313
SendbirdChatSDK:
1414
url: https://github.com/sendbird/sendbird-chat-sdk-ios
1515
from: 4.23.1
16+
SendbirdUIKit:
17+
url: https://github.com/sendbird/sendbird-uikit-ios-spm
18+
from: 3.29.2
1619

1720
schemes:
1821
QuickStartSwiftUI:
@@ -37,7 +40,6 @@ settingGroups:
3740
preset_generic:
3841
CODE_SIGN_STYLE: Automatic
3942
CURRENT_PROJECT_VERSION: '1'
40-
DEVELOPMENT_TEAM: RM4A5PXTUX
4143
FRAMEWORK_SEARCH_PATHS: ''
4244
IPHONEOS_DEPLOYMENT_TARGET: '15.0'
4345
LD_RUNPATH_SEARCH_PATHS: ["$(inherited)", "@executable_path/Frameworks", "@loader_path/Frameworks"]
@@ -56,6 +58,9 @@ targets:
5658
dependencies:
5759
- target: NotificationService
5860
- package: SendbirdChatSDK
61+
- package: SendbirdUIKit
62+
products:
63+
- SendbirdUIMessageTemplate
5964
- sdk: UserNotifications.framework
6065
platform: iOS
6166
productName: QuickStartSwiftUI

0 commit comments

Comments
 (0)