File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ NavigationView {
5858Text (" Button" ).debugScan (" ButtonText" )
5959```
6060
61- ** 💡 Recommended targets:**
61+ ** Recommended targets:**
6262- Screen root views
6363- Major container views
6464- Complex custom components
@@ -75,15 +75,19 @@ Set `SWIFTUI_DEBUG_SCAN_VERBOSE=1` for detailed diagnostics:
7575
7676## Installation
7777
78- ** Swift Package Manager: **
78+ ### Option 1: Swift Package Manager (Recommended)
7979``` swift
8080dependencies: [
8181 .package (url : " https://github.com/ConsultingMD/swift-ui-debug-scan" , from : " 0.1.0" )
8282]
8383```
84-
8584** Xcode:** ` File > Add Packages ` → Enter URL above
8685
86+ ### Option 2: Direct File Integration (Zero Dependencies)
87+ 1 . Download [ ` DebugScan.swift ` ] ( Sources/SwiftUIDebugScan/DebugScan.swift )
88+ 2 . Drag the file into your project
89+ 3 . Skip the ` import SwiftUIDebugScan ` line - start using ` .debugScan() ` immediately
90+
8791## Contributing
8892
8993Contributions welcome! See [ CONTRIBUTING.md] ( CONTRIBUTING.md ) for guidelines.
You can’t perform that action at this time.
0 commit comments