source: git/lib/svxedit_Info.plist.in @ 6316bfa

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

lib/svxedit_Info.plist.in: Update to run svxedit_wrap.

  • 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>svxedit</string>
7        <key>CFBundleExecutable</key>
8        <string>svxedit_wrap</string>
9        <key>CFBundleIconFile</key>
10        <string>svxedit</string>
11        <key>CFBundleIdentifier</key>
12        <string>com.survex.app.svxedit</string>
13        <key>CFBundleName</key>
14        <string>svxedit</string>
15        <key>CFBundlePackageType</key>
16        <string>APPL</string>
17        <key>CFBundleShortVersionString</key>
18        <string>@VERSION@</string>
19        <key>CFBundleSignature</key>
20        <string>SVXE</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                <dict>
34                        <key>CFBundleTypeName</key>
35                        <string>com.survex.svx</string>
36                        <key>CFBundleTypeExtensions</key>
37                        <array><string>svx</string></array>
38                        <key>CFBundleTypeIconFile</key>
39                        <string>svx</string>
40                        <key>CFBundleTypeRole</key>
41                        <string>Editor</string>
42                        <key>LSHandlerRank</key>
43                        <string>Owner</string>
44                </dict>
45        </array>
46</dict>
47</plist>
Note: See TracBrowser for help on using the repository browser.