Change the mention of Sonar in iOS sample app
Summary: Update the iOS sample app with flipper Reviewed By: passy Differential Revision: D9056882 fbshipit-source-id: f5b49fc60905c6d5ebca3da977cf966e76feffb8
This commit is contained in:
committed by
Pascal Hartig
parent
07d75ce848
commit
10dc4d0ca9
@@ -48,7 +48,7 @@
|
||||
[_window setRootViewController: [[UINavigationController alloc] initWithRootViewController: mainViewController]];
|
||||
[_window makeKeyAndVisible];
|
||||
|
||||
NSLog(@"Hello from Sonar in an Objc app!");
|
||||
NSLog(@"Hello from Flipper in an Objc app!");
|
||||
return YES;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user