File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 199199 fastlane
200200 pry
201201 fastlane-plugin-sonarcloud_metric_kit (0.2.1 )
202- fastlane-plugin-stream_actions (0.3.57 )
202+ fastlane-plugin-stream_actions (0.3.59 )
203203 xctest_list (= 1.2.1 )
204204 fastlane-plugin-versioning (0.5.2 )
205205 ffi (1.17.0 )
@@ -427,7 +427,7 @@ DEPENDENCIES
427427 fastlane-plugin-create_xcframework
428428 fastlane-plugin-lizard
429429 fastlane-plugin-sonarcloud_metric_kit
430- fastlane-plugin-stream_actions (= 0.3.57 )
430+ fastlane-plugin-stream_actions (= 0.3.59 )
431431 fastlane-plugin-versioning
432432 jazzy
433433 json
Original file line number Diff line number Diff line change 55<p align =" center " >
66 <a href =" https://sonarcloud.io/summary/new_code?id=GetStream_stream-chat-swiftui " ><img src =" https://sonarcloud.io/api/project_badges/measure?project=GetStream_stream-chat-swiftui&metric=coverage " /></a >
77
8- <img id =" stream-chat-swiftui-label " alt =" StreamChatSwiftUI " src =" https://img.shields.io/badge/StreamChatSwiftUI-7.01MB -blue " />
8+ <img id =" stream-chat-swiftui-label " alt =" StreamChatSwiftUI " src =" https://img.shields.io/badge/StreamChatSwiftUI-7.01%20MMB -blue " />
99</p >
1010
1111## SwiftUI StreamChat SDK
Original file line number Diff line number Diff line change @@ -516,7 +516,7 @@ def frameworks_sizes
516516
517517 frameworks_path = "../#{ archive_dir } /Products/Applications/DemoAppSwiftUI.app/Frameworks"
518518 stream_chat_swiftui_size = File . size ( "#{ frameworks_path } /StreamChatSwiftUI.framework/StreamChatSwiftUI" )
519- stream_chat_swiftui_size_kb = ( ( stream_chat_swiftui_size + assets_thinned_size ) . to_f / 1024 )
519+ stream_chat_swiftui_size_kb = ( stream_chat_swiftui_size + assets_thinned_size ) / 1024.0
520520
521- { StreamChatSwiftUI : stream_chat_swiftui_size_kb }
521+ { StreamChatSwiftUI : stream_chat_swiftui_size_kb . round ( 0 ) }
522522end
Original file line number Diff line number Diff line change 44
55gem 'fastlane-plugin-versioning'
66gem 'fastlane-plugin-sonarcloud_metric_kit'
7- gem 'fastlane-plugin-stream_actions', '0.3.57 '
7+ gem 'fastlane-plugin-stream_actions', '0.3.59 '
88gem 'fastlane-plugin-create_xcframework'
You can’t perform that action at this time.
0 commit comments