]> asedeno.scripts.mit.edu Git - PuTTY.git/blob - unix/putty.plist
first pass
[PuTTY.git] / unix / putty.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5         <key>CFBundleIconFile</key>
6         <string>PuTTY.icns</string>
7         <key>CFBundleName</key>
8         <string>PuTTY</string>
9         <key>CFBundleDisplayName</key>
10         <string>PuTTY</string>
11         <key>CFBundleExecutable</key>
12         <string>PuTTY</string>
13         <key>CFBundleVersion</key>
14         <string>Unidentified build</string>
15         <key>CFBundleShortVersionString</key>
16         <string>Unidentified build</string>
17         <key>CFBundleDevelopmentRegion</key>
18         <string>en</string>
19         <key>CFBundleIdentifier</key>
20         <string>org.tartarus.projects.putty.macputty</string>
21         <key>CFBundleInfoDictionaryVersion</key>
22         <string>6.0</string>
23         <key>CFBundlePackageType</key>
24         <string>APPL</string>
25         <key>CFBundleSignature</key>
26         <string>????</string>
27         <key>NSHumanReadableCopyright</key>
28         <string>© 1997-2015 Simon Tatham. All rights reserved.</string>
29 </dict>
30 </plist>