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..983c2061ea37b7bf3123e9f83f19ebb66e3e45b5 |
--- /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> |
+ <key>NSMainNibFile</key> |
+ <string>me2me_preference_pane</string> |
+ <key>NSPrefPaneIconFile</key> |
+ <string>chromoting128.png</string> |
+ <key>NSPrefPaneIconLabel</key> |
+ <string>Me2Me</string> |
+ <key>NSPrincipalClass</key> |
+ <string>Me2MePreferencePane</string> |
+</dict> |
+</plist> |