From 64795d6aaeae8c1a7dcb0964d5fd2a8c12525179 Mon Sep 17 00:00:00 2001 From: Matheus Gois Date: Tue, 9 Apr 2024 13:34:28 -0300 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 924d6cb19..a04f59e2a 100644 --- a/README.md +++ b/README.md @@ -672,6 +672,7 @@ Please see [CONTRIBUTING](https://github.com/vsouza/awesome-ios/blob/master/.git - [Atlantis](https://github.com/ProxymanApp/atlantis) - A little and powerful iOS framework for intercepting HTTP/HTTPS Traffic from your iOS app. No more messing around with proxy and certificate config. Inspect Traffic Log with Proxyman app. - [NetShears](https://github.com/divar-ir/NetShears.git) - Allows developers to intercept and monitor HTTP/HTTPS requests and responses. It also could be configured to show gRPC calls. - [Scyther](https://github.com/bstillitano/Scyther) - A full-featured, in-app debugging menu packed full of useful tools including network logging, layout inspection, location spoofing, console logging and so much more. +- [DebugSwift](https://github.com/DebugSwift/DebugSwift) - A comprehensive toolkit designed to simplify and enhance the debugging process for iOS applications. **[back to top](#contributing-and-collaborating)** From e4b44858d8b9671fcf918cec080b4d1de86838c6 Mon Sep 17 00:00:00 2001 From: Matheus Gois Date: Tue, 9 Apr 2024 13:42:41 -0300 Subject: [PATCH 2/2] Set order alphabetical --- README.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index a04f59e2a..9ab0ba1dd 100644 --- a/README.md +++ b/README.md @@ -648,31 +648,31 @@ Please see [CONTRIBUTING](https://github.com/vsouza/awesome-ios/blob/master/.git *Debugging tools, crash reports, logs and console UI's.* -- [Xniffer](https://github.com/xmartlabs/Xniffer) - A swift network profiler built on top of URLSession. -- [Netfox](https://github.com/kasketis/netfox) - A lightweight, one line setup, iOS / macOS network debugging library! -- [PonyDebugger](https://github.com/square/PonyDebugger) - Remote network and data debugging for your native iOS app using Chrome Developer Tools. +- [AEConsole](https://github.com/tadija/AEConsole) - Customizable Console UI overlay with debug log on top of your iOS App. +- [Alpha](https://github.com/Legoless/Alpha) - Next generation debugging framework for iOS. +- [AppSpector](https://appspector.com) - Remote iOS and Android debugging and data collection service. You can debug networking, logs, CoreData, SQLite, NSNotificationCenter and mock device's geo location. +- [Atlantis](https://github.com/ProxymanApp/atlantis) - A little and powerful iOS framework for intercepting HTTP/HTTPS Traffic from your iOS app. No more messing around with proxy and certificate config. Inspect Traffic Log with Proxyman app. +- [chisel](https://github.com/facebook/chisel) - Collection of LLDB commands to assist debugging iOS apps. - [DBDebugToolkit](https://github.com/dbukowski/DBDebugToolkit) - Set of easy to use debugging tools for iOS developers & QA engineers. +- [DebugSwift](https://github.com/DebugSwift/DebugSwift) - A comprehensive toolkit designed to simplify and enhance the debugging process for iOS applications. +- [DoraemonKit](https://github.com/didi/DoraemonKit) - A full-featured iOS App development assistant,30+ tools included. You deserve it. +- [Dotzu](https://github.com/remirobert/Dotzu) - iOS app debugger while using the app. Crash report, logs, network. +- [Droar](https://github.com/myriadmobile/Droar) - Droar is a modular, single-line installation debugging window. - [Flex](https://github.com/Flipboard/FLEX) - An in-app debugging and exploration tool for iOS. -- [chisel](https://github.com/facebook/chisel) - Collection of LLDB commands to assist debugging iOS apps. -- [Alpha](https://github.com/Legoless/Alpha) - Next generation debugging framework for iOS. -- [AEConsole](https://github.com/tadija/AEConsole) - Customizable Console UI overlay with debug log on top of your iOS App. - [GodEye](https://github.com/zixun/GodEye) - Automatically display Log,Crash,Network,ANR,Leak,CPU,RAM,FPS,NetFlow,Folder and etc with one line of code based on Swift. -- [NetworkEye](https://github.com/coderyi/NetworkEye) - a iOS network debug library, It can monitor HTTP requests within the App and displays information related to the request. -- [Dotzu](https://github.com/remirobert/Dotzu) - iOS app debugger while using the app. Crash report, logs, network. -- [Hyperion](https://github.com/willowtreeapps/Hyperion-iOS) - In-app design review tool to inspect measurements, attributes, and animations. - [Httper-iOS](https://github.com/MuShare/Httper-iOS) - App for developers to test REST API. -- [Droar](https://github.com/myriadmobile/Droar) - Droar is a modular, single-line installation debugging window. -- [Wormholy](https://github.com/pmusolino/Wormholy) - iOS network debugging, like a wizard. -- [AppSpector](https://appspector.com) - Remote iOS and Android debugging and data collection service. You can debug networking, logs, CoreData, SQLite, NSNotificationCenter and mock device's geo location. -- [Woodpecker](http://www.woodpeck.cn) - View sandbox files, UserDefaults, network request from Mac. +- [Hyperion](https://github.com/willowtreeapps/Hyperion-iOS) - In-app design review tool to inspect measurements, attributes, and animations. - [LayoutInspector](https://github.com/isavynskyi/LayoutInspector) - Debug app layouts directly on iOS device: inspect layers in 3D and debug each visible view attributes. - [MTHawkeye](https://github.com/meitu/MTHawkeye) - Profiling / Debugging assist tools for iOS, include tools: UITimeProfiler, Memory Allocations, Living ObjC Objects Sniffer, Network Transaction Waterfall, etc. -- [Playbook](https://github.com/playbook-ui/playbook-ios) - A library for isolated developing UI components and automatically snapshots of them. -- [DoraemonKit](https://github.com/didi/DoraemonKit) - A full-featured iOS App development assistant,30+ tools included. You deserve it. -- [Atlantis](https://github.com/ProxymanApp/atlantis) - A little and powerful iOS framework for intercepting HTTP/HTTPS Traffic from your iOS app. No more messing around with proxy and certificate config. Inspect Traffic Log with Proxyman app. +- [Netfox](https://github.com/kasketis/netfox) - A lightweight, one line setup, iOS / macOS network debugging library! - [NetShears](https://github.com/divar-ir/NetShears.git) - Allows developers to intercept and monitor HTTP/HTTPS requests and responses. It also could be configured to show gRPC calls. +- [NetworkEye](https://github.com/coderyi/NetworkEye) - a iOS network debug library, It can monitor HTTP requests within the App and displays information related to the request. +- [PonyDebugger](https://github.com/square/PonyDebugger) - Remote network and data debugging for your native iOS app using Chrome Developer Tools. +- [Playbook](https://github.com/playbook-ui/playbook-ios) - A library for isolated developing UI components and automatically snapshots of them. - [Scyther](https://github.com/bstillitano/Scyther) - A full-featured, in-app debugging menu packed full of useful tools including network logging, layout inspection, location spoofing, console logging and so much more. -- [DebugSwift](https://github.com/DebugSwift/DebugSwift) - A comprehensive toolkit designed to simplify and enhance the debugging process for iOS applications. +- [Wormholy](https://github.com/pmusolino/Wormholy) - iOS network debugging, like a wizard. +- [Xniffer](https://github.com/xmartlabs/Xniffer) - A swift network profiler built on top of URLSession. +- [Woodpecker](http://www.woodpeck.cn) - View sandbox files, UserDefaults, network request from Mac. **[back to top](#contributing-and-collaborating)**