1.1 --- a/Info.plist.in Mon Jul 28 06:39:00 2008 +0000
1.2 +++ b/Info.plist.in Fri May 29 18:47:05 2015 +1000
1.5 <key>CFBundleDevelopmentRegion</key>
1.6 <string>English</string>
1.7 + <key>CFBundleDocumentTypes</key>
1.10 + <key>CFBundleTypeExtensions</key>
1.12 + <string>dst</string>
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.22 + <string>org.lxdream.savestate</string>
1.26 <key>CFBundleExecutable</key>
1.27 <string>lxdream</string>
1.28 <key>CFBundleGetInfoString</key>
1.30 <string>MainMenu</string>
1.31 <key>NSPrincipalClass</key>
1.32 <string>NSApplication</string>
1.33 + <key>UTExportedTypeDeclarations</key>
1.36 + <key>UTTypeConformsTo</key>
1.38 + <string>public.data</string>
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.50 + <key>public.filename-extension</key>
1.52 + <string>dst</string>