mirror of
https://github.com/bitwarden/ios.git
synced 2026-04-29 11:42:20 -05:00
12 lines
292 B
Ruby
12 lines
292 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
|
|
else
|
|
brew "typos-cli" # spell check script and pre-commit hook
|
|
end
|