filename | Info.plist.in |
changeset | 797:3bb52a384b64 |
prev | 778:a34b180d92f7 |
author | nkeynes |
date | Wed Feb 15 17:54:51 2012 +1000 (11 years ago) |
permissions | -rw-r--r-- |
last change | Use GL_TEXTURE_2D instead of GL_TEXTURE_RECTANGLE_ARB for frame buffers, for systems that don't provide the latter (and there's not really much difference anyway). Add macro wrangling for GL_DEPTH24_STENCIL8 format |
file | annotate | diff | log | raw |
1.1 --- a/Info.plist.in Mon Jul 28 06:39:00 2008 +00001.2 +++ b/Info.plist.in Wed Feb 15 17:54:51 2012 +10001.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>
.