iOS network debugging, like a wizard 🧙‍♂️

Overview

Icon

Language Pod version

Start debugging iOS network calls like a wizard, without extra code! Wormholy makes debugging quick and reliable.

What you can do:

  • No code to write and no imports.
  • Record all app traffic that uses NSURLSession.
  • Reveal the content of all requests, responses, and headers simply by shaking your phone!
  • No headaches with SSL certificates on HTTPS calls.
  • Find, isolate and fix bugs quickly.
  • Swift & Objective-C compatibility.
  • Also works with external libraries like Alamofire & AFNetworking.
  • Ability to blacklist hosts from being recorded using the array ignoredHosts.
  • Ability to export API requests as Postman collection
  • Ability to share cURL rappresentation of API requests

Icon

Requirements


  • iOS 9.0+
  • Xcode 10+
  • Swift 4, 4.1, 4.2 and Swift 5

Usage


Add it to your project, and that's all! Shake your device or your simulator and Wormholy will appear! You don't need to import the library into your code, it works magically!

I suggest you install it only in debug mode. The easiest way is with CocoaPods:

pod 'Wormholy', :configurations => ['Debug']

If you want to disable the shake, and fire Wormholy from another point inside your app, you need to set the environment variable WORMHOLY_SHAKE_ENABLED = NO, and call this local notification:

NotificationCenter.default.post(name: NSNotification.Name(rawValue: "wormholy_fire"), object: nil)

You can also programmatically enable/disable the shake gesture at any time. You can do Wormholy.shakeEnabled = false to disable (or enable) the shake gesture.

Carthage


You can also install Wormholy using Carthage.

To integrate Wormholy into your Xcode project using Carthage, specify it in your Cartfile:

github "pmusolino/Wormholy"

Run carthage update to build the framework and drag the built Wormholy.framework into your Xcode project.

Contributing

  • If you need help or you'd like to ask a general question, open an issue.
  • If you found a bug, open an issue.
  • If you have a feature request, open an issue.
  • If you want to contribute, submit a pull request.

Acknowledgements

Made with ❤️ by Paolo Musolino.

Follow me on:

💼 Linkedin

🤖 Twitter

🌇 Instagram

👨🏼‍🎤 Facebook

MIT License


Wormholy is available under the MIT license. See the LICENSE file for more info.

Comments
  • Capture output to an external service

    Capture output to an external service

    I have an idea to be able to capture the i/o of the networking stack and to share it automatically to some server. Or, at least, be able to share all the captured information as archive.

    enhancement 
    opened by richardtop 12
  • I want to integrate to custom schemes

    I want to integrate to custom schemes

    I have 4 schemes in my project except Release and I want to integrate in all the schemes except Release version.

    Can anyone please explain the steps required to achieve my requirement?

    Thanks in advance

    help wanted 
    opened by Pulkit-1mg 8
  • Fixed Swift 5.2 load issue, which doesn't fire anymore the initial load method

    Fixed Swift 5.2 load issue, which doesn't fire anymore the initial load method

    Fixes #78

    From Xcode 10.4 and Swift 5.2, there is an issue that doesn't allow Wormholy to work correctly since the initial method which uses an extension of UIApplication doesn't work anymore.

    The new solution implemented is based on this. This method works like a starter engine for Wormholy. We will call appWillLaunch() method in Swift (under the StarterEngine class), when didFinishLaunchingWithOptions is fired. This is the flow:

    1. App Start
    2. StarterEngine receive a UIApplicationDidFinishLaunchingNotification
    3. The notification fire the appWillLaunch() method under SwiftySelfAwareHelper

    Testing

    1. Run the demo app from Xcode 10.4 (Swift 5.2)
    2. Shake the device or the simulator
    3. Make sure that Wormholy appears correctly now.

    @kealdishx since you worked on the initial implementation https://github.com/pmusolino/Wormholy/pull/52 of the solution based on the UIApplication extension, I'd like it if you can check if everything continues to work correctly.

    opened by pmusolino 7
  • crash on iOS 15.0.0

    crash on iOS 15.0.0

    rashed: com.apple.main-thread 0 libswiftCore.dylib 0x18930dfd0 + 204 1 libswiftCore.dylib 0x18931a428 swift_checkMetadataState + 44 2 libswiftCore.dylib 0x18933c6ac + 252 3 libswiftCore.dylib 0x18933bc40 + 276 4 Wormholy 0x1073c7be0 WormholyReplaceMethod + 136788 5 Wormholy 0x1073c7ab8 WormholyReplaceMethod + 136492 6 CoreFoundation 0x184694a58 + 28 7 CoreFoundation 0x1847303b8 + 52 8 CoreFoundation 0x184703c10 + 440 9 CoreFoundation 0x1846aa55c _CFXNotificationPost + 716 10 Foundation 0x185e8a9dc + 64 11 UIKitCore 0x186ff76e0 + 3812 12 UIKitCore 0x186fe0398 + 1208 13 UIKitCore 0x186e3be38 + 152 14 UIKitCore 0x186c93e0c _UIScenePerformActionsWithLifecycleActionMask + 104 15 UIKitCore 0x186dbf200 + 224 16 UIKitCore 0x186ee0254 + 248 17 UIKitCore 0x187122a2c + 760 18 UIKitCore 0x1870adae4 + 340 19 UIKitCore 0x186c94c10 + 196 20 UIKitCore 0x186d54d78 + 892 21 UIKitCore 0x186c96ad4 _UISceneSettingsDiffActionPerformChangesWithTransitionContext + 276 22 UIKitCore 0x186d81688 + 384 23 UIKitCore 0x18720a04c + 776 24 UIKitCore 0x186cc59d8 + 256 25 UIKitCore 0x186d08c70 + 288 26 UIKitCore 0x186e40d38 + 572 27 UIKitCore 0x186d7f948 + 388 28 FrontBoardServices 0x196578e80 + 440 29 FrontBoardServices 0x19659ed3c + 128 30 FrontBoardServices 0x196559884 + 240 31 FrontBoardServices 0x19655aec4 + 372 32 libdispatch.dylib 0x1843765b0 + 20 33 libdispatch.dylib 0x18437a0e4 + 268 34 FrontBoardServices 0x19655b164 + 48 35 FrontBoardServices 0x19655a5a4 + 220 36 FrontBoardServices 0x19655ebb4 + 28 37 CoreFoundation 0x184724a7c + 28 38 CoreFoundation 0x184735498 + 208 39 CoreFoundation 0x184670250 + 268 40 CoreFoundation 0x18467595c + 820 41 CoreFoundation 0x18468924c CFRunLoopRunSpecific + 600 42 GraphicsServices 0x1a0233484 GSEventRunModal + 164 43 UIKitCore 0x187000110 + 1100 44 UIKitCore 0x186d7d088 UIApplicationMain + 2204 45 atome 0x104325108 main + 25 (xxxxxx.swift:25) 46 ??? 0x104c69e64 (缺少)

    bug 
    opened by skeyboy 6
  • Share as cURL or Postman collection

    Share as cURL or Postman collection

    Commits on smarttuner/Wormholy introduces the ability of:

    • sharing cURL rappresentation of requests
    • sharing requests and responses (as examples) as Postman collection (v2.1)
    opened by smarttuner 6
  • Request body can't be seen again in Wormholy 1.6.3

    Request body can't be seen again in Wormholy 1.6.3

    Hello,

    I am using wormholy in version 1.6.3 and my installation in pod file is pod 'Wormholy', :configurations => ['Debug'] for ios version 13 with swift 5.

    But yet I still can't see my request body.

    Please help me with the issue. And also point if I need extra configuration to set.

    Thank you in advanced.

    bug help wanted 
    opened by San-Di 5
  • Disables SSLPinning on Alamofire

    Disables SSLPinning on Alamofire

    Wormholy overriding certificate pinning options while using with Alamofire. I'm using the example code block to pin certificates. While Wormholy enabled, it is not working correctly.

    var serverTrustPolicies: [String: ServerTrustPolicy] = [:] 
    let trustPolicy = ServerTrustPolicy.pinCertificates(
        certificates: ServerTrustPolicy.certificates(),
        validateCertificateChain: true,
        validateHost: true)
    
    serverTrustPolicies["xxxxx.com"] = trustPolicy
    
    let configuration = URLSessionConfiguration.default
    
    let serverTrustPolicyManager = ServerTrustPolicyManager(policies: serverTrustPolicies)
    
    let sessionManager = SessionManager(
        configuration: configuration,
        serverTrustPolicyManager: serverTrustPolicyManager
    )
    
    return sessionManager
    enhancement help wanted 
    opened by omerturhan 5
  • Xcode beta 3 runtime issue

    Xcode beta 3 runtime issue

    Launching an app containing Wormholy results in an immediate abort with this message:

    | Swift class extensions and categories on Swift classes are not allowed to have +load methods

    help wanted 
    opened by graham-perks-snap 5
  • UIWebView 302 Redirects cause duplicate requests

    UIWebView 302 Redirects cause duplicate requests

    When using Wormholy, a UIWebView that receives a 302 Redirect response issues 2 requests for the redirect URL. You can see it happening by monitoring the web requests in Charles. This does not happen with WKWebView but there is a bug with that implementation which means I have to use UIWebView for now.

    I've attached a sample project which demonstrates the failing behaviour, and also screenshots illustrating the duplicate request.

    Without Wormholy installed: screen shot 2018-08-30 at 15 07 10

    With Wormholy installed screen shot 2018-08-30 at 15 10 33

    Wormholy-WebView-Duplicate-Request-Example.zip

    help wanted 
    opened by alpriest 5
  • Can't compile with flag

    Can't compile with flag "use_modular_headers!" (CocoaPods)

    Hi!

    Great idea!

    If I use the flag "use_modular_headers!" in my pod file I get the following error: /Pods/Wormholy/Sources/Objc/Wormholy+Foo.m:9:9: 'Wormholy/Wormholy-Swift.h' file not found

    I use the latest build for cocoapods directly from the repository. Wormholy is the only pod that gives me grief.

    help wanted 
    opened by markuswinkler 5
  • Updated project to current Swift 4 standards.

    Updated project to current Swift 4 standards.

    I was trying to build with Wormholy, in iOS 12 with Xcode 10, as a pod, when I was getting a lot of errors having to do with changes to Swift.

    So I forked it really quick and ran the automatic converter with Swift.

    I was having issue trying to export this as a framework and manually adding it to my project to test the changes.

    opened by michaelharrigan 4
  • fix: Search Result on Response Body and Request Body screen not visible on darkmode

    fix: Search Result on Response Body and Request Body screen not visible on darkmode

    Summary

    On darkmode enabled, when searching a keyword inside Request Body or Response Body, the screen shows matched (highlighted) text only. The remaining text appear black, blend with its background color, so it can't be read. The issue was raised on https://github.com/pmusolino/Wormholy/issues/128

    Steps to reproduce

    • Run in darkmode
    • Shake to trigger Wormholy interface
    • Tap one of API listed there
    • Tap View Body inside Request Body or Response Body section
    • Tap search button, search any keyword contained in request/response body

    What is the current bug behavior?

    The screen shows highlighted matched text only. The remaining are black, blends with its background color.

    What is the expected correct behavior?

    The screen should show remaining non-matched text also.

    Root Cause

    On WHTextView inside highlight(text:with:font:highlightedFont:) -> [NSTextCheckingResult] method, it adds attributes only to the highlighted text. But for the default text (non-matched) attribute wasn't set yet. That's why its text color was black as same as its background color.

    How to solve ?

    Set attributes .foregroundColor to UIColor.label as default attribute to the text. Please note that UIColor.label is only available for iOS 13 or above, since dark mode feature was first introduced in that iOS version.

    Relevant logs and/or screenshots

    | Before | After | | ------ | ------ | | Simulator Screen Shot - iPhone 14 Pro - 2022-12-08 at 10 32 39 | Simulator Screen Shot - iPhone 14 Pro - 2022-12-08 at 10 33 17 |

    opened by rickirby 1
  • Search Result on Response Body and Request Body screen not visible on darkmode.

    Search Result on Response Body and Request Body screen not visible on darkmode.

    Description : When doing search in Response/Request Body, the text is not visible because text color blend with background color.

    Step to reproduce :

    1. Make sure you're running in Darkmode.
    2. Shake Apps to trigger wormholy screen.
    3. Tap one of API listed there.
    4. Tap Request Body or Response Body.
    5. Search a keyword on search bar.
    6. Your Screen only show matched keyword, other text is not visible (see screenshoot below)

    Screenshoot issue : image (12) (1)

    bug enhancement 
    opened by affanhasby 0
  • Error in Xcode 14.1 via Carthage

    Error in Xcode 14.1 via Carthage

    Hello, I'm getting an error when trying to build Wormholy via Carthage in Xcode 14.1:

    A shell task (/usr/bin/xcrun xcodebuild -project /Users/Test-user/Documents/test-project/Carthage/Checkouts/Wormholy/Wormholy.xcodeproj -scheme Wormholy-macOS -configuration Release CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive -showBuildSettings -skipUnavailableActions) failed with exit code 6:
    2022-11-25 15:53:29.889 xcodebuild[45140:418348] [MT] DVTAssertions: ASSERTION FAILURE in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot1/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-21534.1/IDEFoundation/Execution/RunDestinations/IDERunDestinationCLI.m:566
    Details:  Unhandled/unexpected case where no run destinations were produced.
    Object:   <IDERunDestinationCLI>
    Method:   +resolveRunDestinationsWithWorkspace:scheme:buildAction:schemeCommand:schemeTask:destinationSpecifications:architectures:timeout:runDestinationManager:deviceManager:fallbackPreferredSDK:fallbackPreferredArchitectures:skipUnsupportedDestinations:shouldSkipRunDestinationValidation:didDisambiguate:disambiguatedMatches:disambiguatedMatchesDescription:error:
    Thread:   <_NSMainThread: 0x600001400280>{number = 1, name = main}
    Hints:
    
    Backtrace:
      0   -[DVTAssertionHandler handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageFormat:arguments:] (in DVTFoundation)
      1   _DVTAssertionHandler (in DVTFoundation)
      2   _DVTAssertionFailureHandler (in DVTFoundation)
      3   _sortDevicesForDisplay (in IDEFoundation)
      4   -[Xcode3CommandLineBuildTool _resolveRunDestinationsForBuildAction:] (in Xcode3Core)
      5   -[Xcode3CommandLineBuildTool _resolveInputOptionsWithTimingSection:] (in Xcode3Core)
      6   -[Xcode3CommandLineBuildTool run] (in Xcode3Core)
      7   XcodeBuildMain (in libxcodebuildLoader.dylib)
      8   start (in dyld)
    opened by kamilw-au 0
  • Able to mapping body response feature request

    Able to mapping body response feature request

    Hey, Recently i used 2 tools for network debugging, Wormholy and Proxyman. And i was wondering what if we can do a mapping and replace the response body on Wormholy like Proxyman as well. If it's possible, what's the concept to be able achieve that?

    Many thanks!

    opened by penggguna 0
  • Network traffic statistics

    Network traffic statistics

    I was wondering if Wormholy records all app traffic, is it possible to get data size statistics like how many bytes sent received (zipped and unzipped) and timing per each request? Thanks!

    opened by akovalov 0
Releases(1.6.5)
  • 1.6.5(Nov 1, 2021)

    • Fix: crash on iOS 15 https://github.com/pmusolino/Wormholy/pull/105
    • Fix authentication challenge handling to fix SSL pinning issue. https://github.com/pmusolino/Wormholy/pull/108
    • Fix: keyboard content inset bug https://github.com/pmusolino/Wormholy/pull/99
    • Added an option for a default filter in the search bar https://github.com/pmusolino/Wormholy/pull/100
    Source code(tar.gz)
    Source code(zip)
  • 1.6.4(Dec 14, 2020)

  • 1.6.3(Sep 7, 2020)

    • Fixed an infinite loop blocking bug related to multipart requests. #92 #38
    • Renamed blacklistedHosts to ignoredHosts. #88
    • Added a way using the property limit for limiting logging count. #90
    Source code(tar.gz)
    Source code(zip)
  • 1.6.2(May 6, 2020)

  • 1.6.1(Apr 26, 2020)

  • 1.6.0(Apr 19, 2020)

    Thanks to @smarttuner https://github.com/pmusolino/Wormholy/pull/75, now you can:

    • share cURL representation of requests
    • share requests and responses (as examples) as Postman collection (v2.1)
    Source code(tar.gz)
    Source code(zip)
  • 1.5.2(Apr 1, 2020)

    • Now Wormholy works correctly with Swift 5.2 and Xcode 11.4 https://github.com/pmusolino/Wormholy/pull/80
    • Added Swift version to podspec file
    Source code(tar.gz)
    Source code(zip)
  • 1.5.1(Nov 12, 2019)

  • 1.5.0(Oct 7, 2019)

    • Call next responder to allow other consumers to respond to the shake https://github.com/pmusolino/Wormholy/pull/63
    • Added ability to blacklist hosts from being recorded using the array blacklistedHosts https://github.com/pmusolino/Wormholy/pull/65
    • Show share sheet from bar button items that triggered the events https://github.com/pmusolino/Wormholy/pull/64
    • Update formatting to make request/responses easier to read https://github.com/pmusolino/Wormholy/pull/66
    • Request Cell readability improvements https://github.com/pmusolino/Wormholy/pull/68
    • Fix modal presentation style on iOS 11 https://github.com/pmusolino/Wormholy/pull/68
    Source code(tar.gz)
    Source code(zip)
  • 1.4.1(May 7, 2019)

  • 1.4.0(Mar 27, 2019)

  • 1.3.0(Mar 26, 2019)

  • 1.2.3(Jan 22, 2019)

    • JSON body is now formatted https://github.com/pmusolino/Wormholy/pull/47
    • Fixed crash caused when UIAlertController with actionSheet style is presented on iPad https://github.com/pmusolino/Wormholy/pull/50
    • Minor bug fixing
    Source code(tar.gz)
    Source code(zip)
  • 1.2.2(Nov 15, 2018)

    • Fixed: Wormholy not being presented in certain cases https://github.com/pmusolino/Wormholy/pull/43 https://github.com/pmusolino/Wormholy/issues/44
    • Added variable to obtain the main View Controller https://github.com/pmusolino/Wormholy/pull/46
    Source code(tar.gz)
    Source code(zip)
  • 1.2.1(Oct 17, 2018)

    • Now requests are exposed to the developer. Call Storage.shared.requests in your code.
    • Now requests can be entirely exported in .txt format or copied.
    Source code(tar.gz)
    Source code(zip)
  • 1.2.0(Sep 23, 2018)

  • 1.1.3(Aug 3, 2018)

    • Added possibility to clear requests https://github.com/pmusolino/Wormholy/pull/30
    • Now shakeEnabled variable is exposed to Obj-C https://github.com/pmusolino/Wormholy/issues/25
    • Support Swift Static Library https://github.com/pmusolino/Wormholy/pull/21
    Source code(tar.gz)
    Source code(zip)
  • 1.1.2(Jul 27, 2018)

  • 1.1.1(Jul 27, 2018)

    • Programmatically enable/disable the shake gesture https://github.com/pmusolino/Wormholy/pull/17
    • Capture and display response headers https://github.com/pmusolino/Wormholy/pull/16
    Source code(tar.gz)
    Source code(zip)
  • 1.1.0(Jul 24, 2018)

    • Added support for ephemeral NSURLSessionConfiguration enhancement https://github.com/pmusolino/Wormholy/pull/13
    • Now is possible to search inside body request and body response https://github.com/pmusolino/Wormholy/pull/10
    Source code(tar.gz)
    Source code(zip)
  • 1.0.2(Jul 18, 2018)

  • 1.0.1(Jul 16, 2018)

    • Now is possible to override the shake and fire Wormholy from another point inside your app. https://github.com/pmusolino/Wormholy/issues/4
    • Fix: repeated instance view controller if you "shake" the device twice or more after shaking the first time https://github.com/pmusolino/Wormholy/issues/2
    Source code(tar.gz)
    Source code(zip)
  • 1.0.0(Jul 16, 2018)

Owner
Paolo Musolino
Full remote iOS Software Engineer with more than 8 years of experience in the iOS platform. Heart and soul in every line of code.
Paolo Musolino
A lightweight, one line setup, iOS / OSX network debugging library! 🦊

Netfox provides a quick look on all executed network requests performed by your iOS or OSX app. It grabs all requests - of course yours, requests from

Christos Kasketis 3.4k Dec 28, 2022
Remote network and data debugging for your native iOS app using Chrome Developer Tools

PonyDebugger PonyDebugger is a remote debugging toolset. It is a client library and gateway server combination that uses Chrome Developer Tools on you

Square 5.9k Dec 24, 2022
Profiling / Debugging assist tools for iOS. (Memory Leak, OOM, ANR, Hard Stalling, Network, OpenGL, Time Profile ...)

MTHawkeye Readme 中文版本 MTHawkeye is profiling, debugging tools for iOS used in Meitu. It's designed to help iOS developers improve development producti

meitu 1.4k Dec 29, 2022
Set of easy to use debugging tools for iOS developers & QA engineers.

DBDebugToolkit DBDebugToolkit is a debugging library written in Objective-C. It is meant to provide as many easily accessible tools as possible while

Dariusz Bukowski 1.2k Dec 30, 2022
An in-app debugging and exploration tool for iOS

FLEX FLEX (Flipboard Explorer) is a set of in-app debugging and exploration tools for iOS development. When presented, FLEX shows a toolbar that lives

FLEXTool 13.3k Dec 31, 2022
Chisel is a collection of LLDB commands to assist debugging iOS apps.

Chisel Chisel is a collection of LLDB commands to assist in the debugging of iOS apps. [Installation • Commands • Custom Commands • Development Workfl

Facebook 8.9k Jan 6, 2023
Next generation debugging framework for iOS

Alpha is the idea of a next generation debugging framework for iOS applications. It combines multiple debugging tools built on top of a simple, unifie

Dal Rupnik 733 Oct 29, 2022
Dotzu In-App iOS Debugging Tool With Enhanced Logging, Networking Info, Crash reporting And More.

Dotzu In-App iOS Debugging Tool With Enhanced Logging, Networking Info, Crash reporting And More. The debugger tool for iOS developer. Display logs, n

Remi ROBERT 1.8k Jan 3, 2023
Free macOS app for iOS view debugging.

Introduction You can inspect and modify views in iOS app via Lookin, just like UI Inspector in Xcode, or another app called Reveal. Official Website:h

Li Kai 575 Dec 28, 2022
A collection of tools for debugging, diffing, and testing your application's data structures.

Custom Dump A collection of tools for debugging, diffing, and testing your application's data structures. Motivation customDump diff XCTAssertNoDiffer

Point-Free 631 Jan 3, 2023
Droar is a modular, single-line installation debugging window

Droar is a modular, single-line installation debugging window. Overview The idea behind Droar is simple: during app deployment stages, adding quick ap

Myriad Mobile 55 Sep 24, 2022
Convenient debugging button.

FunnyButton Example 在平时开发,运行期间有时候想中途看一下某个视图或变量的信息,虽说打断点是可以查看,但有时候断点调试有时候会卡住好一会才能看到(尤其是大项目经常卡很久),极度影响效率。 基于这种情况,FunnyButton就是为了能够便捷调试的全局按钮,添加好点击事件,就能随时

健了个平_(:з」∠)_ 2 Sep 20, 2022
Automaticly display Log,Crash,Network,ANR,Leak,CPU,RAM,FPS,NetFlow,Folder and etc with one line of code based on Swift. Just like God opened his eyes

GodEye Automaticly display Log,Crash,Network,ANR,Leak,CPU,RAM,FPS,NetFlow,Folder and etc with one line of code based on Swift. Just like God opened hi

陈奕龙(子循) 3.7k Dec 23, 2022
a iOS network debug library, monitor HTTP requests

NetworkEye README 中文 NetworkEye,a iOS network debug library,monitor HTTP requests. It can be detected HTTP request include web pages, NSURLConnection,

coderyi 1.4k Dec 31, 2022
A swift network profiler built on top of URLSession.

By Xmartlabs SRL. Introduction Xniffer is a non-intrusive framework for intercepting outgoing requests and their responses between your app and any ex

xmartlabs 498 Dec 24, 2022
In-app console and debug tools for iOS developers

LocalConsole Welcome to LocalConsole! This Swift Package makes on-device debugging easy with a convenient PiP-style console that can display items in

Duraid Abdul 650 Jan 1, 2023
Customizable Console UI overlay with debug log on top of your iOS App

AEConsole Customizable Console UI overlay with debug log on top of your iOS App AEConsole is built on top of AELog, so you should probably see that fi

Marko Tadić 142 Dec 21, 2022
Tool to debug layouts directly on iOS devices: inspect layers in 3D and debug each visible view attributes

Introduction Features Inspect layouts directly on iOS devices Inspection could be triggered only if app is running under DEBUG build configuration, so

Ihor Savynskyi 510 Dec 24, 2022
A little and powerful iOS framework for intercepting HTTP/HTTPS Traffic.

A little and powerful iOS framework for intercepting HTTP/HTTPS Traffic from your app. No more messing around with proxy, certificate config. Features

Proxyman 874 Jan 6, 2023