associated .hct and .zct files with ZoiteChat for easy Theme importation like there was in the Theme Manager that was removed.

This commit is contained in:
2026-01-16 19:34:18 -07:00
parent f480366c87
commit b1fc133883
6 changed files with 43 additions and 1 deletions

View File

@@ -22,6 +22,22 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>@VERSION@</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>zct</string>
<string>hct</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>zoitechat.icns</string>
<key>CFBundleTypeName</key>
<string>ZoiteChat Theme</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
</array>
<key>NSHumanReadableCopyright</key>
<string></string>
<key>LSMinimumSystemVersion</key>