Posts

Post not yet marked as solved
2 Replies
Here you go my friends. This is the answer to your solution. <key>UTImportedTypeDeclarations</key> <array> <dict> <key>UTTypeConformsTo</key> <array> <string>public.font</string> </array> <key>UTTypeDescription</key> <string>TTF File</string> <key>UTTypeIconFiles</key> <array/> <key>UTTypeIdentifier</key> <string>{bundle_id}.ttf</string> <key>UTTypeTagSpecification</key> <dict> <key>public.filename-extension</key> <array> <string>ttf</string> </array> <key>public.mime-type</key> <string>application/x-font-ttf</string> </dict> </dict> <dict> <key>UTTypeConformsTo</key> <array> <string>public.font</string> </array> <key>UTTypeDescription</key> <string>OTF File</string> <key>UTTypeIconFiles</key> <array/> <key>UTTypeIdentifier</key> <string>{bundle_id}.otf</string> <key>UTTypeTagSpecification</key> <dict> <key>public.filename-extension</key> <array> <string>otf</string> </array> <key>public.mime-type</key> <string>application/x-font-otf</string> </dict> </dict> </array>