Open
Description
Docs are incorect, fix:
#import "AppDelegate.h"
#import "Atlantis-Swift.h"
@interface AppDelegate ()
@end
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// Override point for customization after application launch.
- [Atlantis startWithHostName:nil];
+ [Atlantis startWithHostName:nil shouldCaptureWebSocketTraffic:YES];
return YES;
}
Metadata
Metadata
Assignees
Labels
No labels