Files
ios/Brewfile
2026-02-05 16:47:14 -06:00

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