Skip to content

Commit

Permalink
Imported Cocoa - fixed AXError not found
Browse files Browse the repository at this point in the history
  • Loading branch information
hahaSK authored and tmandry committed Sep 21, 2021
1 parent 5cb1945 commit 135e0cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Error.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Foundation
import Cocoa

extension AXError: Swift.Error {}

Expand Down
1 change: 1 addition & 0 deletions Sources/SystemWideElement.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Foundation
import Cocoa

/// A singleton for the system-wide element.
public var systemWideElement = SystemWideElement()
Expand Down

0 comments on commit 135e0cf

Please sign in to comment.