-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing
N0K71RN4L edited this page Apr 21, 2026
·
2 revisions
┌──────────────────────────────────────────────────────────────────────────────┐
│ │
│ 🛡️ **Mac Hacker Toolkit** v1.0.3 • 2026-04-21 │
│ │
│ 🔗 [Home](Home) 📖 [Getting Started](Getting-Started) 🔧 [Tools](Tool-Reference) │
│ 📡 [Architecture](Architecture) 🔐 [Security](Security) 🤝 [Contributing](Contributing) │
│ │
└──────────────────────────────────────────────────────────────────────────────┘
Thank you for your interest in contributing to Mac Hacker Toolkit!
- Fork the repository
- Clone your fork
- Create a feature branch
git clone https://github.com/YOUR_USERNAME/mac_hacker_toolkit.git
cd mac_hacker_toolkit
git checkout -b feature/your-feature-name# Install XcodeGen
brew install xcodegen
# Generate project
xcodegen generate
# Build
xcodebuild -scheme MacHackerToolkit -configuration Debug build- Follow Swift API Design Guidelines
- Use Swift formatting (
swift format) - Maximum line length: 120 characters
- Test your changes
- Update documentation
- Submit PR with description
Please report bugs via GitHub Issues.
Use GitHub Discussions for feature requests.
See CONTRIBUTING.md for full guidelines.
| Resource | Link |
|---|---|
| 📖 Documentation | Wiki Home |
| 📦 Releases | GitHub Releases |
| 🐛 Issues | GitHub Issues |
| 💬 Discussions | GitHub Discussions |
| 📜 License | MIT License |
🔐 Mac Hacker Toolkit — Built with ❤️ for the security community