]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
macOS: update Info.plist
authorbones_was_here <bones_was_here@xonotic.au>
Mon, 30 Oct 2023 13:19:45 +0000 (23:19 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Wed, 8 Nov 2023 17:26:54 +0000 (03:26 +1000)
Declares DP as a game to enable "Game Mode", see
https://gitlab.com/xonotic/xonotic/-/commit/7c57b3b0d8810e69094a338dd8e94ac8ca8a6f83

Includes the other changes from Xonotic.

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
Darkplaces.app/Contents/Info.plist

index b2aa11d6172f12f59605db72be7d6c020dea8d20..f6331a15dda2cc262b674039adc18110f41625fb 100644 (file)
        <string>????</string>
        <key>CFBundleVersion</key>
        <string>1.0</string>
+       <key>LSApplicationCategoryType</key>
+       <string>public.app-category.action-games</string>
+       <key>LSMinimumSystemVersion</key>
+       <string>10.4.0</string>
+       <key>LSMinimumSystemVersionByArchitecture</key>
+       <dict>
+               <key>x86_64</key>
+               <string>10.6.0</string>
+       </dict>
 </dict>
 </plist>