You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Bundle Resources/Info.plist
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,9 @@
19
19
<key>CFBundlePackageType</key>
20
20
<string>APPL</string>
21
21
<key>CFBundleShortVersionString</key>
22
-
<string>1.2.1</string>
22
+
<string>1.3.0</string>
23
+
<key>NSAppleEventsUsageDescription</key>
24
+
<string>This plug-in is written almost entirely in AppleScript; We need authorization for everything except actually registering ourselves (that is done by an embedded CLI app)</string>
### OSX Applescript handler to open magnet URLs in Deluge.app
3
3
4
+
## Current Version
5
+
- Version: 1.3.0
6
+
- Date: 2018-12-118
7
+
8
+
## Known Issues
9
+
-
10
+
# Release Notes
11
+
12
+
## [1.3.0] - 2018-12-118
13
+
+### Changed
14
+
+ registerHandler:
15
+
+ is provided straight as the statically-linked product of its Xcode project.
16
+
+ Made some cosmetic changes to the usage message.
17
+
+ Using -register now returns 0 on success and forwards whatever numeric error we get on failure to the AppleScript GUI.
18
+
+ Main bundle:
19
+
+ Use a more robust method to determine locations of icon files, as well as registerHandler.
20
+
+ The app now doesn't always presume success. The success message is only shown if registerHandler returns 0.
21
+
+ The whole bundle is now codesigned and linked against 10.14 SDK.
22
+
23
+
4
24
# Instructions
25
+
*Note: If on 10.14+, the application will ask for permission to control several other apps; including `Finder.app`, `System Events.app` and possibly itself (don't ask).*
26
+
5
27
1. ) Install to "Applications" folder.
6
-
2. ) Run The application once by double-clicking it on the Finder, it should ask you to associate itself to magnet URIs.
7
-
3. ) Go to a browser and click on a magnet to test it.
28
+
2. ) Run The application once by double-clicking it on the Finder, the application will then prompt you to register itself as the default handler for torrent files.
29
+
3. ) Go to a browser and click on a magnet to test it.
0 commit comments