Skip to content

Commit ff974e2

Browse files
[BW] Add a default value for package.swift formatted line (#2211)
1 parent 50b4b34 commit ff974e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fastlane/Fastfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ private_lane :update_spm do |options|
188188
line.gsub(/(checksum: ")[a-z0-9]+(")/, "\\1#{stream_chat_checksum}\\2")
189189
when "StreamChatUI"
190190
line.gsub(/(checksum: ")[a-z0-9]+(")/, "\\1#{stream_chat_ui_checksum}\\2")
191+
else
192+
line
191193
end
192194

193195
url_pattern = %r{(releases/download/)[.0-9]+(/)}

0 commit comments

Comments
 (0)