This file contains hidden or 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
// | |
// WKWebView+UserIgnoreEvents.h | |
// EventEavesdropper | |
// | |
// Created by Stephan Casas on 4/21/25. | |
// | |
#import <WebKit/WebKit.h> | |
@interface WKWebView (UserIgnoreEvents) |
This file contains hidden or 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
// | |
// UnsafeCGWindowListCreateImage.swift | |
// | |
// Created by Stephan Casas on 3/10/25. | |
// | |
import Foundation | |
import CoreGraphics | |
func UnsafeCGWindowListCreateImage( |
This file contains hidden or 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
// | |
// IntelligenceUIPlatterView.swift | |
// | |
// Created by Stephan Casas on 2/13/25. | |
// | |
import SwiftUI | |
import AppKit | |
import Combine |
This file contains hidden or 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
// | |
// IntelligenceLightView.swift | |
// | |
// Created by Stephan Casas on 2/12/25. | |
// | |
import SwiftUI | |
import AppKit | |
struct IntelligenceLightView: NSViewRepresentable { |
This file contains hidden or 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
// | |
// Font+Properties.swift | |
// | |
// Created by Stephan Casas on 1/31/25. | |
// | |
// @depends: https://gist.github.com/stephancasas/4653f98d55a9bfcd7e0830d22e1a3515 | |
import SwiftUI | |
extension Font { |
This file contains hidden or 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
// | |
// Mirror+Extraction.swift | |
// | |
// Created by Stephan Casas on 1/31/25. | |
// | |
import Foundation | |
extension Mirror { |
This file contains hidden or 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
// | |
// Process+InteractiveEscalation.swift | |
// | |
// | |
// Created by Stephan Casas on 6/26/24. | |
// | |
import Foundation; | |
import OSAKit; |
This file contains hidden or 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
// | |
// MachServiceLaunchInfo.swift | |
// | |
// | |
// Created by Stephan Casas on 6/26/24. | |
// | |
import Foundation; | |
/// A type representing a Mach service's `launchd` information property list. |
This file contains hidden or 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
// | |
// Bundle+EmbeddedData.swift | |
// | |
// | |
// Created by Stephan Casas on 6/26/24. | |
// | |
import Foundation; | |
extension Bundle { |
NewerOlder