yonaskolb / XcodeGen

A Swift command line tool for generating your Xcode project
MIT License
7.08k stars 820 forks source link

Replace SwiftCLI to swift-argument-parser #1494

Open giginet opened 3 months ago

giginet commented 3 months ago

Currently, we use SwiftCLI but it's no longer maintained.

And we can't use Swift Concurrency because top level function doesn't support async.

It's better to replace it to apple/swift-argument-parser