chore: update readme & icon
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
URL Scheme Defaults
|
URL Scheme Defaults
|
||||||
===================
|
===================
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Simple tool to change the default macOS application for a given URL scheme (`http:`, `feed:`, etc.). The latter scheme is used for feed reader like [baRSS][1].
|
Simple tool to change the default macOS application for a given URL scheme (`http:`, `feed:`, etc.). The latter scheme is used for feed reader like [baRSS][1].
|
||||||
|
|
||||||
@@ -11,8 +11,9 @@ Usage
|
|||||||
|
|
||||||
1. Go to [releases][2] and download the tool
|
1. Go to [releases][2] and download the tool
|
||||||
2. Run `URL Scheme Defaults`
|
2. Run `URL Scheme Defaults`
|
||||||
3. It will list all schemes, for which **more than one** suitable application exists
|
3. Click on the drop-down icon and select a new application
|
||||||
4. Click on the drop-down icon and select a new application
|
|
||||||
|
Alternatively, you can set the bundle id of an app manually. ... or **disable** a URL scheme.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
10
media/icon.svg
Normal file
10
media/icon.svg
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100">
|
||||||
|
<rect x="3" y="3" width="94" height="94" rx="20" fill="#5A3300" stroke="#FB8D00" stroke-width="6" />
|
||||||
|
<g fill="#FB8D00">
|
||||||
|
<circle cx="27" cy="45" r="5"/>
|
||||||
|
<circle cx="27" cy="65" r="5"/>
|
||||||
|
<rect x="53" y="22" width="8" height="60" rx="4" transform="rotate(15 53 22)" />
|
||||||
|
<rect x="73" y="22" width="8" height="60" rx="4" transform="rotate(15 73 22)" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 517 B |
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
Binary file not shown.
@@ -19,7 +19,7 @@
|
|||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.1.0</string>
|
<string>1.1.0</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>272</string>
|
<string>274</string>
|
||||||
<key>LSApplicationCategoryType</key>
|
<key>LSApplicationCategoryType</key>
|
||||||
<string>public.app-category.utilities</string>
|
<string>public.app-category.utilities</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
|
|||||||
Reference in New Issue
Block a user