Search
lxdream.org :: lxdream/Info.plist.in
lxdream 0.9.1
released Jun 29
Download Now
filename Info.plist.in
changeset 778:a34b180d92f7
next797:3bb52a384b64
author nkeynes
date Mon Jul 28 11:21:12 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Scale the mouse deltas (when grabbed) to get the movement more reasonable (and fairly close to system)
view annotate diff log raw
     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>CFBundleDevelopmentRegion</key>
     6 	<string>English</string>
     7 	<key>CFBundleExecutable</key>
     8 	<string>lxdream</string>
     9 	<key>CFBundleGetInfoString</key>
    10 	<string>@VERSION@, Copyright (C) 2005-2008 Nathan Keynes</string>
    11 	<key>CFBundleIconFile</key>
    12 	<string>lxdream</string>
    13 	<key>CFBundleIdentifier</key>
    14 	<string>org.lxdream.lxdream</string>
    15 	<key>CFBundleInfoDictionaryVersion</key>
    16 	<string>6.0</string>
    17 	<key>CFBundleName</key>
    18 	<string>lxdream</string>
    19 	<key>CFBundlePackageType</key>
    20 	<string>APPL</string>
    21 	<key>CFBundleShortVersionString</key>
    22 	<string>@VERSION@</string>
    23 	<key>CFBundleSignature</key>
    24 	<string>????</string>
    25 	<key>CFBundleVersion</key>
    26 	<string>1.0</string>
    27 	<key>NSMainNibFile</key>
    28 	<string>MainMenu</string>
    29 	<key>NSPrincipalClass</key>
    30 	<string>NSApplication</string>
    31 </dict>
    32 </plist>
.