Skip to content

Commit 7fbec35

Browse files
AZero13Kyle-Ye
andauthored
Update Sources/Foundation/Process.swift
Co-authored-by: Kyle <[email protected]>
1 parent 3756142 commit 7fbec35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Foundation/Process.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ open class Process: NSObject {
11171117
// convenience; create and launch
11181118
open class func launchedProcess(launchPath path: String, arguments: [String]) -> Process {
11191119
let process = Process()
1120-
if #available(OSX 10.13, *) {
1120+
if #available(macOS 10.13, *) {
11211121
process.executableURL = URL(fileURLWithPath:path)
11221122
} else {
11231123
process.launchPath = path

0 commit comments

Comments
 (0)