Check in the OS X packaging patch from bug 2341, since I've had
[metze/wireshark/wip.git] / packaging / macosx / ScriptExec / Info.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
3 <!-- $Id$ -->
4 <plist version="0.9">
5 <dict>
6         <key>CFBundleDevelopmentRegion</key>
7         <string>English</string>
8         <key>CFBundleDocumentTypes</key>
9         <array>
10                 <dict>
11                         <key>CFBundleTypeExtensions</key>
12                         <array>
13                                 <string>*</string>
14                         </array>
15                         <key>CFBundleTypeName</key>
16                         <string>All</string>
17                         <key>CFBundleTypeOSTypes</key>
18                         <array>
19                                 <string>****</string>
20                         </array>
21                         <key>CFBundleTypeRole</key>
22                         <string>Viewer</string>
23                 </dict>
24         </array>
25         <key>CFBundleExecutable</key>
26         <string>ScriptExec</string>
27         <key>CFBundleIconFile</key>
28         <string></string>
29         <key>CFBundleIdentifier</key>
30         <string>com.apple.myCarbonNibApp</string>
31         <key>CFBundleInfoDictionaryVersion</key>
32         <string>6.0</string>
33         <key>CFBundlePackageType</key>
34         <string>APPL</string>
35         <key>CFBundleSignature</key>
36         <string>????</string>
37         <key>CFBundleVersion</key>
38         <string>1.1</string>
39 </dict>
40 </plist>