summaryrefslogtreecommitdiff
path: root/xfa_test/pdf/Info.plist
diff options
context:
space:
mode:
authorBo Xu <bo_xu@foxitsoftware.com>2014-10-28 23:03:33 -0700
committerBo Xu <bo_xu@foxitsoftware.com>2014-11-03 11:10:11 -0800
commitfdc00a7042d912aafaabddae4d9c84199921ef23 (patch)
tree32ab8ac91cc68d2cd15b9168782a71b3f3f5e7b9 /xfa_test/pdf/Info.plist
parente9b38fa38de2c95d8260be31c57d9272c4d127ed (diff)
downloadpdfium-fdc00a7042d912aafaabddae4d9c84199921ef23.tar.xz
Merge XFA to PDFium master at 4dc95e7 on 10/28/2014
Diffstat (limited to 'xfa_test/pdf/Info.plist')
-rw-r--r--xfa_test/pdf/Info.plist44
1 files changed, 44 insertions, 0 deletions
diff --git a/xfa_test/pdf/Info.plist b/xfa_test/pdf/Info.plist
new file mode 100644
index 0000000000..9f3dfdf834
--- /dev/null
+++ b/xfa_test/pdf/Info.plist
@@ -0,0 +1,44 @@
+<?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>CFBundleIdentifier</key>
+ <string>org.chromium.pdf_plugin</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>${PRODUCT_NAME}</string>
+ <key>CFBundlePackageType</key>
+ <string>BRPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>1.0</string>
+ <key>CFPlugInDynamicRegisterFunction</key>
+ <string></string>
+ <key>CFPlugInDynamicRegistration</key>
+ <string>NO</string>
+ <key>WebPluginDescription</key>
+ <string>Chrome PDF Viewer</string>
+ <key>WebPluginMIMETypes</key>
+ <dict>
+ <key>application/pdf</key>
+ <dict>
+ <key>WebPluginExtensions</key>
+ <array>
+ <string>pdf</string>
+ </array>
+ <key>WebPluginTypeDescription</key>
+ <string>Acrobat Portable Document Format</string>
+ </dict>
+ </dict>
+ <key>WebPluginName</key>
+ <string>Chrome PDF Viewer</string>
+</dict>
+</plist>