Contents

bottlerocketstudios/ios-debugkit

DebugKit is designed to make it as simple as possible to build and display useful information about your project. It was built to replace all the individual debugging view controllers, making it easy to use the functionality that is needed in your specific use case, without the n

Example

To run the example project, clone this repo and open DebugKit.xcworkspace.

Requirements

Requires iOS 14.0. Dependencies include UIKit, SwiftUI, MetricKit, UserNotifications, CryptoKit.

Installation

Swift Package Manager

Add this to your project using Swift Package Manager. In Xcode: File > Swift Packages > Add Package Dependency... and you're done. If you are editing Package.swift directly, you can import the package as follows:

.package(url: "https://github.com/BottleRocketStudios/iOS-DebugKit.git", from: "1.0.0"),

Carthage

Add the following to your Cartfile:

github "BottleRocketStudios/iOS-DebugKit"

Run carthage bootstrap and follow the steps as described in Carthage's README.

Author

Bottle Rocket Studios

License

DebugKit is available under the Apache 2.0 license. See the LICENSE file for more information.

Contributing

See the [CONTRIBUTING] document. Thank you, [contributors]!

[CONTRIBUTING]: CONTRIBUTING.md [contributors]: https://github.com/BottleRocketStudios/iOS-DebugKit/graphs/contributors

Package Metadata

Repository: bottlerocketstudios/ios-debugkit

Default branch: main

README: README.md