Wormholy

iOS 网络调试,像魔术师一样。『iOS network debugging, like a wizard ?‍♂️』

Github stars Tracking Chart

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.

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.

Main metrics

Overview
Name With Ownerpmusolino/Wormholy
Primary LanguageSwift
Program languageSwift (Language Count: 4)
Platform
License:MIT License
所有者活动
Created At2018-04-09 14:11:55
Pushed At2025-03-23 15:40:40
Last Commit At2025-03-23 16:39:45
Release Count27
Last Release Name2.1.0 (Posted on 2025-03-23 16:40:31)
First Release Name1.0.0 (Posted on 2018-07-14 17:46:59)
用户参与
Stargazers Count2.5k
Watchers Count22
Fork Count195
Commits Count386
Has Issues Enabled
Issues Count94
Issue Open Count14
Pull Requests Count36
Pull Requests Open Count1
Pull Requests Close Count22
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private