Index: webrtc/examples/objc/AppRTCMobile/ios/ARDMainView.m |
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/ARDMainView.m b/webrtc/examples/objc/AppRTCMobile/ios/ARDMainView.m |
similarity index 99% |
rename from webrtc/examples/objc/AppRTCDemo/ios/ARDMainView.m |
rename to webrtc/examples/objc/AppRTCMobile/ios/ARDMainView.m |
index d9522045aebaa41635ac82da6c63c7d256afbb6c..9ebee5c0996849706bee77941e2c6f33a5b5d40e 100644 |
--- a/webrtc/examples/objc/AppRTCDemo/ios/ARDMainView.m |
+++ b/webrtc/examples/objc/AppRTCMobile/ios/ARDMainView.m |
@@ -137,7 +137,7 @@ static CGFloat const kCallControlMargin = 8; |
- (instancetype)initWithFrame:(CGRect)frame { |
if (self = [super initWithFrame:frame]) { |
_appLabel = [[UILabel alloc] initWithFrame:CGRectZero]; |
- _appLabel.text = @"AppRTCDemo"; |
+ _appLabel.text = @"AppRTCMobile"; |
_appLabel.font = [UIFont fontWithName:@"Roboto" size:34]; |
_appLabel.textColor = [UIColor colorWithWhite:0 alpha:.2]; |
[_appLabel sizeToFit]; |