1
Fork 0

Finally fix UTI issue

This commit is contained in:
Joshua Goins 2020-05-30 06:33:15 -04:00 committed by redstrate
parent 7027f3a6af
commit a6db80ddfc

View file

@ -14,7 +14,7 @@
<key>CFBundleTypeIconFile</key> <key>CFBundleTypeIconFile</key>
<string></string> <string></string>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>Procreate Document</string> <string></string>
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
<string>Viewer</string> <string>Viewer</string>
<key>LSItemContentTypes</key> <key>LSItemContentTypes</key>
@ -60,6 +60,10 @@
<key>UTImportedTypeDeclarations</key> <key>UTImportedTypeDeclarations</key>
<array> <array>
<dict> <dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.data</string>
</array>
<key>UTTypeDescription</key> <key>UTTypeDescription</key>
<string>Procreate Document</string> <string>Procreate Document</string>
<key>UTTypeIdentifier</key> <key>UTTypeIdentifier</key>