/MacOSX/Info.plist
http://github.com/PerlGameDev/SDL · Unknown · 51 lines · 51 code · 0 blank · 0 comment · 0 complexity · f219f86c72e9f80e2cd163ff0e91de6e MD5 · raw file
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
- <plist version="1.0">
- <dict>
- <key>CFBundleDisplayName</key>
- <string>SDLPerl</string>
- <key>CFBundleDocumentTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeExtensions</key>
- <array>
- <string>spl</string>
- </array>
- <key>CFBundleTypeIconFile</key>
- <string>SDLPerl.icns</string>
- <key>CFBundleTypeName</key>
- <string>SDL Perl Script</string>
- <key>CFBundleTypeRole</key>
- <string>Shell</string>
- </dict>
- </array>
- <key>CFBundleExecutable</key>
- <string>SDLPerl</string>
- <key>CFBundleGetInfoString</key>
- <string>Multimedia for Perl</string>
- <key>CFBundleIconFile</key>
- <string>SDLPerl.icns</string>
- <key>CFBundleIdentifier</key>
- <string>org.perl.sdl</string>
- <key>CFBundleName</key>
- <string>SDLPerl</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleShortVersionString</key>
- <string>2.2.0</string>
- <key>CFBundleVersion</key>
- <string>2.2.0</string>
- <key>CSBundleSignature</key>
- <string>sdpl</string>
- <key>LSEnvironment</key>
- <dict/>
- <key>LSHasLocalizedDisplayName</key>
- <false/>
- <key>NSAppleScriptEnabled</key>
- <false/>
- <key>NSHumanReadableCopyright</key>
- <string>Copyright © 2009-2010, Kartik Thakore.</string>
- <key>NSMainNibFile</key>
- <string></string>
- </dict>
- </plist>