venmo / synx

A command-line tool that reorganizes your Xcode project folder to match your Xcode groups
MIT License
6.08k stars 274 forks source link

Swift Scripting #127

Open TofPlay opened 7 years ago

TofPlay commented 7 years ago

Interesting tool 🙂 But why do you use Ruby? 😰 In the Apple world we already have an excellent language for this kind of tool: Swift Swift can also be used to make iOS, macOS applications and on the server too but as well as to make scripts.

Take a look at these articles/videos:

Swift scripts can then be easily converted to executables. Then we juste have to copy on our Mac to use it. With Swift Apple we offer the ability to make powerful tools and extremely simple to install.

filletofish commented 6 years ago

This one could help for parsing xcodeproj: https://github.com/xcodeswift/xcproj

TofPlay commented 6 years ago

@filletofish I know this project 🙂 Since this post I create my own projects for my needs like ScriptKit. 😉 XcodeTool is a public project where I used it. With this tool it was easy enough to do others projects like TProperties or TStorage