]> gitweb.factorcode.org Git - factor.git/blob - Factor.app/Contents/Info.plist
Makefile now builds a Factor.app
[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 </dict>
16 </plist>