Latest | 0.1.0 |
---|---|
Homepage | https://github.com/brianmichel/ConsoleBanner |
License | MIT |
Platforms | ios 7.0, requires ARC |
Authors |
What Is This?
Just wanted to make a small thing that could print out a sweet banner when a debugger was connected to an application.
You may see these kinds of banners in page sources, or when you connect to servers, so why not your app?
Basically, it just looks for a banner.txt
file in the main bundle to print out in your console before printing
system information.
Check it out…
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
You can generate some sweet ASCII art here http://patorjk.com/software/taag/
I would recommend creating your banner.txt
in something that’s not Xcode, only because
Xcode is terrible at formatting and will make you reindent everything. Sublime worked nicely
for me.
Installation
ConsoleBanner is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "ConsoleBanner"
Author
Brian Michel, [email protected]
License
ConsoleBanner is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "ConsoleBanner", "version": "0.1.0", "summary": "A small library to print a debug banner in your Xcode console", "homepage": "https://github.com/brianmichel/ConsoleBanner", "license": "MIT", "authors": { "Brian Michel": "[email protected]" }, "source": { "git": "https://github.com/brianmichel/ConsoleBanner.git", "tag": "0.1.0" }, "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "resource_bundles": { "ConsoleBanner": [ "Pod/Assets/*.png" ] } }
Sat, 27 Feb 2016 16:01:04 +0000