summaryrefslogtreecommitdiffstats
path: root/examples/pdf/multipage/resources/macos/Info.plist
blob: 512becda0ca58d66a333b80bb9aa0662d5d0c7d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.1">
<dict>
    <key>CFBundleIconFile</key>
      <string>multipage</string>
    <key>CFBundleIdentifier</key>
      <string>org.qt-project.multipage</string>
    <key>CFBundleDisplayName</key>
      <string>Multi-page PDF Viewer</string>
    <key>CFBundlePackageType</key>
      <string>APPL</string>
    <key>CFBundleExecutable</key>
      <string>multipage</string>
    <key>CFBundleDocumentTypes</key>
      <array>
        <dict>
        <key>CFBundleTypeRole</key>
          <string>Viewer</string>
          <key>CFBundleTypeName</key>
            <string>pdf</string>
          <key>LSItemContentTypes</key>
            <array>
                <string>com.adobe.pdf</string>
            </array>
        </dict>
      </array>
</dict>
</plist>