From 2a67f5e83a5eb2f7a0a24b16f1fedaac4e630c83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EB=AA=85=EC=83=81/=EA=B2=8C=EC=9E=84=ED=94=8C?= =?UTF-8?q?=EB=9E=AB=ED=8F=BC=ED=81=B4=EB=9D=BC=ED=8C=80/NE?= Date: Tue, 21 Apr 2026 14:00:00 +0900 Subject: [PATCH] Mark Auth standalone platforms as alwaysOn Windows and macOS entries for Facebook, Google, Naver, Twitter, Line, AppleId, Payco, and EpicGames now set `"alwaysOn": true`. These platforms are always supported by the Auth adapters and the Setting Tool UI renders them as disabled+checked (cannot be deselected). Requires SettingTool build with the alwaysOn schema support. Co-Authored-By: Claude Opus 4.7 (1M context) --- GamebaseSettingTool/adapterData.json | 48 ++++++++++++++++++---------- 1 file changed, 32 insertions(+), 16 deletions(-) diff --git a/GamebaseSettingTool/adapterData.json b/GamebaseSettingTool/adapterData.json index a741904..ffb4731 100644 --- a/GamebaseSettingTool/adapterData.json +++ b/GamebaseSettingTool/adapterData.json @@ -105,10 +105,12 @@ } }, { - "name" : "Windows" + "name" : "Windows", + "alwaysOn" : true }, { - "name" : "macOS" + "name" : "macOS", + "alwaysOn" : true } ] }, @@ -129,10 +131,12 @@ } }, { - "name" : "Windows" + "name" : "Windows", + "alwaysOn" : true }, { - "name" : "macOS" + "name" : "macOS", + "alwaysOn" : true } ] }, @@ -180,10 +184,12 @@ } }, { - "name" : "Windows" + "name" : "Windows", + "alwaysOn" : true }, { - "name" : "macOS" + "name" : "macOS", + "alwaysOn" : true } ] }, @@ -204,10 +210,12 @@ } }, { - "name" : "Windows" + "name" : "Windows", + "alwaysOn" : true }, { - "name" : "macOS" + "name" : "macOS", + "alwaysOn" : true } ] }, @@ -236,10 +244,12 @@ } }, { - "name" : "Windows" + "name" : "Windows", + "alwaysOn" : true }, { - "name" : "macOS" + "name" : "macOS", + "alwaysOn" : true } ] }, @@ -260,10 +270,12 @@ } }, { - "name" : "Windows" + "name" : "Windows", + "alwaysOn" : true }, { - "name" : "macOS" + "name" : "macOS", + "alwaysOn" : true } ] }, @@ -320,10 +332,12 @@ } }, { - "name" : "Windows" + "name" : "Windows", + "alwaysOn" : true }, { - "name" : "macOS" + "name" : "macOS", + "alwaysOn" : true } ] }, @@ -378,10 +392,12 @@ "displayName": "Epic Games", "platforms" : [ { - "name" : "Windows" + "name" : "Windows", + "alwaysOn" : true }, { - "name" : "macOS" + "name" : "macOS", + "alwaysOn" : true } ] }