source: git/lib/Info.plist.in @ 2d4017f

RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-data
Last change on this file since 2d4017f was b93ab78, checked in by Olly Betts <olly@…>, 12 years ago

lib/Info.plist.in: Remove spurious blank lines from licence text
in OS X "Get Info".

git-svn-id: file:///home/survex-svn/survex/trunk@3866 4b37db11-9a0c-4f06-9ece-9ab7cdaee568

  • Property mode set to 100644
File size: 950 bytes
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</dict>
32</plist>
Note: See TracBrowser for help on using the repository browser.