-
Notifications
You must be signed in to change notification settings - Fork 74
Development Setup
yonaries edited this page Mar 7, 2026
·
1 revision
- macOS 15 or later
- Xcode 15 or later
- Homebrew
git clone https://github.com/the-ora/browser.git
cd browser
./scripts/setup.sh
open Ora.xcodeproj./scripts/setup.sh installs or verifies:
xcodegenswiftlintswiftformatxcbeautifylefthook
It also installs git hooks and regenerates Ora.xcodeproj.
Open Ora.xcodeproj, select the ora scheme, and run the app from Xcode.
The project supports InjectionIII for faster SwiftUI iteration in debug builds. See the full contributor guide for the current workflow: