filename | Info.plist.in |
changeset | 797:3bb52a384b64 |
prev | 778:a34b180d92f7 |
author | nkeynes |
date | Mon Feb 13 20:00:27 2012 +1000 (11 years ago) |
permissions | -rw-r--r-- |
last change | Fix MMU on non-translated platforms - reintroduce old VMA translation functions (slightly modified) - modify shadow processing to work on post-translated memory ops |
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>CFBundleDocumentTypes</key>
8 <array>
9 <dict>
10 <key>CFBundleTypeExtensions</key>
11 <array>
12 <string>dst</string>
13 </array>
14 <key>CFBundleTypeIconFile</key>
15 <string>lxdst.icns</string>
16 <key>CFBundleTypeName</key>
17 <string>Lxdream Save State</string>
18 <key>CFBundleTypeRole</key>
19 <string>Editor</string>
20 <key>LSItemContentTypes</key>
21 <array>
22 <string>org.lxdream.savestate</string>
23 </array>
24 </dict>
25 </array>
26 <key>CFBundleExecutable</key>
27 <string>lxdream</string>
28 <key>CFBundleGetInfoString</key>
29 <string>@VERSION@, Copyright (C) 2005-2008 Nathan Keynes</string>
30 <key>CFBundleIconFile</key>
31 <string>lxdream</string>
32 <key>CFBundleIdentifier</key>
33 <string>org.lxdream.lxdream</string>
34 <key>CFBundleInfoDictionaryVersion</key>
35 <string>6.0</string>
36 <key>CFBundleName</key>
37 <string>lxdream</string>
38 <key>CFBundlePackageType</key>
39 <string>APPL</string>
40 <key>CFBundleShortVersionString</key>
41 <string>@VERSION@</string>
42 <key>CFBundleSignature</key>
43 <string>????</string>
44 <key>CFBundleVersion</key>
45 <string>1.0</string>
46 <key>NSMainNibFile</key>
47 <string>MainMenu</string>
48 <key>NSPrincipalClass</key>
49 <string>NSApplication</string>
50 <key>UTExportedTypeDeclarations</key>
51 <array>
52 <dict>
53 <key>UTTypeConformsTo</key>
54 <array>
55 <string>public.data</string>
56 </array>
57 <key>UTTypeDescription</key>
58 <string>Lxdream Save State</string>
59 <key>UTTypeIconFile</key>
60 <string>lxdst.icns</string>
61 <key>UTTypeIdentifier</key>
62 <string>org.lxdream.savestate</string>
63 <key>UTTypeReferenceURL</key>
64 <string>http://www.lxdream.org/wiki/</string>
65 <key>UTTypeTagSpecification</key>
66 <dict>
67 <key>public.filename-extension</key>
68 <array>
69 <string>dst</string>
70 </array>
71 </dict>
72 </dict>
73 </array>
74 </dict>
75 </plist>
.