Search
lxdream.org :: lxdream/Info.plist.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename Info.plist.in
changeset 797:3bb52a384b64
prev778:a34b180d92f7
author nkeynes
date Wed Nov 05 10:05:08 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Fix (extremely boneheaded) failure to convert pc to physical address before
storing in the translation cache (in other words, the translation cache was
effectively disabled for MMU code). MMU code is now about 3 times faster...
file annotate diff log raw
1.1 --- a/Info.plist.in Mon Jul 28 06:39:00 2008 +0000
1.2 +++ b/Info.plist.in Wed Nov 05 10:05:08 2008 +0000
1.3 @@ -4,6 +4,25 @@
1.4 <dict>
1.5 <key>CFBundleDevelopmentRegion</key>
1.6 <string>English</string>
1.7 + <key>CFBundleDocumentTypes</key>
1.8 + <array>
1.9 + <dict>
1.10 + <key>CFBundleTypeExtensions</key>
1.11 + <array>
1.12 + <string>dst</string>
1.13 + </array>
1.14 + <key>CFBundleTypeIconFile</key>
1.15 + <string>lxdst.icns</string>
1.16 + <key>CFBundleTypeName</key>
1.17 + <string>Lxdream Save State</string>
1.18 + <key>CFBundleTypeRole</key>
1.19 + <string>Editor</string>
1.20 + <key>LSItemContentTypes</key>
1.21 + <array>
1.22 + <string>org.lxdream.savestate</string>
1.23 + </array>
1.24 + </dict>
1.25 + </array>
1.26 <key>CFBundleExecutable</key>
1.27 <string>lxdream</string>
1.28 <key>CFBundleGetInfoString</key>
1.29 @@ -28,5 +47,29 @@
1.30 <string>MainMenu</string>
1.31 <key>NSPrincipalClass</key>
1.32 <string>NSApplication</string>
1.33 + <key>UTExportedTypeDeclarations</key>
1.34 + <array>
1.35 + <dict>
1.36 + <key>UTTypeConformsTo</key>
1.37 + <array>
1.38 + <string>public.data</string>
1.39 + </array>
1.40 + <key>UTTypeDescription</key>
1.41 + <string>Lxdream Save State</string>
1.42 + <key>UTTypeIconFile</key>
1.43 + <string>lxdst.icns</string>
1.44 + <key>UTTypeIdentifier</key>
1.45 + <string>org.lxdream.savestate</string>
1.46 + <key>UTTypeReferenceURL</key>
1.47 + <string>http://www.lxdream.org/wiki/</string>
1.48 + <key>UTTypeTagSpecification</key>
1.49 + <dict>
1.50 + <key>public.filename-extension</key>
1.51 + <array>
1.52 + <string>dst</string>
1.53 + </array>
1.54 + </dict>
1.55 + </dict>
1.56 + </array>
1.57 </dict>
1.58 </plist>
.