How to make a Command Line tool in Xcode

MacOS command line tools can be handy for automating tasks and they’re also a great way to have more fun with Swift, so here’s how to set one up: Creating the project  1. Create a new Xcode project, select MacOS and command line 2. Give your app a name, and make sure Swift is selected … Continue reading “How to make a Command Line tool in Xcode”