Skip to content

Commit 9adffe1

Browse files
PermikPermik
andauthored
Small changes to macOS info.plist file (raphamorim#1002)
* Registered Rio as a Terminal app that can execute terminal executables * Added spotlight keyword for easier search on macOS --------- Co-authored-by: Permik <[email protected]>
1 parent 0e33b2f commit 9adffe1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

misc/osx/Rio.app/Contents/Info.plist

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,14 @@
7171
<string>txt</string>
7272
</array>
7373
</dict>
74+
<dict>
75+
<key>CFBundleTypeRole</key>
76+
<string>Shell</string>
77+
<key>LSItemContentTypes</key>
78+
<array>
79+
<string>public.unix-executable</string>
80+
</array>
81+
</dict>
7482
</array>
7583
<key>CFBundleIdentifier</key>
7684
<string>com.raphaelamorim.rio</string>
@@ -84,6 +92,8 @@
8492
<string>APPL</string>
8593
<key>CFBundleIconFile</key>
8694
<string>icon</string>
95+
<key>MDItemKeywords</key>
96+
<string>Terminal</string>
8797
<key>CFBundleShortVersionString</key>
8898
<string>{{.Version}}</string>
8999
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)