From e73d58ee5dd43eaeaaa717f7781cc22256df30f0 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 21 Apr 2026 22:54:40 -0500 Subject: feat(v2.4.0): add JSON output, CLI foundation, and shared report layer * introduce DomainReport as canonical output model * add JSON export for single and batch results * create DomainReportBuilder for reusable report construction * add CLI target using shared inspection pipeline * refactor services for UI-independent usage * ensure consistency across TXT, CSV, and JSON outputs --- .../xcuserdata/cmc.xcuserdatad/xcschemes/xcschememanagement.plist | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'DomainDig.xcodeproj/xcuserdata/cmc.xcuserdatad') diff --git a/DomainDig.xcodeproj/xcuserdata/cmc.xcuserdatad/xcschemes/xcschememanagement.plist b/DomainDig.xcodeproj/xcuserdata/cmc.xcuserdatad/xcschemes/xcschememanagement.plist index bd2f39c..06d0111 100644 --- a/DomainDig.xcodeproj/xcuserdata/cmc.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/DomainDig.xcodeproj/xcuserdata/cmc.xcuserdatad/xcschemes/xcschememanagement.plist @@ -5,6 +5,11 @@ SchemeUserState DomainDig.xcscheme_^#shared#^_ + + orderHint + 1 + + DomainDigCLI.xcscheme_^#shared#^_ orderHint 0 -- cgit v1.2.3