Chromium Code Reviews| 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> |