File: Tome-plist.xml

package info (click to toggle)
tome 2.2.7-1
  • links: PTS
  • area: non-free
  • in suites: sarge
  • size: 19,908 kB
  • ctags: 15,840
  • sloc: ansic: 172,881; xml: 8,387; sh: 210; makefile: 96
file content (39 lines) | stat: -rw-r--r-- 1,885 bytes parent folder | download
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
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<plist version="1.0">
  <dict>
    <key>CFBundleName</key><string>T.o.M.E.</string>
    <key>CFBundleDisplayName</key><string>T.o.M.E. (OS X)</string>
    <key>CFBundleExecutable</key><string>tome</string>
    <key>CFBundlePackageType</key><string>APPL</string>
    <key>CFBundleSignature</key><string>PrnA</string>
    <key>CFBundleVersion</key><string>2.2.0</string>
    <key>CFBundleShortVersionString</key><string>220</string>
    <key>CFBundleIconFile</key><string>Angband</string>
    <key>CFBundleIdentifier</key><string>net.t-o-m-e.tome</string>
    <key>CFBundleInfoDictionaryVersion</key><string>6.0</string>
    <key>CFBundleDocumentTypes</key>
      <array>
        <dict>
          <key>CFBundleTypeExtentions</key><array><string>*</string></array>
          <key>CFBundleTypeIconFile</key><string>Save</string>
          <key>CFBundleTypeName</key><string>Angband game data</string>
          <key>CFBundleTypeOSTypes</key><array><string>SAVE</string></array>
          <key>CFBundleTypeRole</key><string>Editor</string>
        </dict>
        <dict>
          <key>CFBundleTypeExtentions</key><array><string>*</string></array>
          <key>CFBundleTypeIconFile</key><string>Edit</string>
          <key>CFBundleTypeName</key><string>Angband game data</string>
          <key>CFBundleTypeOSTypes</key><array><string>TEXT</string></array>
          <key>CFBundleTypeRole</key><string>Editor</string>
        </dict>
        <dict>
          <key>CFBundleTypeExtentions</key><array><string>*</string></array>
          <key>CFBundleTypeIconFile</key><string>Data</string>
          <key>CFBundleTypeName</key><string>Angband game data</string>
          <key>CFBundleTypeOSTypes</key><array><string>DATA</string></array>
          <key>CFBundleTypeRole</key><string>Editor</string>
        </dict>
     </array>
  </dict>
</plist>