Delete UTExportedTypeDeclarations in plist file : not useful for bundle

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5466 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2018-08-06 00:19:56 +00:00
parent 7361823322
commit 233dd05227

View File

@@ -59,71 +59,5 @@
<string>GNU Public License, Version 2, June 1991</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.xml</string>
</array>
<key>UTTypeDescription</key>
<string>QElectroTech Titleblock File</string>
<key>UTTypeIdentifier</key>
<string>org.qelectrotech.titleblock</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>titleblock</string>
</array>
<key>public.mime-type</key>
<array>
<string>application/x-qet-titleblock</string>
</array>
</dict>
</dict>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.xml</string>
</array>
<key>UTTypeDescription</key>
<string>QElectroTech Element File</string>
<key>UTTypeIdentifier</key>
<string>org.qelectrotech.elmt</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>elmt</string>
</array>
<key>public.mime-type</key>
<array>
<string>application/x-qet-element</string>
</array>
</dict>
</dict>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.xml</string>
</array>
<key>UTTypeDescription</key>
<string>QElectroTech Project File</string>
<key>UTTypeIdentifier</key>
<string>org.qelectrotech.qet</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>qet</string>
</array>
<key>public.mime-type</key>
<array>
<string>application/x-qet-project</string>
</array>
</dict>
</dict>
</array>
</dict>
</plist>