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: Clients/Ulysses.swift
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ public class Ulysses: Client {
85
85
@param index Optional. The position of the new sheet in its parent group. Use 0 to make it the first sheet. Available since Ulysses 2.8 (API version 2).
// It's seems that application with specified scheme has not installed
100
98
case appWithSchemeNotInstalled(scheme:String)
101
99
// Failed to create NSURL for request
@@ -121,10 +119,9 @@ let kXCUErrorMessage = "errorMessage"
121
119
// URL to open if the requested action is cancelled by the user. In the case where the target app offer the user the option to “cancel” the requested action, without a success or error result, this the the URL that should be opened to return the user to the source app.
0 commit comments