Last active 1 month ago

Revision c1260235581e6bfb6f1ca4788dc0c7f7a586e541

macos-gamemode.md Raw

Add these lines into de app plist:

    <key>LSApplicationCategoryType</key>
    <string>public.app-category.games</string>
    <key>LSSupportsGameMode</key>
    <true/>

Then cd where the app is located and run this command:

codesign -f -s - "Aplication.app"

Now the app opens in game mode