Skip to content

Commit

Permalink
Tell the system in the right way the files supported by DDNet client
Browse files Browse the repository at this point in the history
  • Loading branch information
M0REKZ authored Dec 12, 2023
1 parent 082c448 commit 2278f90
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions other/bundle/client/Info.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,37 @@
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>demo</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>${CLIENT_EXECUTABLE}</string>
<key>CFBundleTypeName</key>
<string>DDNet demo</string>
<key>CFBundleTypeRole</key>
<string>DDNet demo viewer</string>
<string>Viewer</string>
<key>LSHandlerRank</key>
<string>Default</string>
<key>LSItemContentTypes</key>
<array>
<string>dyn.ah62d4rv4ge80k3prr6</string>
<string>public.data</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>map</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>${CLIENT_EXECUTABLE}</string>
<key>CFBundleTypeName</key>
<string>DDNet map</string>
<key>CFBundleTypeRole</key>
<string>DDNet map editor</string>
<string>Editor</string>
<key>LSHandlerRank</key>
<string>Default</string>
<key>LSItemContentTypes</key>
<array>
<string>dyn.ah62d4rv4ge8042pu</string>
Expand Down

0 comments on commit 2278f90

Please sign in to comment.