Skip to content

Commit 02f9472

Browse files
authored
Set application category (#940)
Was looking into performance and was wondering about Game Mode on Sonoma. This change is unrelated. Just found they have a category for tools like Tart.
1 parent c044306 commit 02f9472

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Resources/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
<string>org.cirruslabs.tart</string>
1111
<key>CFBundleExecutable</key>
1212
<string>tart</string>
13+
<key>LSApplicationCategoryType</key>
14+
<string>public.app-category.developer-tools</string>
1315
<key>CFBundleIconFiles</key>
1416
<array>
1517
<string>AppIcon.png</string>

0 commit comments

Comments
 (0)