This is a plugin for Droar, a single-line installation debugging window. It adds an integration to use FBMemoryProfiler inline with Droar.
The idea behind Droar is simple: during app deployment stages, adding quick app configurations (switching between mock vs live, QA credential quick-login, changing http environments, etc) tend to get written and shipped straight inline with production code. Droar solves this issue by adding quick configurations that are grouped into one place, and under a single tool.
FBMemoryProfiler-Droar is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "FBMemoryProfiler-Droar"
No code is required to use this plugin. Just start Droar normally. When this plugin is loaded, it will start FBMemoryProfiler, and add a section in Droar to launch FBMemoryProfiler.
If Droar is never started, this plugin will take no action.
Nathan Jangula, Myriad Mobile, developer@myriadmobile.com
FBMemoryProfiler-Droar is available under the MIT license. See the LICENSE file for more info.