Skip to content

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) │
│                                                                              │
└──────────────────────────────────────────────────────────────────────────────┘

Contributing

Thank you for your interest in contributing to Mac Hacker Toolkit!

Getting Started

  1. Fork the repository
  2. Clone your fork
  3. 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

Development Setup

# Install XcodeGen
brew install xcodegen

# Generate project
xcodegen generate

# Build
xcodebuild -scheme MacHackerToolkit -configuration Debug build

Code Style

  • Follow Swift API Design Guidelines
  • Use Swift formatting (swift format)
  • Maximum line length: 120 characters

Pull Request Process

  1. Test your changes
  2. Update documentation
  3. Submit PR with description

Bug Reports

Please report bugs via GitHub Issues.

Feature Requests

Use GitHub Discussions for feature requests.


See CONTRIBUTING.md for full guidelines.


🍎 Brand & Resources

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

Clone this wiki locally