]> gitweb.factorcode.org Git - factor.git/blob - Factor.app/Contents/Info.plist
Cocoa cleanup, AppleEvent handling, services
[factor.git] / Factor.app / Contents / 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>CFBundleExecutable</key>
6         <string>Factor</string>
7         <key>CFBundleIdentifier</key>
8         <string>org.factorcode.Factor</string>
9         <key>CFBundleInfoDictionaryVersion</key>
10         <string>6.0</string>
11         <key>CFBundleName</key>
12         <string>Factor</string>
13         <key>CFBundlePackageType</key>
14         <string>APPL</string>
15         <key>CFBundleDocumentTypes</key>
16         <array>
17                 <dict>
18                         <key>CFBundleTypeExtensions</key>
19                         <array>
20                                 <string>*</string>
21                         </array>
22                         <key>CFBundleTypeName</key>
23                         <string>Any</string>
24                         <key>CFBundleTypeRole</key>
25                         <string>Viewer</string>
26                         <key>CFBundleTypeOSTypes</key>
27                         <array>
28                                 <string>****</string>
29                         </array>
30                 </dict>
31         </array>
32 </dict>
33 </plist>