add iOS and macOS icons

This commit is contained in:
2019-09-23 18:06:20 +02:00
parent 3f28fd9229
commit cfdf428a9b
26 changed files with 173 additions and 38 deletions

View File

@@ -7,14 +7,13 @@
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>LSHandlerRank</key>
<string>Owner</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>ppi</string>
<string>PPI</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>pp-icon-square</string>
<string>osx_ppi</string>
<key>CFBundleTypeIconFiles</key>
<array/>
<key>CFBundleTypeMIMETypes</key>
@@ -23,6 +22,8 @@
<string>PanoPainter Image</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSHandlerRank</key>
<string>Owner</string>
<key>LSIsAppleDefaultForType</key>
<true/>
<key>LSItemContentTypes</key>
@@ -34,22 +35,23 @@
<integer>0</integer>
</dict>
<dict>
<key>LSHandlerRank</key>
<string>Alternate</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>abr</string>
<string>ABR</string>
</array>
<key>CFBundleTypeIconFile</key>
<string></string>
<string>osx_abr</string>
<key>CFBundleTypeIconFiles</key>
<array/>
<key>CFBundleTypeMIMETypes</key>
<array/>
<key>CFBundleTypeName</key>
<string>PanoPainter Brushes</string>
<string>Photoshop Brush</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSHandlerRank</key>
<string>Alternate</string>
<key>LSIsAppleDefaultForType</key>
<false/>
<key>LSItemContentTypes</key>
@@ -59,6 +61,29 @@
<key>LSTypeIsPackage</key>
<integer>0</integer>
</dict>
<dict>
<key>LSIsAppleDefaultForType</key>
<true/>
<key>LSHandlerRank</key>
<string>Owner</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>ppbr</string>
<string>PPBR</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>osx_ppbr</string>
<key>CFBundleTypeName</key>
<string>PanoPainter Brush</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSItemContentTypes</key>
<array>
<string>com.panopainter.ppbr</string>
</array>
<key>LSTypeIsPackage</key>
<integer>0</integer>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
@@ -96,7 +121,7 @@
<key>UTTypeDescription</key>
<string>PanoPainter Image</string>
<key>UTTypeIconFile</key>
<string>pp-icon-square</string>
<string>osx_ppi</string>
<key>UTTypeIconFiles</key>
<array/>
<key>UTTypeIdentifier</key>
@@ -126,7 +151,7 @@
<key>UTTypeDescription</key>
<string>PanoPainter Brush</string>
<key>UTTypeIconFile</key>
<string>pp-icon-square</string>
<string>osx_ppbr</string>
<key>UTTypeIconFiles</key>
<array/>
<key>UTTypeIdentifier</key>
@@ -155,7 +180,7 @@
<key>UTTypeDescription</key>
<string>Adobe Brush</string>
<key>UTTypeIconFile</key>
<string>pp-icon-square</string>
<string>osx_abr</string>
<key>UTTypeIdentifier</key>
<string>com.panopainter.abr</string>
<key>UTTypeTagSpecification</key>