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

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

Issue 2358133003: Revert of Rename AppRTCDemo on Android and iOS to AppRTCMobile (Closed)
Patch Set: 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
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!DOCTYPE plist PUBLIC "-//Apple/DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/P ropertyList-1.0.dtd">
4 <plist version="1.0">
5 <dict>
6 <key>CFBundleDevelopmentRegion</key>
7 <string>en</string>
8 <key>CFBundleDisplayName</key>
9 <string>${PRODUCT_NAME}</string>
10 <key>CFBundleExecutable</key>
11 <string>${EXECUTABLE_NAME}</string>
12 <key>CFBundleIdentifier</key>
13 <string>com.Google.${PRODUCT_NAME:rfc1034identifier}</string>
14 <key>CFBundleInfoDictionaryVersion</key>
15 <string>6.0</string>
16 <key>CFBundleName</key>
17 <string>${PRODUCT_NAME}</string>
18 <key>CFBundlePackageType</key>
19 <string>APPL</string>
20 <key>CFBundleShortVersionString</key>
21 <string>1.0</string>
22 <key>CFBundleVersion</key>
23 <string>1.0</string>
24 <key>LSMinimumSystemVersion</key>
25 <string>${MACOSX_DEPLOYMENT_TARGET}</string>
26 <key>NSPrincipalClass</key>
27 <string>NSApplication</string>
28 </dict>
29 </plist>
OLDNEW
« no previous file with comments | « webrtc/examples/objc/AppRTCMobile/mac/APPRTCViewController.m ('k') | webrtc/examples/objc/AppRTCMobile/mac/main.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698