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

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

Issue 2343403002: Rename AppRTCDemo on Android and iOS to AppRTCMobile (Closed)
Patch Set: Rebase Created 4 years, 2 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
1 <?xml version="1.0" encoding="UTF-8"?> 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"> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd">
3 <plist version="1.0"> 3 <plist version="1.0">
4 <dict> 4 <dict>
5 <key>BuildMachineOSBuild</key> 5 <key>BuildMachineOSBuild</key>
6 <string>12E55</string> 6 <string>12E55</string>
7 <key>CFBundleDevelopmentRegion</key> 7 <key>CFBundleDevelopmentRegion</key>
8 <string>en</string> 8 <string>en</string>
9 <key>CFBundleDisplayName</key> 9 <key>CFBundleDisplayName</key>
10 <string>AppRTCDemo</string> 10 <string>AppRTCMobile</string>
11 <key>CFBundleExecutable</key> 11 <key>CFBundleExecutable</key>
12 <string>AppRTCDemo</string> 12 <string>AppRTCMobile</string>
13 <key>CFBundleIcons</key> 13 <key>CFBundleIcons</key>
14 <dict> 14 <dict>
15 <key>CFBundlePrimaryIcon</key> 15 <key>CFBundlePrimaryIcon</key>
16 <dict> 16 <dict>
17 <key>CFBundleIconFiles</key> 17 <key>CFBundleIconFiles</key>
18 <array> 18 <array>
19 <string>Icon.png</string> 19 <string>Icon.png</string>
20 </array> 20 </array>
21 </dict> 21 </dict>
22 </dict> 22 </dict>
23 <key>CFBundleIdentifier</key> 23 <key>CFBundleIdentifier</key>
24 <string>com.google.AppRTCDemo</string> 24 <string>com.google.AppRTCMobile</string>
25 <key>CFBundleInfoDictionaryVersion</key> 25 <key>CFBundleInfoDictionaryVersion</key>
26 <string>6.0</string> 26 <string>6.0</string>
27 <key>CFBundleName</key> 27 <key>CFBundleName</key>
28 <string>AppRTCDemo</string> 28 <string>AppRTCMobile</string>
29 <key>CFBundlePackageType</key> 29 <key>CFBundlePackageType</key>
30 <string>APPL</string> 30 <string>APPL</string>
31 <key>CFBundleShortVersionString</key> 31 <key>CFBundleShortVersionString</key>
32 <string>1.0</string> 32 <string>1.0</string>
33 <key>CFBundleSignature</key> 33 <key>CFBundleSignature</key>
34 <string>????</string> 34 <string>????</string>
35 <key>CFBundleSupportedPlatforms</key> 35 <key>CFBundleSupportedPlatforms</key>
36 <array> 36 <array>
37 <string>iPhoneOS</string> 37 <string>iPhoneOS</string>
38 </array> 38 </array>
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 <key>UILaunchImageName</key> 89 <key>UILaunchImageName</key>
90 <string>iPhone6p</string> 90 <string>iPhone6p</string>
91 <key>UILaunchImageOrientation</key> 91 <key>UILaunchImageOrientation</key>
92 <string>Portrait</string> 92 <string>Portrait</string>
93 <key>UILaunchImageSize</key> 93 <key>UILaunchImageSize</key>
94 <string>{414, 736}</string> 94 <string>{414, 736}</string>
95 </dict> 95 </dict>
96 </array> 96 </array>
97 </dict> 97 </dict>
98 </plist> 98 </plist>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698