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.
|
// Does not automatically launch the app first.
|
||||||
|
|
||||||
updateStatus()
|
updateStatus()
|
||||||
return runningApplication?.activate(options: [.activateIgnoringOtherApps]) ?? false
|
return runningApplication?.activate() ?? false
|
||||||
}
|
}
|
||||||
|
|
||||||
public func targetDescriptor() -> NSAppleEventDescriptor? {
|
public func targetDescriptor() -> NSAppleEventDescriptor? {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user