]> git.sur5r.net Git - fstl/blob - app/Info.plist
Upload to unstable
[fstl] / app / Info.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>NSPrincipalClass</key>
6         <string>NSApplication</string>
7         <key>CFBundleIconFile</key>
8         <string>fstl.icns</string>
9         <key>CFBundlePackageType</key>
10         <string>APPL</string>
11         <key>CFBundleGetInfoString</key>
12         <string>A minimal fast STL viewer</string>
13         <key>CFBundleExecutable</key>
14         <string>fstl</string>
15         <key>CFBundleIdentifier</key>
16     <string>com.impraxical.fstl</string>
17     <key>CFBundleDocumentTypes</key>
18     <array>
19         <dict>
20             <key>CFBundleTypeExtensions</key>
21             <array>
22                 <string>stl</string>
23             </array>
24             <key>CFBundleTypeName</key>
25             <string>Stereolithography file</string>
26             <key>CFBundleTypeRole</key>
27             <string>Viewer</string>
28         </dict>
29     </array>
30 </dict>
31 </plist>