diff --git a/talk/examples/objc/AppRTCDemo/ios/Info.plist b/talk/examples/objc/AppRTCDemo/ios/Info.plist index 21ee35500b..fd1e26f8a5 100644 --- a/talk/examples/objc/AppRTCDemo/ios/Info.plist +++ b/talk/examples/objc/AppRTCDemo/ios/Info.plist @@ -2,67 +2,96 @@ - BuildMachineOSBuild - 12E55 - CFBundleDevelopmentRegion - en - CFBundleDisplayName - AppRTCDemo - CFBundleExecutable - AppRTCDemo - CFBundleIcons - - CFBundlePrimaryIcon - - CFBundleIconFiles - - Icon.png - - - - CFBundleIdentifier - com.google.AppRTCDemo - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - AppRTCDemo - CFBundlePackageType - APPL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleSupportedPlatforms - - iPhoneOS - - CFBundleVersion - 1.0 - UIRequiredDeviceCapabilities - - armv7 - - UIStatusBarTintParameters - - UINavigationBar - - Style - UIBarStyleDefault - Translucent - - - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - - UIAppFonts - - Roboto-Regular.ttf - - UIBackgroundModes - - voip - + BuildMachineOSBuild + 12E55 + CFBundleDevelopmentRegion + en + CFBundleDisplayName + AppRTCDemo + CFBundleExecutable + AppRTCDemo + CFBundleIcons + + CFBundlePrimaryIcon + + CFBundleIconFiles + + Icon.png + + + + CFBundleIdentifier + com.google.AppRTCDemo + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + AppRTCDemo + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleSupportedPlatforms + + iPhoneOS + + CFBundleVersion + 1.0 + UIStatusBarTintParameters + + UINavigationBar + + Style + UIBarStyleDefault + Translucent + + + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + + UIAppFonts + + Roboto-Regular.ttf + + UIBackgroundModes + + voip + + UILaunchImages + + + UILaunchImageMinimumOSVersion + 7.0 + UILaunchImageName + iPhone5 + UILaunchImageOrientation + Portrait + UILaunchImageSize + {320, 568} + + + UILaunchImageMinimumOSVersion + 8.0 + UILaunchImageName + iPhone6 + UILaunchImageOrientation + Portrait + UILaunchImageSize + {375, 667} + + + UILaunchImageMinimumOSVersion + 8.0 + UILaunchImageName + iPhone6p + UILaunchImageOrientation + Portrait + UILaunchImageSize + {414, 736} + + diff --git a/talk/examples/objc/AppRTCDemo/ios/resources/Default-568h.png b/talk/examples/objc/AppRTCDemo/ios/resources/Default-568h.png deleted file mode 100644 index 2735148c93..0000000000 Binary files a/talk/examples/objc/AppRTCDemo/ios/resources/Default-568h.png and /dev/null differ diff --git a/talk/examples/objc/AppRTCDemo/ios/resources/iPhone5@2x.png b/talk/examples/objc/AppRTCDemo/ios/resources/iPhone5@2x.png new file mode 100644 index 0000000000..9d005fde06 Binary files /dev/null and b/talk/examples/objc/AppRTCDemo/ios/resources/iPhone5@2x.png differ diff --git a/talk/examples/objc/AppRTCDemo/ios/resources/iPhone6@2x.png b/talk/examples/objc/AppRTCDemo/ios/resources/iPhone6@2x.png new file mode 100644 index 0000000000..fce3eb95b3 Binary files /dev/null and b/talk/examples/objc/AppRTCDemo/ios/resources/iPhone6@2x.png differ diff --git a/talk/examples/objc/AppRTCDemo/ios/resources/iPhone6p@3x.png b/talk/examples/objc/AppRTCDemo/ios/resources/iPhone6p@3x.png new file mode 100644 index 0000000000..aee20c2209 Binary files /dev/null and b/talk/examples/objc/AppRTCDemo/ios/resources/iPhone6p@3x.png differ diff --git a/talk/libjingle_examples.gyp b/talk/libjingle_examples.gyp index 8a0848138f..5cd31b6d10 100755 --- a/talk/libjingle_examples.gyp +++ b/talk/libjingle_examples.gyp @@ -222,7 +222,9 @@ 'conditions': [ ['OS=="ios"', { 'mac_bundle_resources': [ - 'examples/objc/AppRTCDemo/ios/resources/Default-568h.png', + 'examples/objc/AppRTCDemo/ios/resources/iPhone5@2x.png', + 'examples/objc/AppRTCDemo/ios/resources/iPhone6@2x.png', + 'examples/objc/AppRTCDemo/ios/resources/iPhone6p@3x.png', 'examples/objc/AppRTCDemo/ios/resources/Roboto-Regular.ttf', 'examples/objc/AppRTCDemo/ios/resources/ic_call_end_black_24dp.png', 'examples/objc/AppRTCDemo/ios/resources/ic_call_end_black_24dp@2x.png',