From 394836f247a46e65117923b3da5d825eeb259193 Mon Sep 17 00:00:00 2001 From: Will Han Date: Fri, 7 Nov 2025 00:06:24 +0800 Subject: [PATCH] Correct the scheme name for macOS target. --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index fb584b25..88cb3895 100644 --- a/Justfile +++ b/Justfile @@ -47,7 +47,7 @@ patch-for-macos: backup # Build the macOS app build: #check generate @echo "Building BitChat for macOS..." - @xcodebuild -project bitchat.xcodeproj -scheme "bitchat_macOS" -configuration Debug CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGN_ENTITLEMENTS="" build + @xcodebuild -project bitchat.xcodeproj -scheme "bitchat (macOS)" -configuration Debug CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGN_ENTITLEMENTS="" build # Run the macOS app run: build