Use TopfieldUSBEcode for received values too.
[MacTF.git] / Info.plist
blob30b8fcaa1cadb354a28e7f0c951273910592ec28
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 <!-- This file was modified by Kalle Olavi Niemitalo on 2007-10-18. -->
4 <plist version="1.0">
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>FileInput</string>
17 <key>CFBundleTypeRole</key>
18 <string>None</string>
19 <key>LSTypeIsPackage</key>
20 <false/>
21 <key>NSPersistentStoreTypeKey</key>
22 <string>XML</string>
23 </dict>
24 </array>
25 <key>CFBundleExecutable</key>
26 <string>MacTF</string>
27 <key>CFBundleIconFile</key>
28 <string>MacToppy.icns</string>
29 <key>CFBundleIdentifier</key>
30 <string>com.noates.MacTF</string>
31 <key>CFBundleInfoDictionaryVersion</key>
32 <string>6.0</string>
33 <key>CFBundlePackageType</key>
34 <string>APPL</string>
35 <key>CFBundleSignature</key>
36 <string>McTF</string>
37 <key>CFBundleVersion</key>
38 <string>2.0b3</string>
39 <key>NSAppleScriptEnabled</key>
40 <string>YES</string>
41 <key>SUFeedURL</key>
42 <string>http://noates.com/programming/new_versions/MacTF.xml</string>
43 <key>NSMainNibFile</key>
44 <string>MainMenu</string>
45 <key>NSPrincipalClass</key>
46 <string>NSApplication</string>
47 </dict>
48 </plist>