Skip to content

Commit

Permalink
[BW] Add a default value for package.swift formatted line (#2211)
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Aug 3, 2022
1 parent 50b4b34 commit ff974e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ private_lane :update_spm do |options|
line.gsub(/(checksum: ")[a-z0-9]+(")/, "\\1#{stream_chat_checksum}\\2")
when "StreamChatUI"
line.gsub(/(checksum: ")[a-z0-9]+(")/, "\\1#{stream_chat_ui_checksum}\\2")
else
line
end

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

0 comments on commit ff974e2

Please sign in to comment.