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

Side by Side Diff: remoting/host/remoting_me2me_host-Info.plist

Issue 10310089: Make me2me_host a Mac bundle (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « remoting/host/installer/mac/uninstaller/remoting_uninstaller.mm ('k') | remoting/remoting.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <plist version="1.0"> 1 <plist version="1.0">
2 <dict> 2 <dict>
3 <key>CFBundleDevelopmentRegion</key> 3 <key>CFBundleDevelopmentRegion</key>
4 <string>English</string> 4 <string>English</string>
5 <key>CFBundleIdentifier</key> 5 <key>CFBundleIdentifier</key>
6 <string>@BUNDLE_ID@</string> 6 <string>@BUNDLE_ID@</string>
7 <key>CFBundleInfoDictionaryVersion</key> 7 <key>CFBundleInfoDictionaryVersion</key>
8 <string>6.0</string> 8 <string>6.0</string>
9 <key>CFBundleName</key> 9 <key>CFBundleName</key>
10 <string>remoting_me2me_host</string> 10 <string>remoting_me2me_host</string>
11 <key>CFBundlePackageType</key> 11 <key>CFBundlePackageType</key>
12 <string>APPL</string> 12 <string>APPL</string>
13 <key>CFBundleVersion</key> 13 <key>CFBundleVersion</key>
14 <string>@VERSION_FULL@</string> 14 <string>@VERSION_FULL@</string>
15 <key>CFBundleShortVersionString</key> 15 <key>CFBundleShortVersionString</key>
16 <string>@VERSION_SHORT@</string> 16 <string>@VERSION_SHORT@</string>
17 <key>LSUIElement</key>
18 <string>1</string>
17 </dict> 19 </dict>
18 </plist> 20 </plist>
OLDNEW
« no previous file with comments | « remoting/host/installer/mac/uninstaller/remoting_uninstaller.mm ('k') | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698