More docs for video
[sdlgit/SDL_perl.git] / MacOSX / Info.plist
CommitLineData
bfd90409 1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>CFBundleDisplayName</key>
3a32e86d 6 <string>SDLPerl</string>
bfd90409 7 <key>CFBundleDocumentTypes</key>
8 <array>
9 <dict>
10 <key>CFBundleTypeExtensions</key>
11 <array>
3a32e86d 12 <string>spl</string>
bfd90409 13 </array>
14 <key>CFBundleTypeIconFile</key>
3a32e86d 15 <string>SDLPerl.icns</string>
bfd90409 16 <key>CFBundleTypeName</key>
17 <string>SDL Perl Script</string>
18 <key>CFBundleTypeRole</key>
19 <string>Shell</string>
20 </dict>
21 </array>
22 <key>CFBundleExecutable</key>
3a32e86d 23 <string>SDLPerl</string>
bfd90409 24 <key>CFBundleGetInfoString</key>
25 <string>Multimedia for Perl</string>
26 <key>CFBundleIconFile</key>
3a32e86d 27 <string>SDLPerl.icns</string>
bfd90409 28 <key>CFBundleIdentifier</key>
29 <string>org.perl.sdl</string>
30 <key>CFBundleName</key>
3a32e86d 31 <string>SDLPerl</string>
bfd90409 32 <key>CFBundlePackageType</key>
33 <string>APPL</string>
34 <key>CFBundleShortVersionString</key>
35 <string>2.2.0</string>
36 <key>CFBundleVersion</key>
37 <string>2.2.0</string>
38 <key>CSBundleSignature</key>
39 <string>sdpl</string>
40 <key>LSEnvironment</key>
41 <dict/>
42 <key>LSHasLocalizedDisplayName</key>
43 <false/>
44 <key>NSAppleScriptEnabled</key>
45 <false/>
46 <key>NSHumanReadableCopyright</key>
47 <string>Copyright © 2000-2006, David J. Goehrig, All Rights Reserved.</string>
48 <key>NSMainNibFile</key>
49 <string></string>
50</dict>
51</plist>