mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 17:32:17 +00:00
Moved file type icon to asset catalog. Associated file type icons with document types
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
<array>
|
||||
<string>kdbx</string>
|
||||
</array>
|
||||
<key>CFBundleTypeIconFile</key>
|
||||
<string>FileTypeIcon</string>
|
||||
<key>CFBundleTypeName</key>
|
||||
<string>kdbxFileType</string>
|
||||
<key>CFBundleTypeRole</key>
|
||||
@@ -19,6 +21,8 @@
|
||||
<array>
|
||||
<string>com.hicknhack.macpass.kdbx</string>
|
||||
</array>
|
||||
<key>LSTypeIsPackage</key>
|
||||
<integer>0</integer>
|
||||
<key>NSDocumentClass</key>
|
||||
<string>MPDocument</string>
|
||||
</dict>
|
||||
@@ -27,6 +31,8 @@
|
||||
<array>
|
||||
<string>kdb</string>
|
||||
</array>
|
||||
<key>CFBundleTypeIconFile</key>
|
||||
<string>FileTypeIcon</string>
|
||||
<key>CFBundleTypeName</key>
|
||||
<string>kdbFileType</string>
|
||||
<key>CFBundleTypeRole</key>
|
||||
@@ -35,6 +41,8 @@
|
||||
<array>
|
||||
<string>com.hicknhack.macpass.kdb</string>
|
||||
</array>
|
||||
<key>LSTypeIsPackage</key>
|
||||
<integer>0</integer>
|
||||
<key>NSDocumentClass</key>
|
||||
<string>MPDocument</string>
|
||||
</dict>
|
||||
|
||||
Reference in New Issue
Block a user