File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ update_swiftygif: check_version_parameter
19
19
./Scripts/removePublicDeclarations.sh Sources/StreamChatSwiftUI/StreamSwiftyGif
20
20
21
21
update_markdown_ui : check_version_parameter
22
- ./Scripts/updateDependency.sh $(version ) Dependencies/MarkdownUI Sources/StreamChatAISwiftUI/MarkdownUI Sources
22
+ ./Scripts/updateDependency.sh $(version ) Dependencies/MarkdownUI Sources/StreamChatAISwiftUI/StreamMarkdownUI Sources
23
23
./Scripts/removePublicDeclarations.sh Sources/StreamChatAISwiftUI/StreamMarkdownUI
24
24
25
25
update_splash : check_version_parameter
26
- ./Scripts/updateDependency.sh $(version ) Dependencies/Splash Sources/StreamChatAISwiftUI/Splash Sources
26
+ ./Scripts/updateDependency.sh $(version ) Dependencies/Splash Sources/StreamChatAISwiftUI/StreamSplash Sources
27
27
./Scripts/removePublicDeclarations.sh Sources/StreamChatAISwiftUI/StreamSplash
28
28
29
29
check_version_parameter :
You can’t perform that action at this time.
0 commit comments