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 Review-Url: https://codereview.webrtc.org/2358133003 Cr-Commit-Position: refs/heads/master@{#14358}
99 lines
2.6 KiB
Plaintext
99 lines
2.6 KiB
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>BuildMachineOSBuild</key>
|
|
<string>12E55</string>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>en</string>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>AppRTCDemo</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>AppRTCDemo</string>
|
|
<key>CFBundleIcons</key>
|
|
<dict>
|
|
<key>CFBundlePrimaryIcon</key>
|
|
<dict>
|
|
<key>CFBundleIconFiles</key>
|
|
<array>
|
|
<string>Icon.png</string>
|
|
</array>
|
|
</dict>
|
|
</dict>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.google.AppRTCDemo</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>AppRTCDemo</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1.0</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>CFBundleSupportedPlatforms</key>
|
|
<array>
|
|
<string>iPhoneOS</string>
|
|
</array>
|
|
<key>CFBundleVersion</key>
|
|
<string>1.0</string>
|
|
<key>UIStatusBarTintParameters</key>
|
|
<dict>
|
|
<key>UINavigationBar</key>
|
|
<dict>
|
|
<key>Style</key>
|
|
<string>UIBarStyleDefault</string>
|
|
<key>Translucent</key>
|
|
<false/>
|
|
</dict>
|
|
</dict>
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
<array>
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
</array>
|
|
<key>UIAppFonts</key>
|
|
<array>
|
|
<string>Roboto-Regular.ttf</string>
|
|
</array>
|
|
<key>UIBackgroundModes</key>
|
|
<array>
|
|
<string>audio</string>
|
|
<string>voip</string>
|
|
</array>
|
|
<key>UILaunchImages</key>
|
|
<array>
|
|
<dict>
|
|
<key>UILaunchImageMinimumOSVersion</key>
|
|
<string>7.0</string>
|
|
<key>UILaunchImageName</key>
|
|
<string>iPhone5</string>
|
|
<key>UILaunchImageOrientation</key>
|
|
<string>Portrait</string>
|
|
<key>UILaunchImageSize</key>
|
|
<string>{320, 568}</string>
|
|
</dict>
|
|
<dict>
|
|
<key>UILaunchImageMinimumOSVersion</key>
|
|
<string>8.0</string>
|
|
<key>UILaunchImageName</key>
|
|
<string>iPhone6</string>
|
|
<key>UILaunchImageOrientation</key>
|
|
<string>Portrait</string>
|
|
<key>UILaunchImageSize</key>
|
|
<string>{375, 667}</string>
|
|
</dict>
|
|
<dict>
|
|
<key>UILaunchImageMinimumOSVersion</key>
|
|
<string>8.0</string>
|
|
<key>UILaunchImageName</key>
|
|
<string>iPhone6p</string>
|
|
<key>UILaunchImageOrientation</key>
|
|
<string>Portrait</string>
|
|
<key>UILaunchImageSize</key>
|
|
<string>{414, 736}</string>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|