jakeheis / SwiftCLI

A powerful framework for developing CLIs in Swift
MIT License
861 stars 72 forks source link

Exclude Task-based code from iOS compilation #104

Closed EricRabil closed 3 years ago

EricRabil commented 3 years ago

This allows SwiftCLI to be used on iOS targets (currently it fails because NSTask/Process is a private API in the iOS SDK).

jakeheis commented 3 years ago

Thanks for the contribution!