Skip to content

Commit 5c19eb5

Browse files
committed
ci(gpu): mark the app as a game so macOS Game Mode can activate
Set LSApplicationCategoryType=public.app-category.games in the bundle Info.plist so running the Fullscreen display mode frontmost triggers macOS Game Mode.
1 parent cb5ad72 commit 5c19eb5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/macos-build-gpu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ jobs:
330330
<key>CFBundleShortVersionString</key><string>1.0.0</string>
331331
<key>CFBundleExecutable</key><string>$APP_NAME</string>
332332
<key>CFBundlePackageType</key><string>APPL</string>
333+
<key>LSApplicationCategoryType</key><string>public.app-category.games</string>
333334
<key>LSMinimumSystemVersion</key><string>26.0</string>
334335
<key>NSHighResolutionCapable</key><true/>
335336
</dict></plist>

0 commit comments

Comments
 (0)