Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
vmanot committed Nov 23, 2024
1 parent d709b29 commit 45854f7
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ open class AnyCommandLineTool {
public init() {

}
}

extension AnyCommandLineTool {
@available(macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0, *)
@available(macCatalyst, unavailable)
@discardableResult
public func withUnsafeSystemShell<R>(
open func withUnsafeSystemShell<R>(
perform operation: (SystemShell) async throws -> R
) async throws -> R {
let shell = SystemShell(
Expand Down

0 comments on commit 45854f7

Please sign in to comment.