Last active 1 month ago

Revision bf8f80cde5c13320d1259645b32600d767ac1231

macos-gamemode Raw
1Add these lines into de app plist:
2```
3 <key>LSApplicationCategoryType</key>
4 <string>public.app-category.games</string>
5 <key>LSSupportsGameMode</key>
6 <true/>
7```
8Then cd where the app is located and run this command:
9```
10codesign -f -s - "Aplication.app"
11```
12
13Now the app opens in game mode