-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBrewfile
More file actions
40 lines (31 loc) · 1.16 KB
/
Brewfile
File metadata and controls
40 lines (31 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Homebrew Bundle file for OpenMind development
# Install with: brew bundle
# Xcode command line tools
brew "xcodegen" # Generate Xcode projects
brew "xcbeautify" # Beautiful Xcode build output
brew "xcodes" # Manage multiple Xcode versions
# Code quality
brew "swiftlint" # Swift style and conventions
brew "swiftformat" # Swift code formatter
brew "periphery" # Dead code detection
# Build tools
brew "xcov" # Code coverage reports
brew "xctool" # Alternative build tool
brew "xcparse" # Parse xcresult bundles
# Testing
brew "marathon-swift" # Swift script runner
brew "swift-sh" # Swift scripting
# Documentation
brew "sourcedocs" # Markdown documentation
# Utilities
brew "jq" # JSON processor
brew "yq" # YAML processor
brew "gh" # GitHub CLI
brew "pre-commit" # Git hooks
# Performance
brew "instruments-cli" # Command line instruments
# Security
brew "gitleaks" # Detect secrets in code
# Optional: Install Mac App Store apps
mas "Xcode", id: 497799835
mas "Developer", id: 640199958