Skip to content

Building from Source

Oleksandr Tk edited this page Jul 24, 2026 · 1 revision

Requirements

Steps

# Clone the repository
git clone https://github.com/AlexTkDev/MacOSCleaner.git
cd MacOSCleaner/MacOSCleaner

# Generate Xcode project
xcodegen

# Open project
open MacOSCleaner.xcodeproj

Use ⌘R to run, ⌘U to test, or Product → Archive to create a distributable app.

Configuration

The project.yml file defines the project structure. For development, set DEVELOPMENT_TEAM to your Apple Developer team in project.yml or in Xcode.

Clone this wiki locally