From faf25a635d9b687444464df08bb314da33608c27 Mon Sep 17 00:00:00 2001 From: Chin-Chang Yang <2770271+ChinChangYang@users.noreply.github.com> Date: Sun, 12 Nov 2023 21:58:02 +0800 Subject: [PATCH] Change build configuration to "Debug" for kataGo.xcscheme - The build configuration for kataGo.xcscheme was changed from "Release" to "Debug" to facilitate debugging and testing, and this yields consistent source code and coverage test results that are shown in Xcode GUI. --- .../KataGo.xcodeproj/xcshareddata/xcschemes/katago.xcscheme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/xcode/KataGo.xcodeproj/xcshareddata/xcschemes/katago.xcscheme b/cpp/xcode/KataGo.xcodeproj/xcshareddata/xcschemes/katago.xcscheme index 7e29f77a9..042959e2e 100644 --- a/cpp/xcode/KataGo.xcodeproj/xcshareddata/xcschemes/katago.xcscheme +++ b/cpp/xcode/KataGo.xcodeproj/xcshareddata/xcschemes/katago.xcscheme @@ -56,7 +56,7 @@