Giter Club home page Giter Club logo

pgdebugview's Introduction

Version Carthage Compatible 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 under the MIT license. See the LICENSE file for more info.

Cocoapods

Add the following line to your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'PGDebugView', :git => '[email protected]:propertyguru/PGDebugView.git', :branch=> 'master'
end

Carthage

Add the following line to your Cartfile:

github "freesuraj/PGDebugView"

Author

Suraj Pathak

License

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

pgdebugview's People

Contributors

freesuraj avatar maybeiamme avatar

Watchers

 avatar  avatar

Forkers

propertyguru

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.