associate abr files to panopainter on iOS and fix import menu

This commit is contained in:
2019-02-27 16:43:57 +01:00
parent c33fcdf932
commit f8987e2236
3 changed files with 77 additions and 30 deletions

View File

@@ -18,6 +18,16 @@
<string>com.panopainter.image</string>
</array>
</dict>
<dict>
<key>CFBundleTypeIconFiles</key>
<array/>
<key>CFBundleTypeName</key>
<string>ABR</string>
<key>LSItemContentTypes</key>
<array>
<string>com.panopainter.abr</string>
</array>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
@@ -70,6 +80,30 @@
</array>
<key>UTExportedTypeDeclarations</key>
<array>
<array>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.data</string>
<string>public.content</string>
</array>
<key>UTTypeDescription</key>
<string>PanoPainter Image</string>
<key>UTTypeIconFiles</key>
<array/>
<key>UTTypeIdentifier</key>
<string>com.panopainter.image</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>ppi</string>
</array>
<key>public.mime-type</key>
<string>image/ppi</string>
</dict>
</dict>
</array>
<dict>
<key>UTTypeConformsTo</key>
<array>
@@ -77,19 +111,19 @@
<string>public.content</string>
</array>
<key>UTTypeDescription</key>
<string>PanoPainter Image</string>
<string>ABR</string>
<key>UTTypeIconFiles</key>
<array/>
<key>UTTypeIdentifier</key>
<string>com.panopainter.image</string>
<string>com.panopainter.abr</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>ppi</string>
<string>abr</string>
</array>
<key>public.mime-type</key>
<string>image/ppi</string>
<string>preset/abr</string>
</dict>
</dict>
</array>