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

Side by Side Diff: talk/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
(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 | « talk/examples/objc/AppRTCDemo/mac/APPRTCViewController.m ('k') | talk/examples/objc/AppRTCDemo/mac/main.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698