diff options
author | Marius Kintel <marius@kintel.net> | 2013-05-07 22:00:09 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-05-07 22:00:09 (GMT) |
commit | d4bc01d46c246e18fe1f795edb4533e130f9116a (patch) | |
tree | c4f5f98fbfb3a64850e9b12ab3695062ccd175cd /Info.plist | |
parent | e09d1df0e1d304eedba36494535848e64631b22d (diff) |
New feature: Drag and drop stl, off or dxf files will create an import statement
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/> |