diff options
author | Marius Kintel <marius@kintel.net> | 2013-05-24 14:16:20 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-05-24 14:16:20 (GMT) |
commit | 26046f6f0c4a774cbbb2af8ae7dc0e687963440c (patch) | |
tree | 38ff04fc460e8aa55134fb1ee6167fafb90a3423 /Info.plist | |
parent | eefcd6d0b271642d470cd55bc47d1579d943938e (diff) | |
parent | 95e399e06c6522f3fa67679808a1d52815368efa (diff) |
Merge branch 'master' into epec-kernel
Diffstat (limited to 'Info.plist')
-rw-r--r-- | Info.plist | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -38,6 +38,36 @@ <key>LSIsAppleDefaultForType</key> <true/> </dict> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>stl</string> + </array> + <key>CFBundleTypeName</key> + <string>STL 3D file</string> + <key>CFBundleTypeRole</key> + <string>Viewer</string> + </dict> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>off</string> + </array> + <key>CFBundleTypeName</key> + <string>OFF 3D file</string> + <key>CFBundleTypeRole</key> + <string>Viewer</string> + </dict> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>dxf</string> + </array> + <key>CFBundleTypeName</key> + <string>DXF file</string> + <key>CFBundleTypeRole</key> + <string>Viewer</string> + </dict> </array> <key>NSAppleScriptEnabled</key> <true/> |