From aa7ee77f583ecc584c0f12848d40b0ad92a0f526 Mon Sep 17 00:00:00 2001 From: Duraid Abdul Date: Tue, 11 May 2021 15:21:56 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9214d41..d50af51 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # **LocalConsole** +Welcome to LocalConsole! This Swift Package makes on-device debugging easy with a convenient PiP-style console that can display items in the same way print() will in Xcode. This tool can also dynamically display view frames and restart SpringBoard right from your live app. + ## **Setup** From 83dc822c5e568b581c83b738d8918f80614fcf3b Mon Sep 17 00:00:00 2001 From: Duraid Abdul Date: Tue, 11 May 2021 15:22:41 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d50af51..e6d332d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # **LocalConsole** -Welcome to LocalConsole! This Swift Package makes on-device debugging easy with a convenient PiP-style console that can display items in the same way print() will in Xcode. This tool can also dynamically display view frames and restart SpringBoard right from your live app. +Welcome to LocalConsole! This Swift Package makes on-device debugging easy with a convenient PiP-style console that can display items in the same way ```print()``` will in Xcode. This tool can also dynamically display view frames and restart SpringBoard right from your live app.