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

Unified Diff: remoting/host/me2me_preference_pane-Info.plist

Issue 10171020: Preference Pane for chromoting on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: remoting/host/me2me_preference_pane-Info.plist
diff --git a/remoting/host/me2me_preference_pane-Info.plist b/remoting/host/me2me_preference_pane-Info.plist
new file mode 100644
index 0000000000000000000000000000000000000000..d9b54da390c7579fb4dc5e5bbd9bd4d9fdb30425
--- /dev/null
+++ b/remoting/host/me2me_preference_pane-Info.plist
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleExecutable</key>
+ <string>${EXECUTABLE_NAME}</string>
+ <key>CFBundleIconFile</key>
+ <string></string>
+ <key>CFBundleIdentifier</key>
+ <string>BUNDLE_ID</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>BUNDLE_NAME</string>
+ <key>CFBundlePackageType</key>
+ <string>BNDL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>VERSION_SHORT</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>VERSION_FULL</string>
+ <key>NSHumanReadableCopyright</key>
+ <string>Copyright © 2012 COPYRIGHT_BY All rights reserved.</string>
dcaiafa 2012/04/27 17:06:00 Fix.
garykac 2012/04/27 17:14:09 This is correct. COPYRIGHT_BY is replaced with Chr
Jamie 2012/04/27 18:21:04 Does the copyright string get substituted at some
garykac 2012/04/27 21:49:02 The INFOPLIST_PREPROCESS setting (in the .gyp file
Lambros 2012/04/28 01:54:19 Yes, although that's non-obvious just looking at t
+ <key>NSMainNibFile</key>
+ <string>Me2MePreferencePane</string>
+ <key>NSPrefPaneIconFile</key>
+ <string>chromoting128.png</string>
+ <key>NSPrefPaneIconLabel</key>
+ <string>Me2Me</string>
+ <key>NSPrincipalClass</key>
+ <string>Me2MePreferencePane</string>
+</dict>
+</plist>

Powered by Google App Engine
This is Rietveld 408576698