source: git/lib/Info.plist.in @ 0c2c415

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

buildmacosx.sh: Fix location of Aven.icns inside Aven.app.
buildmacosx.sh,lib/Info.plist.in,lib/icons/Makefile.am: Attempt to
add filetype info for 3d files.

  • Property mode set to 100644
File size: 1.3 KB
Line 
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>
28        <string>Licensed under the GNU General Public License version 2 or later.
29@COPYRIGHT_MSG@
30@AVEN_COPYRIGHT_MSG@</string>
31        <key>CFBundleDocumentTypes</key>
32        <array>
33                <key>CFBundleTypeName</key>
34                <string>com.survex.3d</string>
35                <key>CFBundleTypeExtensions</key>
36                <array><string>3d</string></array>
37                <key>CFBundleTypeIconFile</key>
38                <string>3d</string>
39                <key>CFBundleTypeRole</key>
40                <string>Viewer</string>
41                <key>LSHandlerRank</key>
42                <string>Owner</string>
43        </array>
44</dict>
45</plist>
Note: See TracBrowser for help on using the repository browser.