mirror of
https://github.com/bitwarden/ios.git
synced 2025-12-10 00:42:29 -06:00
10 lines
225 B
Ruby
10 lines
225 B
Ruby
brew "fastlane"
|
|
brew "mint"
|
|
brew "swift-protobuf" # used by Bitwarden Authenticator
|
|
|
|
if ENV["CI"]
|
|
brew "yq"
|
|
brew "xcresultparser"
|
|
brew "coreutils" # using gtimeout in test workflows to stop hanging simulators
|
|
end
|