File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -872,7 +872,7 @@ lane :validate_public_interface do
872872end
873873
874874lane :show_frameworks_sizes do |options |
875- # next unless is_check_required(sources: sources_matrix[:size], force_check: @force_check)
875+ next unless is_check_required ( sources : sources_matrix [ :size ] , force_check : @force_check )
876876
877877 sizes = options [ :sizes ] || frameworks_sizes
878878 show_sdk_size ( branch_sizes : sizes , github_repo : github_repo )
@@ -926,7 +926,7 @@ private_lane :frameworks_sizes do
926926end
927927
928928lane :size_analyze do
929- # next unless is_check_required(sources: sources_matrix[:size], force_check: @force_check)
929+ next unless is_check_required ( sources : sources_matrix [ :size ] , force_check : @force_check )
930930
931931 gym (
932932 scheme : 'DemoApp' ,
You can’t perform that action at this time.
0 commit comments