]> de.git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/buildfiles/osx/Xonotic.app/Contents/Info.plist
Declare Xonotic.app as a game to macOS.
[xonotic/xonotic.git] / misc / buildfiles / osx / Xonotic.app / Contents / Info.plist
index 316a314be16414af799c0a3c830a00180c8574d6..26d21e4dd8b066d1f8adf3517fef6e6e181d4a4c 100644 (file)
@@ -5,7 +5,7 @@
        <key>CFBundleDevelopmentRegion</key>
        <string>English</string>
        <key>CFBundleExecutable</key>
-       <string>xonotic-osx-agl</string>
+       <string>xonotic-osx-sdl</string>
        <key>CFBundleIconFile</key>
        <string>Xonotic</string>
        <key>CFBundlePackageType</key>
        <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>