Skip to content

Commit

Permalink
[no ci] Assign file types like in qt docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX authored Sep 8, 2023
1 parent 52ff5d8 commit 1916eaf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions templates/Info.plist.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,19 @@
<false/>
<key>LSMinimumSystemVersion</key>
<string>{{ cf_bundle_macos_min }}</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>mcpack</string>
<string>mcworld</string>
<string>mcaddon</string>
<string>mctemplate</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
</array>
</dict>
</plist>

0 comments on commit 1916eaf

Please sign in to comment.