Fix deprecation warning by removing reference to .activateIgnoringOtherApps.

This commit is contained in:
Brent Simmons 2024-03-23 11:47:58 -07:00
parent 0ecd219bae
commit 101cf02fec
1 changed files with 1 additions and 1 deletions

View File

@ -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? {