PGDebugView

Convert Plist into a visual editor


License
MIT
Install
pod try PGDebugView

Documentation

PGDebugView

Version License Platform

What's PGDebugView?

It's a common requirement to tweak different configurations of the app for debug purposes. The general way of doing it is using Settings.bundle where the Settings are located inside Setting of the iPhone. It has a few drawbacks..

  • Setting up Settings.bundle is a hassale and needs some research do to
  • Creating custom pages and changing values on the go are hard
  • There are limitations to what values you can set
  • It's just cubersome to go back to settings to see how app behavior changes when some configs are tweaked.

*In comes PGDebugView *

Now everybody is very familiar with .plist files. All you need to do is put all the debuggable configurations in a .plist file and that's it. You will be able to modify , remove or even add new configs right from your app, without ever leaving the app.

See the Example to see how easy it is to use.

screenshot

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

PGDebugView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "PGDebugView"

Author

Suraj Pathak

License

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