Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(438)

Side by Side Diff: webrtc/examples/objc/AppRTCDemo/ios/Info.plist

Issue 2343403002: Rename AppRTCDemo on Android and iOS to AppRTCMobile (Closed)
Patch Set: Rebase Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>BuildMachineOSBuild</key>
6 <string>12E55</string>
7 <key>CFBundleDevelopmentRegion</key>
8 <string>en</string>
9 <key>CFBundleDisplayName</key>
10 <string>AppRTCDemo</string>
11 <key>CFBundleExecutable</key>
12 <string>AppRTCDemo</string>
13 <key>CFBundleIcons</key>
14 <dict>
15 <key>CFBundlePrimaryIcon</key>
16 <dict>
17 <key>CFBundleIconFiles</key>
18 <array>
19 <string>Icon.png</string>
20 </array>
21 </dict>
22 </dict>
23 <key>CFBundleIdentifier</key>
24 <string>com.google.AppRTCDemo</string>
25 <key>CFBundleInfoDictionaryVersion</key>
26 <string>6.0</string>
27 <key>CFBundleName</key>
28 <string>AppRTCDemo</string>
29 <key>CFBundlePackageType</key>
30 <string>APPL</string>
31 <key>CFBundleShortVersionString</key>
32 <string>1.0</string>
33 <key>CFBundleSignature</key>
34 <string>????</string>
35 <key>CFBundleSupportedPlatforms</key>
36 <array>
37 <string>iPhoneOS</string>
38 </array>
39 <key>CFBundleVersion</key>
40 <string>1.0</string>
41 <key>UIStatusBarTintParameters</key>
42 <dict>
43 <key>UINavigationBar</key>
44 <dict>
45 <key>Style</key>
46 <string>UIBarStyleDefault</string>
47 <key>Translucent</key>
48 <false/>
49 </dict>
50 </dict>
51 <key>UISupportedInterfaceOrientations</key>
52 <array>
53 <string>UIInterfaceOrientationPortrait</string>
54 </array>
55 <key>UIAppFonts</key>
56 <array>
57 <string>Roboto-Regular.ttf</string>
58 </array>
59 <key>UIBackgroundModes</key>
60 <array>
61 <string>audio</string>
62 <string>voip</string>
63 </array>
64 <key>UILaunchImages</key>
65 <array>
66 <dict>
67 <key>UILaunchImageMinimumOSVersion</key>
68 <string>7.0</string>
69 <key>UILaunchImageName</key>
70 <string>iPhone5</string>
71 <key>UILaunchImageOrientation</key>
72 <string>Portrait</string>
73 <key>UILaunchImageSize</key>
74 <string>{320, 568}</string>
75 </dict>
76 <dict>
77 <key>UILaunchImageMinimumOSVersion</key>
78 <string>8.0</string>
79 <key>UILaunchImageName</key>
80 <string>iPhone6</string>
81 <key>UILaunchImageOrientation</key>
82 <string>Portrait</string>
83 <key>UILaunchImageSize</key>
84 <string>{375, 667}</string>
85 </dict>
86 <dict>
87 <key>UILaunchImageMinimumOSVersion</key>
88 <string>8.0</string>
89 <key>UILaunchImageName</key>
90 <string>iPhone6p</string>
91 <key>UILaunchImageOrientation</key>
92 <string>Portrait</string>
93 <key>UILaunchImageSize</key>
94 <string>{414, 736}</string>
95 </dict>
96 </array>
97 </dict>
98 </plist>
OLDNEW
« no previous file with comments | « webrtc/examples/objc/AppRTCDemo/ios/AppRTCDemo-Prefix.pch ('k') | webrtc/examples/objc/AppRTCDemo/ios/UIImage+ARDUtilities.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698