-
Notifications
You must be signed in to change notification settings - Fork 0
Building From Source
Andrew Bacon edited this page Jul 3, 2026
·
1 revision
- macOS 14 or newer
- Xcode with command-line tools
- Swift 6 toolchain through Xcode
git clone https://github.com/RamenPacket84/InfraCanvas.git
cd InfraCanvasOpen:
open InfraCanvas.xcodeprojSelect the InfraCanvas scheme, choose My Mac, and run.
swift testxcodebuild -project InfraCanvas.xcodeproj -scheme InfraCanvas -configuration Debug -destination platform=macOS buildscripts/package_release.sh 0.1.0The generated DMG is written to:
dist/InfraCanvas-0.1.0.dmgThe dist/ folder is intentionally ignored by git.