Reland of name AppRTCDemo on Android and iOS to AppRTCMobile (patchset #1 id:1 of https://codereview.webrtc.org/2358133003/ )

Reason for revert:
Internal project is updated.

Original issue's description:
> Revert of Rename AppRTCDemo on Android and iOS to AppRTCMobile (patchset #2 id:20001 of https://codereview.webrtc.org/2343403002/ )
>
> Reason for revert:
> Breaks internal project.
>
> Original issue's description:
> > Rename AppRTCDemo on Android and iOS to AppRTCMobile
> >
> > The purpose is to make it clearer it is a mobile application.
> >
> > BUG=webrtc:6359
> > NOPRESUBMIT=true
> >
> > Committed: https://crrev.com/d3af58bdab5b25acd62cd816363becc7003d3e5a
> > Cr-Commit-Position: refs/heads/master@{#14356}
>
> TBR=sakal@webrtc.org,kthelgason@webrtc.org,tommi@webrtc.org
> # Skipping CQ checks because original CL landed less than 1 days ago.
> NOPRESUBMIT=true
> NOTREECHECKS=true
> NOTRY=true
> BUG=webrtc:6359
>
> Committed: https://crrev.com/87ef6f750126f9f17f4714d696a8e77a2dd0a3f1
> Cr-Commit-Position: refs/heads/master@{#14358}

TBR=sakal@webrtc.org,kthelgason@webrtc.org,tommi@webrtc.org
# Not skipping CQ checks because original CL landed more than 1 days ago.
BUG=webrtc:6359

Review URL: https://codereview.webrtc.org/2373443005 .

Cr-Commit-Position: refs/heads/master@{#14391}
diff --git a/webrtc/examples/objc/AppRTCDemo/ARDAppClient+Internal.h b/webrtc/examples/objc/AppRTCMobile/ARDAppClient+Internal.h
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ARDAppClient+Internal.h
rename to webrtc/examples/objc/AppRTCMobile/ARDAppClient+Internal.h
diff --git a/webrtc/examples/objc/AppRTCDemo/ARDAppClient.h b/webrtc/examples/objc/AppRTCMobile/ARDAppClient.h
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ARDAppClient.h
rename to webrtc/examples/objc/AppRTCMobile/ARDAppClient.h
diff --git a/webrtc/examples/objc/AppRTCDemo/ARDAppClient.m b/webrtc/examples/objc/AppRTCMobile/ARDAppClient.m
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ARDAppClient.m
rename to webrtc/examples/objc/AppRTCMobile/ARDAppClient.m
diff --git a/webrtc/examples/objc/AppRTCDemo/ARDAppEngineClient.h b/webrtc/examples/objc/AppRTCMobile/ARDAppEngineClient.h
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ARDAppEngineClient.h
rename to webrtc/examples/objc/AppRTCMobile/ARDAppEngineClient.h
diff --git a/webrtc/examples/objc/AppRTCDemo/ARDAppEngineClient.m b/webrtc/examples/objc/AppRTCMobile/ARDAppEngineClient.m
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ARDAppEngineClient.m
rename to webrtc/examples/objc/AppRTCMobile/ARDAppEngineClient.m
diff --git a/webrtc/examples/objc/AppRTCDemo/ARDBitrateTracker.h b/webrtc/examples/objc/AppRTCMobile/ARDBitrateTracker.h
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ARDBitrateTracker.h
rename to webrtc/examples/objc/AppRTCMobile/ARDBitrateTracker.h
diff --git a/webrtc/examples/objc/AppRTCDemo/ARDBitrateTracker.m b/webrtc/examples/objc/AppRTCMobile/ARDBitrateTracker.m
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ARDBitrateTracker.m
rename to webrtc/examples/objc/AppRTCMobile/ARDBitrateTracker.m
diff --git a/webrtc/examples/objc/AppRTCDemo/ARDCEODTURNClient.h b/webrtc/examples/objc/AppRTCMobile/ARDCEODTURNClient.h
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ARDCEODTURNClient.h
rename to webrtc/examples/objc/AppRTCMobile/ARDCEODTURNClient.h
diff --git a/webrtc/examples/objc/AppRTCDemo/ARDCEODTURNClient.m b/webrtc/examples/objc/AppRTCMobile/ARDCEODTURNClient.m
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ARDCEODTURNClient.m
rename to webrtc/examples/objc/AppRTCMobile/ARDCEODTURNClient.m
diff --git a/webrtc/examples/objc/AppRTCDemo/ARDJoinResponse+Internal.h b/webrtc/examples/objc/AppRTCMobile/ARDJoinResponse+Internal.h
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ARDJoinResponse+Internal.h
rename to webrtc/examples/objc/AppRTCMobile/ARDJoinResponse+Internal.h
diff --git a/webrtc/examples/objc/AppRTCDemo/ARDJoinResponse.h b/webrtc/examples/objc/AppRTCMobile/ARDJoinResponse.h
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ARDJoinResponse.h
rename to webrtc/examples/objc/AppRTCMobile/ARDJoinResponse.h
diff --git a/webrtc/examples/objc/AppRTCDemo/ARDJoinResponse.m b/webrtc/examples/objc/AppRTCMobile/ARDJoinResponse.m
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ARDJoinResponse.m
rename to webrtc/examples/objc/AppRTCMobile/ARDJoinResponse.m
diff --git a/webrtc/examples/objc/AppRTCDemo/ARDMessageResponse+Internal.h b/webrtc/examples/objc/AppRTCMobile/ARDMessageResponse+Internal.h
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ARDMessageResponse+Internal.h
rename to webrtc/examples/objc/AppRTCMobile/ARDMessageResponse+Internal.h
diff --git a/webrtc/examples/objc/AppRTCDemo/ARDMessageResponse.h b/webrtc/examples/objc/AppRTCMobile/ARDMessageResponse.h
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ARDMessageResponse.h
rename to webrtc/examples/objc/AppRTCMobile/ARDMessageResponse.h
diff --git a/webrtc/examples/objc/AppRTCDemo/ARDMessageResponse.m b/webrtc/examples/objc/AppRTCMobile/ARDMessageResponse.m
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ARDMessageResponse.m
rename to webrtc/examples/objc/AppRTCMobile/ARDMessageResponse.m
diff --git a/webrtc/examples/objc/AppRTCDemo/ARDRoomServerClient.h b/webrtc/examples/objc/AppRTCMobile/ARDRoomServerClient.h
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ARDRoomServerClient.h
rename to webrtc/examples/objc/AppRTCMobile/ARDRoomServerClient.h
diff --git a/webrtc/examples/objc/AppRTCDemo/ARDSDPUtils.h b/webrtc/examples/objc/AppRTCMobile/ARDSDPUtils.h
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ARDSDPUtils.h
rename to webrtc/examples/objc/AppRTCMobile/ARDSDPUtils.h
diff --git a/webrtc/examples/objc/AppRTCDemo/ARDSDPUtils.m b/webrtc/examples/objc/AppRTCMobile/ARDSDPUtils.m
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ARDSDPUtils.m
rename to webrtc/examples/objc/AppRTCMobile/ARDSDPUtils.m
diff --git a/webrtc/examples/objc/AppRTCDemo/ARDSignalingChannel.h b/webrtc/examples/objc/AppRTCMobile/ARDSignalingChannel.h
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ARDSignalingChannel.h
rename to webrtc/examples/objc/AppRTCMobile/ARDSignalingChannel.h
diff --git a/webrtc/examples/objc/AppRTCDemo/ARDSignalingMessage.h b/webrtc/examples/objc/AppRTCMobile/ARDSignalingMessage.h
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ARDSignalingMessage.h
rename to webrtc/examples/objc/AppRTCMobile/ARDSignalingMessage.h
diff --git a/webrtc/examples/objc/AppRTCDemo/ARDSignalingMessage.m b/webrtc/examples/objc/AppRTCMobile/ARDSignalingMessage.m
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ARDSignalingMessage.m
rename to webrtc/examples/objc/AppRTCMobile/ARDSignalingMessage.m
diff --git a/webrtc/examples/objc/AppRTCDemo/ARDStatsBuilder.h b/webrtc/examples/objc/AppRTCMobile/ARDStatsBuilder.h
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ARDStatsBuilder.h
rename to webrtc/examples/objc/AppRTCMobile/ARDStatsBuilder.h
diff --git a/webrtc/examples/objc/AppRTCDemo/ARDStatsBuilder.m b/webrtc/examples/objc/AppRTCMobile/ARDStatsBuilder.m
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ARDStatsBuilder.m
rename to webrtc/examples/objc/AppRTCMobile/ARDStatsBuilder.m
diff --git a/webrtc/examples/objc/AppRTCDemo/ARDTURNClient.h b/webrtc/examples/objc/AppRTCMobile/ARDTURNClient.h
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ARDTURNClient.h
rename to webrtc/examples/objc/AppRTCMobile/ARDTURNClient.h
diff --git a/webrtc/examples/objc/AppRTCDemo/ARDWebSocketChannel.h b/webrtc/examples/objc/AppRTCMobile/ARDWebSocketChannel.h
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ARDWebSocketChannel.h
rename to webrtc/examples/objc/AppRTCMobile/ARDWebSocketChannel.h
diff --git a/webrtc/examples/objc/AppRTCDemo/ARDWebSocketChannel.m b/webrtc/examples/objc/AppRTCMobile/ARDWebSocketChannel.m
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ARDWebSocketChannel.m
rename to webrtc/examples/objc/AppRTCMobile/ARDWebSocketChannel.m
diff --git a/webrtc/examples/objc/AppRTCDemo/RTCIceCandidate+JSON.h b/webrtc/examples/objc/AppRTCMobile/RTCIceCandidate+JSON.h
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/RTCIceCandidate+JSON.h
rename to webrtc/examples/objc/AppRTCMobile/RTCIceCandidate+JSON.h
diff --git a/webrtc/examples/objc/AppRTCDemo/RTCIceCandidate+JSON.m b/webrtc/examples/objc/AppRTCMobile/RTCIceCandidate+JSON.m
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/RTCIceCandidate+JSON.m
rename to webrtc/examples/objc/AppRTCMobile/RTCIceCandidate+JSON.m
diff --git a/webrtc/examples/objc/AppRTCDemo/RTCIceServer+JSON.h b/webrtc/examples/objc/AppRTCMobile/RTCIceServer+JSON.h
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/RTCIceServer+JSON.h
rename to webrtc/examples/objc/AppRTCMobile/RTCIceServer+JSON.h
diff --git a/webrtc/examples/objc/AppRTCDemo/RTCIceServer+JSON.m b/webrtc/examples/objc/AppRTCMobile/RTCIceServer+JSON.m
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/RTCIceServer+JSON.m
rename to webrtc/examples/objc/AppRTCMobile/RTCIceServer+JSON.m
diff --git a/webrtc/examples/objc/AppRTCDemo/RTCMediaConstraints+JSON.h b/webrtc/examples/objc/AppRTCMobile/RTCMediaConstraints+JSON.h
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/RTCMediaConstraints+JSON.h
rename to webrtc/examples/objc/AppRTCMobile/RTCMediaConstraints+JSON.h
diff --git a/webrtc/examples/objc/AppRTCDemo/RTCMediaConstraints+JSON.m b/webrtc/examples/objc/AppRTCMobile/RTCMediaConstraints+JSON.m
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/RTCMediaConstraints+JSON.m
rename to webrtc/examples/objc/AppRTCMobile/RTCMediaConstraints+JSON.m
diff --git a/webrtc/examples/objc/AppRTCDemo/RTCSessionDescription+JSON.h b/webrtc/examples/objc/AppRTCMobile/RTCSessionDescription+JSON.h
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/RTCSessionDescription+JSON.h
rename to webrtc/examples/objc/AppRTCMobile/RTCSessionDescription+JSON.h
diff --git a/webrtc/examples/objc/AppRTCDemo/RTCSessionDescription+JSON.m b/webrtc/examples/objc/AppRTCMobile/RTCSessionDescription+JSON.m
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/RTCSessionDescription+JSON.m
rename to webrtc/examples/objc/AppRTCMobile/RTCSessionDescription+JSON.m
diff --git a/webrtc/examples/objc/AppRTCDemo/common/ARDUtilities.h b/webrtc/examples/objc/AppRTCMobile/common/ARDUtilities.h
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/common/ARDUtilities.h
rename to webrtc/examples/objc/AppRTCMobile/common/ARDUtilities.h
diff --git a/webrtc/examples/objc/AppRTCDemo/common/ARDUtilities.m b/webrtc/examples/objc/AppRTCMobile/common/ARDUtilities.m
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/common/ARDUtilities.m
rename to webrtc/examples/objc/AppRTCMobile/common/ARDUtilities.m
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.h b/webrtc/examples/objc/AppRTCMobile/ios/ARDAppDelegate.h
similarity index 89%
rename from webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.h
rename to webrtc/examples/objc/AppRTCMobile/ios/ARDAppDelegate.h
index 64b06a3..7eafff8 100644
--- a/webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.h
+++ b/webrtc/examples/objc/AppRTCMobile/ios/ARDAppDelegate.h
@@ -10,7 +10,7 @@
 
 #import <UIKit/UIKit.h>
 
-// The main application class of the AppRTCDemo iOS app demonstrating
+// The main application class of the AppRTCMobile iOS app demonstrating
 // interoperability between the Objective C implementation of PeerConnection
 // and the appr.tc demo webapp.
 @interface ARDAppDelegate : NSObject <UIApplicationDelegate>
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.m b/webrtc/examples/objc/AppRTCMobile/ios/ARDAppDelegate.m
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.m
rename to webrtc/examples/objc/AppRTCMobile/ios/ARDAppDelegate.m
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/ARDMainView.h b/webrtc/examples/objc/AppRTCMobile/ios/ARDMainView.h
similarity index 93%
rename from webrtc/examples/objc/AppRTCDemo/ios/ARDMainView.h
rename to webrtc/examples/objc/AppRTCMobile/ios/ARDMainView.h
index 81f9d00..1f2497a 100644
--- a/webrtc/examples/objc/AppRTCDemo/ios/ARDMainView.h
+++ b/webrtc/examples/objc/AppRTCMobile/ios/ARDMainView.h
@@ -26,7 +26,7 @@
 
 @end
 
-// The main view of AppRTCDemo. It contains an input field for entering a room
+// The main view of AppRTCMobile. It contains an input field for entering a room
 // name on apprtc to connect to.
 @interface ARDMainView : UIView
 
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 d952204..9ebee5c 100644
--- a/webrtc/examples/objc/AppRTCDemo/ios/ARDMainView.m
+++ b/webrtc/examples/objc/AppRTCMobile/ios/ARDMainView.m
@@ -137,7 +137,7 @@
 - (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];
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/ARDMainViewController.h b/webrtc/examples/objc/AppRTCMobile/ios/ARDMainViewController.h
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ios/ARDMainViewController.h
rename to webrtc/examples/objc/AppRTCMobile/ios/ARDMainViewController.h
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/ARDMainViewController.m b/webrtc/examples/objc/AppRTCMobile/ios/ARDMainViewController.m
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ios/ARDMainViewController.m
rename to webrtc/examples/objc/AppRTCMobile/ios/ARDMainViewController.m
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/ARDStatsView.h b/webrtc/examples/objc/AppRTCMobile/ios/ARDStatsView.h
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ios/ARDStatsView.h
rename to webrtc/examples/objc/AppRTCMobile/ios/ARDStatsView.h
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/ARDStatsView.m b/webrtc/examples/objc/AppRTCMobile/ios/ARDStatsView.m
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ios/ARDStatsView.m
rename to webrtc/examples/objc/AppRTCMobile/ios/ARDStatsView.m
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallView.h b/webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallView.h
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallView.h
rename to webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallView.h
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallView.m b/webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallView.m
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallView.m
rename to webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallView.m
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.h b/webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallViewController.h
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.h
rename to webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallViewController.h
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.m b/webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallViewController.m
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.m
rename to webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallViewController.m
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/AppRTCDemo-Prefix.pch b/webrtc/examples/objc/AppRTCMobile/ios/AppRTCMobile-Prefix.pch
similarity index 86%
rename from webrtc/examples/objc/AppRTCDemo/ios/AppRTCDemo-Prefix.pch
rename to webrtc/examples/objc/AppRTCMobile/ios/AppRTCMobile-Prefix.pch
index 6a5c375..ca0db90 100644
--- a/webrtc/examples/objc/AppRTCDemo/ios/AppRTCDemo-Prefix.pch
+++ b/webrtc/examples/objc/AppRTCMobile/ios/AppRTCMobile-Prefix.pch
@@ -9,8 +9,8 @@
  */
 
 //
-// Prefix header for all source files of the 'AppRTCDemo' target in the
-// 'AppRTCDemo' project
+// Prefix header for all source files of the 'AppRTCMobile' target in the
+// 'AppRTCMobile' project
 //
 
 #import <Availability.h>
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/Info.plist b/webrtc/examples/objc/AppRTCMobile/ios/Info.plist
similarity index 94%
rename from webrtc/examples/objc/AppRTCDemo/ios/Info.plist
rename to webrtc/examples/objc/AppRTCMobile/ios/Info.plist
index 5cde6f5..e46d0e6 100644
--- a/webrtc/examples/objc/AppRTCDemo/ios/Info.plist
+++ b/webrtc/examples/objc/AppRTCMobile/ios/Info.plist
@@ -7,9 +7,9 @@
   <key>CFBundleDevelopmentRegion</key>
   <string>en</string>
   <key>CFBundleDisplayName</key>
-  <string>AppRTCDemo</string>
+  <string>AppRTCMobile</string>
   <key>CFBundleExecutable</key>
-  <string>AppRTCDemo</string>
+  <string>AppRTCMobile</string>
   <key>CFBundleIcons</key>
   <dict>
     <key>CFBundlePrimaryIcon</key>
@@ -21,11 +21,11 @@
     </dict>
   </dict>
   <key>CFBundleIdentifier</key>
-  <string>com.google.AppRTCDemo</string>
+  <string>com.google.AppRTCMobile</string>
   <key>CFBundleInfoDictionaryVersion</key>
   <string>6.0</string>
   <key>CFBundleName</key>
-  <string>AppRTCDemo</string>
+  <string>AppRTCMobile</string>
   <key>CFBundlePackageType</key>
   <string>APPL</string>
   <key>CFBundleShortVersionString</key>
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/UIImage+ARDUtilities.h b/webrtc/examples/objc/AppRTCMobile/ios/UIImage+ARDUtilities.h
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ios/UIImage+ARDUtilities.h
rename to webrtc/examples/objc/AppRTCMobile/ios/UIImage+ARDUtilities.h
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/UIImage+ARDUtilities.m b/webrtc/examples/objc/AppRTCMobile/ios/UIImage+ARDUtilities.m
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ios/UIImage+ARDUtilities.m
rename to webrtc/examples/objc/AppRTCMobile/ios/UIImage+ARDUtilities.m
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/main.m b/webrtc/examples/objc/AppRTCMobile/ios/main.m
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ios/main.m
rename to webrtc/examples/objc/AppRTCMobile/ios/main.m
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/resources/Roboto-Regular.ttf b/webrtc/examples/objc/AppRTCMobile/ios/resources/Roboto-Regular.ttf
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ios/resources/Roboto-Regular.ttf
rename to webrtc/examples/objc/AppRTCMobile/ios/resources/Roboto-Regular.ttf
Binary files differ
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/resources/iPhone5@2x.png b/webrtc/examples/objc/AppRTCMobile/ios/resources/iPhone5@2x.png
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ios/resources/iPhone5@2x.png
rename to webrtc/examples/objc/AppRTCMobile/ios/resources/iPhone5@2x.png
Binary files differ
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/resources/iPhone6@2x.png b/webrtc/examples/objc/AppRTCMobile/ios/resources/iPhone6@2x.png
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ios/resources/iPhone6@2x.png
rename to webrtc/examples/objc/AppRTCMobile/ios/resources/iPhone6@2x.png
Binary files differ
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/resources/iPhone6p@3x.png b/webrtc/examples/objc/AppRTCMobile/ios/resources/iPhone6p@3x.png
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ios/resources/iPhone6p@3x.png
rename to webrtc/examples/objc/AppRTCMobile/ios/resources/iPhone6p@3x.png
Binary files differ
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/resources/ic_call_end_black_24dp.png b/webrtc/examples/objc/AppRTCMobile/ios/resources/ic_call_end_black_24dp.png
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ios/resources/ic_call_end_black_24dp.png
rename to webrtc/examples/objc/AppRTCMobile/ios/resources/ic_call_end_black_24dp.png
Binary files differ
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/resources/ic_call_end_black_24dp@2x.png b/webrtc/examples/objc/AppRTCMobile/ios/resources/ic_call_end_black_24dp@2x.png
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ios/resources/ic_call_end_black_24dp@2x.png
rename to webrtc/examples/objc/AppRTCMobile/ios/resources/ic_call_end_black_24dp@2x.png
Binary files differ
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/resources/ic_clear_black_24dp.png b/webrtc/examples/objc/AppRTCMobile/ios/resources/ic_clear_black_24dp.png
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ios/resources/ic_clear_black_24dp.png
rename to webrtc/examples/objc/AppRTCMobile/ios/resources/ic_clear_black_24dp.png
Binary files differ
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/resources/ic_clear_black_24dp@2x.png b/webrtc/examples/objc/AppRTCMobile/ios/resources/ic_clear_black_24dp@2x.png
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ios/resources/ic_clear_black_24dp@2x.png
rename to webrtc/examples/objc/AppRTCMobile/ios/resources/ic_clear_black_24dp@2x.png
Binary files differ
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/resources/ic_surround_sound_black_24dp.png b/webrtc/examples/objc/AppRTCMobile/ios/resources/ic_surround_sound_black_24dp.png
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ios/resources/ic_surround_sound_black_24dp.png
rename to webrtc/examples/objc/AppRTCMobile/ios/resources/ic_surround_sound_black_24dp.png
Binary files differ
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/resources/ic_surround_sound_black_24dp@2x.png b/webrtc/examples/objc/AppRTCMobile/ios/resources/ic_surround_sound_black_24dp@2x.png
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ios/resources/ic_surround_sound_black_24dp@2x.png
rename to webrtc/examples/objc/AppRTCMobile/ios/resources/ic_surround_sound_black_24dp@2x.png
Binary files differ
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/resources/ic_switch_video_black_24dp.png b/webrtc/examples/objc/AppRTCMobile/ios/resources/ic_switch_video_black_24dp.png
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ios/resources/ic_switch_video_black_24dp.png
rename to webrtc/examples/objc/AppRTCMobile/ios/resources/ic_switch_video_black_24dp.png
Binary files differ
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/resources/ic_switch_video_black_24dp@2x.png b/webrtc/examples/objc/AppRTCMobile/ios/resources/ic_switch_video_black_24dp@2x.png
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ios/resources/ic_switch_video_black_24dp@2x.png
rename to webrtc/examples/objc/AppRTCMobile/ios/resources/ic_switch_video_black_24dp@2x.png
Binary files differ
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/resources/mozart.mp3 b/webrtc/examples/objc/AppRTCMobile/ios/resources/mozart.mp3
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/ios/resources/mozart.mp3
rename to webrtc/examples/objc/AppRTCMobile/ios/resources/mozart.mp3
Binary files differ
diff --git a/webrtc/examples/objc/AppRTCDemo/mac/APPRTCAppDelegate.h b/webrtc/examples/objc/AppRTCMobile/mac/APPRTCAppDelegate.h
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/mac/APPRTCAppDelegate.h
rename to webrtc/examples/objc/AppRTCMobile/mac/APPRTCAppDelegate.h
diff --git a/webrtc/examples/objc/AppRTCDemo/mac/APPRTCAppDelegate.m b/webrtc/examples/objc/AppRTCMobile/mac/APPRTCAppDelegate.m
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/mac/APPRTCAppDelegate.m
rename to webrtc/examples/objc/AppRTCMobile/mac/APPRTCAppDelegate.m
diff --git a/webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.h b/webrtc/examples/objc/AppRTCMobile/mac/APPRTCViewController.h
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.h
rename to webrtc/examples/objc/AppRTCMobile/mac/APPRTCViewController.h
diff --git a/webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.m b/webrtc/examples/objc/AppRTCMobile/mac/APPRTCViewController.m
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.m
rename to webrtc/examples/objc/AppRTCMobile/mac/APPRTCViewController.m
diff --git a/webrtc/examples/objc/AppRTCDemo/mac/Info.plist b/webrtc/examples/objc/AppRTCMobile/mac/Info.plist
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/mac/Info.plist
rename to webrtc/examples/objc/AppRTCMobile/mac/Info.plist
diff --git a/webrtc/examples/objc/AppRTCDemo/mac/main.m b/webrtc/examples/objc/AppRTCMobile/mac/main.m
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/mac/main.m
rename to webrtc/examples/objc/AppRTCMobile/mac/main.m
diff --git a/webrtc/examples/objc/AppRTCDemo/tests/ARDAppClientTest.mm b/webrtc/examples/objc/AppRTCMobile/tests/ARDAppClientTest.mm
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/tests/ARDAppClientTest.mm
rename to webrtc/examples/objc/AppRTCMobile/tests/ARDAppClientTest.mm
diff --git a/webrtc/examples/objc/AppRTCDemo/third_party/SocketRocket/LICENSE b/webrtc/examples/objc/AppRTCMobile/third_party/SocketRocket/LICENSE
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/third_party/SocketRocket/LICENSE
rename to webrtc/examples/objc/AppRTCMobile/third_party/SocketRocket/LICENSE
diff --git a/webrtc/examples/objc/AppRTCDemo/third_party/SocketRocket/SRWebSocket.h b/webrtc/examples/objc/AppRTCMobile/third_party/SocketRocket/SRWebSocket.h
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/third_party/SocketRocket/SRWebSocket.h
rename to webrtc/examples/objc/AppRTCMobile/third_party/SocketRocket/SRWebSocket.h
diff --git a/webrtc/examples/objc/AppRTCDemo/third_party/SocketRocket/SRWebSocket.m b/webrtc/examples/objc/AppRTCMobile/third_party/SocketRocket/SRWebSocket.m
similarity index 100%
rename from webrtc/examples/objc/AppRTCDemo/third_party/SocketRocket/SRWebSocket.m
rename to webrtc/examples/objc/AppRTCMobile/third_party/SocketRocket/SRWebSocket.m