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

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

Issue 1235563006: Move talk/examples/* to webrtc/examples. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 201508051337 Created 5 years, 4 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 2
3 <!DOCTYPE plist PUBLIC "-//Apple/DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/P ropertyList-1.0.dtd"> 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"> 4 <plist version="1.0">
5 <dict> 5 <dict>
6 <key>CFBundleDevelopmentRegion</key> 6 <key>CFBundleDevelopmentRegion</key>
7 <string>en</string> 7 <string>en</string>
8 <key>CFBundleDisplayName</key> 8 <key>CFBundleDisplayName</key>
9 <string>${PRODUCT_NAME}</string> 9 <string>${PRODUCT_NAME}</string>
10 <key>CFBundleExecutable</key> 10 <key>CFBundleExecutable</key>
11 <string>${EXECUTABLE_NAME}</string> 11 <string>${EXECUTABLE_NAME}</string>
12 <key>CFBundleIdentifier</key> 12 <key>CFBundleIdentifier</key>
13 <string>com.Google.${PRODUCT_NAME:rfc1034identifier}</string> 13 <string>com.Google.${PRODUCT_NAME:rfc1034identifier}</string>
14 <key>CFBundleInfoDictionaryVersion</key> 14 <key>CFBundleInfoDictionaryVersion</key>
15 <string>6.0</string> 15 <string>6.0</string>
16 <key>CFBundleName</key> 16 <key>CFBundleName</key>
17 <string>${PRODUCT_NAME}</string> 17 <string>${PRODUCT_NAME}</string>
18 <key>CFBundlePackageType</key> 18 <key>CFBundlePackageType</key>
19 <string>APPL</string> 19 <string>APPL</string>
20 <key>CFBundleShortVersionString</key> 20 <key>CFBundleShortVersionString</key>
21 <string>1.0</string> 21 <string>1.0</string>
22 <key>CFBundleVersion</key> 22 <key>CFBundleVersion</key>
23 <string>1.0</string> 23 <string>1.0</string>
24 <key>LSMinimumSystemVersion</key> 24 <key>LSMinimumSystemVersion</key>
25 <string>${MACOSX_DEPLOYMENT_TARGET}</string> 25 <string>${MACOSX_DEPLOYMENT_TARGET}</string>
26 <key>NSPrincipalClass</key> 26 <key>NSPrincipalClass</key>
27 <string>NSApplication</string> 27 <string>NSApplication</string>
28 </dict> 28 </dict>
29 </plist> 29 </plist>
OLDNEW
« no previous file with comments | « webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.m ('k') | webrtc/examples/objc/AppRTCDemo/mac/main.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698