Skip to content

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

SecretLog

Allows you to access the debug console for your iOS App when not plugged into a computer.

Getting Started

Add SecretLog folder to your project.

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
    [BMSecretLog go];
    return YES;
}

Usage

  1. Perform a 3 finger, 3 second long press on any screen to display your SecretLog
  • If you launch while your device is connected to Xcode, logging will display as normal in the console (SecretLog will not appear on a 3 finger long press)
  • If you launch while not connected, logging will display in SecretLog

About

Allows your app to access the debug console when not plugged into a computer.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages