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 199
199
fastlane
200
200
pry
201
201
fastlane-plugin-sonarcloud_metric_kit (0.2.1 )
202
- fastlane-plugin-stream_actions (0.3.57 )
202
+ fastlane-plugin-stream_actions (0.3.59 )
203
203
xctest_list (= 1.2.1 )
204
204
fastlane-plugin-versioning (0.5.2 )
205
205
ffi (1.17.0 )
@@ -427,7 +427,7 @@ DEPENDENCIES
427
427
fastlane-plugin-create_xcframework
428
428
fastlane-plugin-lizard
429
429
fastlane-plugin-sonarcloud_metric_kit
430
- fastlane-plugin-stream_actions (= 0.3.57 )
430
+ fastlane-plugin-stream_actions (= 0.3.59 )
431
431
fastlane-plugin-versioning
432
432
jazzy
433
433
json
Original file line number Diff line number Diff line change 5
5
<p align =" center " >
6
6
<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 >
7
7
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 " />
9
9
</p >
10
10
11
11
## SwiftUI StreamChat SDK
Original file line number Diff line number Diff line change @@ -516,7 +516,7 @@ def frameworks_sizes
516
516
517
517
frameworks_path = "../#{ archive_dir } /Products/Applications/DemoAppSwiftUI.app/Frameworks"
518
518
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
520
520
521
- { StreamChatSwiftUI : stream_chat_swiftui_size_kb }
521
+ { StreamChatSwiftUI : stream_chat_swiftui_size_kb . round ( 0 ) }
522
522
end
Original file line number Diff line number Diff line change 4
4
5
5
gem 'fastlane-plugin-versioning'
6
6
gem 'fastlane-plugin-sonarcloud_metric_kit'
7
- gem 'fastlane-plugin-stream_actions', '0.3.57 '
7
+ gem 'fastlane-plugin-stream_actions', '0.3.59 '
8
8
gem 'fastlane-plugin-create_xcframework'
You can’t perform that action at this time.
0 commit comments