source: git/lib/Info.plist.in @ 8377f15

RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-data
Last change on this file since 8377f15 was 9f90a75, checked in by Olly Betts <olly@…>, 9 years ago

lib/INSTALL.OSX,lib/Info.plist.in: Add icons for other filetypes,
and run actions to load "plt" and "pos" into aven.

  • Property mode set to 100644
File size: 2.5 KB
RevLine 
[2032841]1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5        <key>CFBundleDisplayName</key>
6        <string>Aven</string>
7        <key>CFBundleExecutable</key>
8        <string>aven</string>
9        <key>CFBundleIconFile</key>
10        <string>Aven</string>
11        <key>CFBundleIdentifier</key>
12        <string>com.survex.app.Aven</string>
13        <key>CFBundleName</key>
14        <string>Aven</string>
15        <key>CFBundlePackageType</key>
16        <string>APPL</string>
17        <key>CFBundleShortVersionString</key>
18        <string>@VERSION@</string>
19        <key>CFBundleSignature</key>
20        <string>AVEN</string>
21        <key>CFBundleVersion</key>
22        <string>1.0</string>
23        <key>LSHasLocalizedDisplayName</key>
24        <string>0</string>
25        <key>NSAppleScriptEnabled</key>
26        <false/>
27        <key>NSHumanReadableCopyright</key>
[b93ab78]28        <string>Licensed under the GNU General Public License version 2 or later.
[2032841]29@COPYRIGHT_MSG@
[b93ab78]30@AVEN_COPYRIGHT_MSG@</string>
[e157b8f]31        <key>CFBundleDocumentTypes</key>
32        <array>
[f8576fb]33                <dict>
34                        <key>CFBundleTypeName</key>
35                        <string>com.survex.3d</string>
36                        <key>CFBundleTypeExtensions</key>
37                        <array><string>3d</string></array>
38                        <key>CFBundleTypeIconFile</key>
39                        <string>3d</string>
40                        <key>CFBundleTypeRole</key>
41                        <string>Viewer</string>
42                        <key>LSHandlerRank</key>
43                        <string>Owner</string>
44                </dict>
[9f90a75]45                <dict>
46                        <key>CFBundleTypeName</key>
47                        <string>com.survex.err</string>
48                        <key>CFBundleTypeExtensions</key>
49                        <array><string>err</string></array>
50                        <key>CFBundleTypeIconFile</key>
51                        <string>err</string>
52                </dict>
53                <dict>
54                        <key>CFBundleTypeName</key>
55                        <string>com.survex.plt</string>
56                        <key>CFBundleTypeExtensions</key>
57                        <array><string>plt</string></array>
58                        <key>CFBundleTypeIconFile</key>
59                        <string>plt</string>
60                        <key>CFBundleTypeRole</key>
61                        <string>Viewer</string>
62                        <key>LSHandlerRank</key>
63                        <string>Owner</string>
64                </dict>
65                <dict>
66                        <key>CFBundleTypeName</key>
67                        <string>com.survex.pos</string>
68                        <key>CFBundleTypeExtensions</key>
69                        <array><string>pos</string></array>
70                        <key>CFBundleTypeIconFile</key>
71                        <string>pos</string>
72                        <key>CFBundleTypeRole</key>
73                        <string>Viewer</string>
74                        <key>LSHandlerRank</key>
75                        <string>Owner</string>
76                </dict>
[f8576fb]77                <dict>
78                        <key>CFBundleTypeName</key>
79                        <string>com.survex.svx</string>
80                        <key>CFBundleTypeExtensions</key>
81                        <array><string>svx</string></array>
82                        <key>CFBundleTypeIconFile</key>
83                        <string>svx</string>
84                        <key>CFBundleTypeRole</key>
85                        <string>Viewer</string>
86                        <key>LSHandlerRank</key>
87                        <string>Owner</string>
88                </dict>
[e157b8f]89        </array>
[2032841]90</dict>
91</plist>
Note: See TracBrowser for help on using the repository browser.