Add these lines into de app plist: ``` LSApplicationCategoryType public.app-category.games LSSupportsGameMode ``` Then cd where the app is located and run this command: ``` codesign -f -s - "Application.app" ``` Now the app opens in game mode