This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// MacOS Accessibility Notifications | |
// Notice: this version doesn't take into account new apps after this code is executed | |
// Created by Phi Hiep Nguyen and AI on 2024-10-08. | |
// | |
import Cocoa | |
import Foundation | |
// AppObserver: Monitors and reports application activation events on macOS |