Fixed the pod path in archive
[sdlgit/SDL_perl.git] / MacOSX / Info.plist
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>
6         <string>SDLPerl</string>
7         <key>CFBundleDocumentTypes</key>
8         <array>
9                 <dict>
10                         <key>CFBundleTypeExtensions</key>
11                         <array>
12                                 <string>spl</string>
13                         </array>
14                         <key>CFBundleTypeIconFile</key>
15                         <string>SDLPerl.icns</string>
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>
23         <string>SDLPerl</string>
24         <key>CFBundleGetInfoString</key>
25         <string>Multimedia for Perl</string>
26         <key>CFBundleIconFile</key>
27         <string>SDLPerl.icns</string>
28         <key>CFBundleIdentifier</key>
29         <string>org.perl.sdl</string>
30         <key>CFBundleName</key>
31         <string>SDLPerl</string>
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>