Fix deprecation warning by removing reference to .activateIgnoringOtherApps.
This commit is contained in:
parent
0ecd219bae
commit
101cf02fec
|
@ -121,7 +121,7 @@ public final class UserApp {
|
|||
// Does not automatically launch the app first.
|
||||
|
||||
updateStatus()
|
||||
return runningApplication?.activate(options: [.activateIgnoringOtherApps]) ?? false
|
||||
return runningApplication?.activate() ?? false
|
||||
}
|
||||
|
||||
public func targetDescriptor() -> NSAppleEventDescriptor? {
|
||||
|
|
Loading…
Reference in New Issue