Open TofPlay opened 7 years ago
This one could help for parsing xcodeproj
:
https://github.com/xcodeswift/xcproj
@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
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.