From 09695dc3deea98d33fd2761df867e85e512ca942 Mon Sep 17 00:00:00 2001 From: v504 Date: Thu, 28 Aug 2025 19:30:57 +0800 Subject: [PATCH] Remove debug TestAutoSelectButton from ScannerView and update build configuration to Release in MyQrCode scheme. This streamlines the scanning interface and prepares the project for production deployment. --- .../xcshareddata/xcschemes/MyQrCode.xcscheme | 2 +- MyQrCode/Views/Scanner/ScannerView.swift | 11 +-- docs/SCANNER_UI_CLEANUP_README.md | 84 +++++++++++++++++++ 3 files changed, 86 insertions(+), 11 deletions(-) create mode 100644 docs/SCANNER_UI_CLEANUP_README.md diff --git a/MyQrCode.xcodeproj/xcshareddata/xcschemes/MyQrCode.xcscheme b/MyQrCode.xcodeproj/xcshareddata/xcschemes/MyQrCode.xcscheme index 323753f..d7b4809 100644 --- a/MyQrCode.xcodeproj/xcshareddata/xcschemes/MyQrCode.xcscheme +++ b/MyQrCode.xcodeproj/xcshareddata/xcschemes/MyQrCode.xcscheme @@ -55,7 +55,7 @@