Search
lxdream.org :: lxdream/Info.plist.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename Info.plist.in
changeset 778:a34b180d92f7
next797:3bb52a384b64
author nkeynes
date Mon Jul 28 06:39:00 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Add bundle proplist and icon
file annotate diff log raw
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/Info.plist.in Mon Jul 28 06:39:00 2008 +0000
1.3 @@ -0,0 +1,32 @@
1.4 +<?xml version="1.0" encoding="UTF-8"?>
1.5 +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
1.6 +<plist version="1.0">
1.7 +<dict>
1.8 + <key>CFBundleDevelopmentRegion</key>
1.9 + <string>English</string>
1.10 + <key>CFBundleExecutable</key>
1.11 + <string>lxdream</string>
1.12 + <key>CFBundleGetInfoString</key>
1.13 + <string>@VERSION@, Copyright (C) 2005-2008 Nathan Keynes</string>
1.14 + <key>CFBundleIconFile</key>
1.15 + <string>lxdream</string>
1.16 + <key>CFBundleIdentifier</key>
1.17 + <string>org.lxdream.lxdream</string>
1.18 + <key>CFBundleInfoDictionaryVersion</key>
1.19 + <string>6.0</string>
1.20 + <key>CFBundleName</key>
1.21 + <string>lxdream</string>
1.22 + <key>CFBundlePackageType</key>
1.23 + <string>APPL</string>
1.24 + <key>CFBundleShortVersionString</key>
1.25 + <string>@VERSION@</string>
1.26 + <key>CFBundleSignature</key>
1.27 + <string>????</string>
1.28 + <key>CFBundleVersion</key>
1.29 + <string>1.0</string>
1.30 + <key>NSMainNibFile</key>
1.31 + <string>MainMenu</string>
1.32 + <key>NSPrincipalClass</key>
1.33 + <string>NSApplication</string>
1.34 +</dict>
1.35 +</plist>
.