diff --git a/webrtc/examples/BUILD.gn b/webrtc/examples/BUILD.gn index 55fe0f2429..006485deac 100644 --- a/webrtc/examples/BUILD.gn +++ b/webrtc/examples/BUILD.gn @@ -325,6 +325,8 @@ if (is_ios || (is_mac && target_cpu != "x86")) { "objc/AppRTCMobile/ios/resources/ic_switch_video_black_24dp.png", "objc/AppRTCMobile/ios/resources/ic_switch_video_black_24dp@2x.png", "objc/AppRTCMobile/ios/resources/mozart.mp3", + "objc/Icon-120.png", + "objc/Icon-180.png", "objc/Icon.png", ] outputs = [ diff --git a/webrtc/examples/objc/AppRTCMobile/ios/Info.plist b/webrtc/examples/objc/AppRTCMobile/ios/Info.plist index 48016b3a4a..2b382c4d43 100644 --- a/webrtc/examples/objc/AppRTCMobile/ios/Info.plist +++ b/webrtc/examples/objc/AppRTCMobile/ios/Info.plist @@ -17,6 +17,8 @@ CFBundleIconFiles Icon.png + Icon-120.png + Icon-180.png diff --git a/webrtc/examples/objc/Icon-120.png b/webrtc/examples/objc/Icon-120.png new file mode 100644 index 0000000000..938fef477b Binary files /dev/null and b/webrtc/examples/objc/Icon-120.png differ diff --git a/webrtc/examples/objc/Icon-180.png b/webrtc/examples/objc/Icon-180.png new file mode 100644 index 0000000000..a5b7609680 Binary files /dev/null and b/webrtc/examples/objc/Icon-180.png differ